feat: 添加了Docstring

This commit is contained in:
2026-01-20 10:13:51 +08:00
parent 9dce8988b3
commit 8ea30f0508
11 changed files with 35 additions and 3 deletions
+5 -3
View File
@@ -64,7 +64,8 @@ backend/
```json
{
"Carbon-Oxygen-": "CarbonDioxide"
"Carbon-Oxygen-": "CarbonDioxide",
"...": "..."
}
```
@@ -76,10 +77,11 @@ backend/
{
"pics": {
"Carbon": "cards/Carbon.png",
"Oxygen": "cards/Oxygen.png"
"Oxygen": "cards/Oxygen.png",
"...": "..."
},
"sounds": {
// ...
"...": "..."
}
}
```