This commit is contained in:
tree 2023-06-28 10:31:16 +02:00
rodič 8017ade670
revize 1b933ed95d
6 změnil soubory, kde provedl 51 přidání a 0 odebrání

Zobrazit soubor

@ -0,0 +1,10 @@
name: ozone
apps:
- platform: android
language: kotlin
links:
git: https://github.com/christiandeange/ozone
authors:
- name: chr.bsky.social
links:
bsky: https://bsky.app/profile/did:plc:soed46hcvg3l24tshb352cy6

Zobrazit soubor

@ -0,0 +1,8 @@
name: Skylight
apps:
- platform: web
url: https://penpenpng.github.io/skylight/#/login
authors:
- name: penpenpng.bsky.social
links:
bsky: https://bsky.app/profile/did:plc:ahj2yuo63gaxyhbgn5ai6jt2

Zobrazit soubor

@ -0,0 +1,11 @@
name: swiftsky
apps:
- platform: macos
language: swift
url: https://github.com/rmcan/swiftsky/releases/tag/v0.0.6
links:
git: https://github.com/rmcan/swiftsky
authors:
- name: can.bsky.social
links:
bsky: https://bsky.app/profile/did:plc:oaerst6hznvwkeqtar5dtqry

Zobrazit soubor

@ -0,0 +1,8 @@
name: The Blue
apps:
- platform: web
url: https://the-blue.shino3.net/
authors:
- name: shino3.bsky.social
links:
bsky: https://bsky.app/profile/did:plc:rpwpuzu2yyiuufm3232d7pm5

Zobrazit soubor

@ -0,0 +1,11 @@
name: Ucho-ten
apps:
- platform: web
url: https://ucho-ten.net/
authors:
- name: bisn.ucho-ten.net
links:
bsky: https://bsky.app/profile/did:plc:txandrhc7afdozk6a2itgltm
- name: hota1024.com
links:
bsky: https://bsky.app/profile/did:plc:qhnfzuuv33o7gggw6mmu2ks4

Zobrazit soubor

@ -18,6 +18,7 @@ definitions:
- go
- rust
- kotlin
- swift
links:
type: object
additionalProperties: false
@ -39,6 +40,8 @@ properties:
items:
type: object
additionalProperties: false
required:
- platform
properties:
platform:
$ref: '#/definitions/platform'