mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 02:52:03 +08:00
修复使用官方生态适配脚本打包器无法打开问题
This commit is contained in:
@@ -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
Reference in New Issue
Block a user