浏览代码

模板22修改单位

dujunlong 2 月之前
父节点
当前提交
06b630df06
共有 3 个文件被更改,包括 4 次插入5 次删除
  1. 2 0
      .gitignore
  2. 1 4
      final/ByRules/buid.bat
  3. 1 1
      final/ByRules/templatesJson/22.json

+ 2 - 0
.gitignore

@@ -1,3 +1,5 @@
 /final/ByRules/build
 /final/ByRules/dist
 .idea
+__pycache__/
+/*.pyc

+ 1 - 4
final/ByRules/buid.bat

@@ -1,4 +1 @@
-
-pyinstaller --noconfirm --onefile app.py --add-data "../Json/json_data;Json/json_data" --add-data "../Json/json_Schema;Json/json_Schema" --add-data "../Json/sjgxys;Json/sjgxys" --add-data "templatesJson;templatesJson"
-
-
+pyinstaller --noconfirm --onefile app.py --add-data "../Json/json_data;Json/json_data" --add-data "../Json/json_Schema;Json/json_Schema" --add-data "../Json/sjgxys;Json/sjgxys" --add-data "templatesJson;templatesJson"

+ 1 - 1
final/ByRules/templatesJson/22.json

@@ -6,6 +6,6 @@
   "content": "省间交易当年达成的电量为&",
   "play": "讲述文本",
   "name": "省间交易组织",
-  "unit": "",
+  "unit": "亿千瓦时",
   "flag": "True"
 }