mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-27 03:48:21 +08:00
Opt: Move GUI icons from doc/misc.assets to assets/gooey
This commit is contained in:
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -22,7 +22,7 @@ except Exception:
|
|||||||
|
|
||||||
@Gooey(
|
@Gooey(
|
||||||
optional_cols=2,
|
optional_cols=2,
|
||||||
program_name=pyw_name.capitalize(), image_dir='doc/misc.assets',
|
program_name=pyw_name.capitalize(), image_dir='assets/gooey',
|
||||||
sidebar_title='功能',
|
sidebar_title='功能',
|
||||||
terminal_font_family='Consolas',
|
terminal_font_family='Consolas',
|
||||||
language='chinese',
|
language='chinese',
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ except Exception:
|
|||||||
|
|
||||||
@Gooey(
|
@Gooey(
|
||||||
optional_cols=2,
|
optional_cols=2,
|
||||||
program_name=pyw_name.capitalize(), image_dir='doc/misc.assets',
|
program_name=pyw_name.capitalize(), image_dir='assets/gooey',
|
||||||
sidebar_title='Function',
|
sidebar_title='Function',
|
||||||
terminal_font_family='Consolas',
|
terminal_font_family='Consolas',
|
||||||
language='english',
|
language='english',
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ except Exception:
|
|||||||
|
|
||||||
@Gooey(
|
@Gooey(
|
||||||
optional_cols=2,
|
optional_cols=2,
|
||||||
program_name=pyw_name.capitalize(), image_dir='doc/misc.assets',
|
program_name=pyw_name.capitalize(), image_dir='assets/gooey',
|
||||||
sidebar_title='Function',
|
sidebar_title='Function',
|
||||||
terminal_font_family='Consolas',
|
terminal_font_family='Consolas',
|
||||||
language='english',
|
language='english',
|
||||||
|
|||||||
Reference in New Issue
Block a user