mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-07 01:01:09 +08:00
编辑器扩展框架主菜单中添加动画状态机编辑器工具链接
This commit is contained in:
12
package.json
12
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user