easy-soft-develop 2.1.205 → 2.1.209

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-soft-develop",
3
- "version": "2.1.205",
3
+ "version": "2.1.209",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -105,6 +105,18 @@ function handlePackage(projectPath, zipPath) {
105
105
  filepath: 'src/customSpecialComponents/UpdateModuleModalBase/',
106
106
  });
107
107
 
108
+ copyFileSync({
109
+ sourceMainPath,
110
+ targetMainPath,
111
+ filepath: 'src/localeConfig/general/zh-CN/menu.js',
112
+ });
113
+
114
+ copyFileSync({
115
+ sourceMainPath,
116
+ targetMainPath,
117
+ filepath: 'src/locales/zh-CN/menu.js',
118
+ });
119
+
108
120
  copyFolderSync({
109
121
  sourceMainPath,
110
122
  targetMainPath,