修复使用官方生态适配脚本打包器无法打开问题

This commit is contained in:
2023-03-19 13:28:29 +08:00
parent 0bcdc5a5ba
commit a572839928
36 changed files with 109 additions and 38 deletions

View File

@@ -6,7 +6,7 @@ import traceback
class Trans():
isTrans = False
unCloudTrans = True
unCloudTrans = False
word = {}
fileName = ""
@@ -50,4 +50,4 @@ class Trans():
except:
traceback.print_exc()
print(f"{text}=>{transText}")
return transText
return transText

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long