feat(config-editor): scaffold extension manifest, build, i18n

This commit is contained in:
panFD
2026-06-20 23:46:15 +08:00
parent 315a1a6af9
commit acb038a70a
8 changed files with 1414 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
exports.en = {
'pixelhero-config-editor': { description: 'Hero/Skill Config Editor', title: 'Hero/Skill Config' },
'menu': { 'panel/英雄技能配置': 'Hero/Skill Config' },
};

View File

@@ -0,0 +1,4 @@
exports.zh = {
'pixelhero-config-editor': { description: '英雄/技能配置编辑器', title: '英雄/技能配置' },
'menu': { 'panel/英雄技能配置': '英雄技能配置' },
};