27 lines
540 B
JSON
27 lines
540 B
JSON
{
|
|
"schema_version": 1,
|
|
"skill_version": 5,
|
|
"common_manifest": "common.manifest.json",
|
|
"skills_catalog": "skills.json",
|
|
"types": [
|
|
{
|
|
"id": "general",
|
|
"label": "通用",
|
|
"status": "ready",
|
|
"manifest": "types/general/manifest.json"
|
|
},
|
|
{
|
|
"id": "godot",
|
|
"label": "Godot",
|
|
"status": "ready",
|
|
"manifest": "types/godot/manifest.json"
|
|
},
|
|
{
|
|
"id": "roblox",
|
|
"label": "Roblox",
|
|
"status": "ready",
|
|
"manifest": "types/roblox/manifest.json"
|
|
}
|
|
]
|
|
}
|