mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-19 14:23:30 +08:00
Upd: Set default language in CN deploy templates
This commit is contained in:
@@ -135,7 +135,7 @@ Deploy:
|
|||||||
# 'en-US' for English
|
# 'en-US' for English
|
||||||
# 'ja-JP' for Japanese
|
# 'ja-JP' for Japanese
|
||||||
# 'zh-TW' for Chinese traditional
|
# 'zh-TW' for Chinese traditional
|
||||||
Language: en-US
|
Language: zh-CN
|
||||||
# Theme of web ui
|
# Theme of web ui
|
||||||
# 'default' for light theme
|
# 'default' for light theme
|
||||||
# 'dark' for dark theme
|
# 'dark' for dark theme
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ Deploy:
|
|||||||
# 'en-US' for English
|
# 'en-US' for English
|
||||||
# 'ja-JP' for Japanese
|
# 'ja-JP' for Japanese
|
||||||
# 'zh-TW' for Chinese traditional
|
# 'zh-TW' for Chinese traditional
|
||||||
Language: en-US
|
Language: zh-CN
|
||||||
# Theme of web ui
|
# Theme of web ui
|
||||||
# 'default' for light theme
|
# 'default' for light theme
|
||||||
# 'dark' for dark theme
|
# 'dark' for dark theme
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ Deploy:
|
|||||||
# 'en-US' for English
|
# 'en-US' for English
|
||||||
# 'ja-JP' for Japanese
|
# 'ja-JP' for Japanese
|
||||||
# 'zh-TW' for Chinese traditional
|
# 'zh-TW' for Chinese traditional
|
||||||
Language: en-US
|
Language: zh-CN
|
||||||
# Theme of web ui
|
# Theme of web ui
|
||||||
# 'default' for light theme
|
# 'default' for light theme
|
||||||
# 'dark' for dark theme
|
# 'dark' for dark theme
|
||||||
|
|||||||
@@ -409,6 +409,7 @@ class ConfigGenerator:
|
|||||||
cn = {
|
cn = {
|
||||||
'Repository': 'https://e.coding.net/llop18870/alas/AzurLaneAutoScript.git',
|
'Repository': 'https://e.coding.net/llop18870/alas/AzurLaneAutoScript.git',
|
||||||
'PypiMirror': 'https://pypi.tuna.tsinghua.edu.cn/simple',
|
'PypiMirror': 'https://pypi.tuna.tsinghua.edu.cn/simple',
|
||||||
|
'Language': 'zh-CN',
|
||||||
}
|
}
|
||||||
aidlux = {
|
aidlux = {
|
||||||
'GitExecutable': '/usr/bin/git',
|
'GitExecutable': '/usr/bin/git',
|
||||||
|
|||||||
Reference in New Issue
Block a user