|
|
@@ -2,7 +2,7 @@
|
|
|
Author: deng.yinping deng.yinping@muchinfo.cn
|
|
|
Date: 2024-12-06 15:02:12
|
|
|
LastEditors: deng.yinping deng.yinping@muchinfo.cn
|
|
|
-LastEditTime: 2025-06-27 13:47:36
|
|
|
+LastEditTime: 2025-06-27 14:18:23
|
|
|
FilePath: \MTP20_i18n_Tool\main.py
|
|
|
Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
|
'''
|
|
|
@@ -35,7 +35,7 @@ if __name__ == "__main__":
|
|
|
if platform == "pc":
|
|
|
type = input("请选择生成类型 (excel, json): ")
|
|
|
oem = "tss"
|
|
|
- inc_file = "20250625_tss_inc"
|
|
|
+ inc_file = "20250627_tss_inc"
|
|
|
print("inc_file:" + inc_file)
|
|
|
if type == "excel":
|
|
|
# 生成交易前端excel及增量
|