This commit is contained in:
syui 2024-11-11 11:25:58 +09:00
parent 92d61b50a2
commit 19e883c665
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -11,6 +11,26 @@
|v0.3 β|support vmc|
|v0.4 β|support at|
## at
the player data is stored in the pds.
```sh
├── [yui.syui.ai]
│   ├── ai.syui.game.user
│   │   ├── lv
│   │   ├── hp
│   │   └── coin
│   └── ai.syui.game.login
│   ├── login <bool>
│   ├── updatedAt
│   └── username
└─── [user.bsky.social]
   └── ai.syui.game
      ├── account <at://yui.syui.ai...>
      └── createdAt
```
## service
|title|url|