mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 13:17:00 +08:00
Opt: Custom GUI messages
This commit is contained in:
@@ -10,7 +10,6 @@ from module.config.dictionary import dic_chi_to_eng, dic_eng_to_chi
|
||||
from module.config.update import get_config
|
||||
from module.logger import pyw_name
|
||||
|
||||
|
||||
try:
|
||||
if sys.stdout.encoding != 'UTF-8':
|
||||
sys.stdout = codecs.getwriter('utf-8')(sys.stdout.buffer, 'strict')
|
||||
@@ -22,7 +21,9 @@ except Exception:
|
||||
|
||||
@Gooey(
|
||||
optional_cols=2,
|
||||
program_name=pyw_name.capitalize(), image_dir='assets/gooey',
|
||||
program_name=pyw_name.capitalize(),
|
||||
image_dir='assets/gooey',
|
||||
language_dir='assets/gooey',
|
||||
sidebar_title='功能',
|
||||
terminal_font_family='Consolas',
|
||||
language='chinese',
|
||||
|
||||
Reference in New Issue
Block a user