编辑器扩展框架主菜单中添加动画状态机编辑器工具链接

This commit is contained in:
dgflash
2024-11-06 15:41:30 +08:00
parent b9df0826d2
commit 03237c6ef9
6 changed files with 24 additions and 4 deletions

View File

@@ -50,6 +50,11 @@
}
},
"menu": [
{
"path": "i18n:oops-framework.name/i18n:oops-framework.tools",
"label": "i18n:oops-framework.tools_animator_editor",
"message": "animator_editor"
},
{
"path": "i18n:oops-framework.name",
"label": "i18n:oops-framework.document_oops",
@@ -135,6 +140,11 @@
"methods": [
"github"
]
},
"animator_editor": {
"methods": [
"animator_editor"
]
}
}
},
@@ -150,4 +160,4 @@
"typedoc": "^0.23.24",
"typescript": "^4.8.2"
}
}
}