大改版,可以针对不同项目引擎进行初始化

This commit is contained in:
Nostars Developer
2026-07-27 15:09:13 +08:00
parent 6446261c69
commit 62efb3778c
112 changed files with 11020 additions and 899 deletions

View File

@@ -0,0 +1,26 @@
{
"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"
}
]
}