Commit 7c165f11 by sikang

update script

parent a0da75bd
...@@ -57,7 +57,7 @@ print("26、启用/禁用代码") ...@@ -57,7 +57,7 @@ print("26、启用/禁用代码")
command = int(input("请输入指令编号:")) command = int(input("请输入指令编号:"))
# 命令 # 命令
if command == 1: if command == 1 or command == 111:
# 注释通话记录代码 # 注释通话记录代码
SdkManager().start_process(config, False, "NOLOG") SdkManager().start_process(config, False, "NOLOG")
# 注释/开启 通讯录代码 # 注释/开启 通讯录代码
...@@ -79,8 +79,9 @@ if command == 1: ...@@ -79,8 +79,9 @@ if command == 1:
ImageGarble().img_garble(config) ImageGarble().img_garble(config)
# 旧版脚本编译(待转移) # 旧版脚本编译(待转移)
Shell().build_release(config) if command == 1:
Shell().reset_project(config) Shell().build_release(config)
Shell().reset_project(config)
elif command == 2: elif command == 2:
Function().new_appid(config) Function().new_appid(config)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment