[extension] 扩展移至源码分支维护

This commit is contained in:
SmallMain
2024-10-24 19:18:23 +08:00
parent fc9792c562
commit eb7d38178e
13 changed files with 840 additions and 0 deletions

4
extension/i18n/en.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
'settingsmenuname': 'Enhance Kit Settings...',
'settings_title': 'Enhance Kit Settings',
};

4
extension/i18n/zh.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
'settingsmenuname': '增强包设置...',
'settings_title': '增强包设置',
};