1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 13:49:26 +08:00

Add: choice to do_nothing in type-changer

This commit is contained in:
ZuoSiZhu
2025-03-01 15:08:37 +08:00
parent b05f808e3e
commit 337ff1d550
15 changed files with 40 additions and 27 deletions

View File

@@ -35,7 +35,7 @@ Deploy:
# [Other] Use you own python, and its version should be 3.7.6 64bit
PythonExecutable: /usr/bin/python
# URL of pypi mirror
# [CN user] Use 'https://mirrors.aliyun.com/pypi/simple' for faster and more stable download
# [CN user] Use 'https://pypi.tuna.tsinghua.edu.cn/simple' for faster and more stable download
# [Other] Use null
PypiMirror: https://mirrors.aliyun.com/pypi/simple
# Install dependencies at startup

View File

@@ -35,7 +35,7 @@ Deploy:
# [Other] Use you own python, and its version should be 3.7.6 64bit
PythonExecutable: /usr/bin/python
# URL of pypi mirror
# [CN user] Use 'https://mirrors.aliyun.com/pypi/simple' for faster and more stable download
# [CN user] Use 'https://pypi.tuna.tsinghua.edu.cn/simple' for faster and more stable download
# [Other] Use null
PypiMirror: null
# Install dependencies at startup

View File

@@ -35,7 +35,7 @@ Deploy:
# [Other] Use you own python, and its version should be 3.7.6 64bit
PythonExecutable: ./toolkit/python.exe
# URL of pypi mirror
# [CN user] Use 'https://mirrors.aliyun.com/pypi/simple' for faster and more stable download
# [CN user] Use 'https://pypi.tuna.tsinghua.edu.cn/simple' for faster and more stable download
# [Other] Use null
PypiMirror: https://mirrors.aliyun.com/pypi/simple
# Install dependencies at startup

View File

@@ -35,7 +35,7 @@ Deploy:
# [Other] Use you own python, and its version should be 3.7.6 64bit
PythonExecutable: /usr/local/bin/python
# URL of pypi mirror
# [CN user] Use 'https://mirrors.aliyun.com/pypi/simple' for faster and more stable download
# [CN user] Use 'https://pypi.tuna.tsinghua.edu.cn/simple' for faster and more stable download
# [Other] Use null
PypiMirror: https://mirrors.aliyun.com/pypi/simple
# Install dependencies at startup

View File

@@ -35,7 +35,7 @@ Deploy:
# [Other] Use you own python, and its version should be 3.7.6 64bit
PythonExecutable: /usr/local/bin/python
# URL of pypi mirror
# [CN user] Use 'https://mirrors.aliyun.com/pypi/simple' for faster and more stable download
# [CN user] Use 'https://pypi.tuna.tsinghua.edu.cn/simple' for faster and more stable download
# [Other] Use null
PypiMirror: null
# Install dependencies at startup

View File

@@ -35,7 +35,7 @@ Deploy:
# [Other] Use you own python, and its version should be 3.7.6 64bit
PythonExecutable: python
# URL of pypi mirror
# [CN user] Use 'https://mirrors.aliyun.com/pypi/simple' for faster and more stable download
# [CN user] Use 'https://pypi.tuna.tsinghua.edu.cn/simple' for faster and more stable download
# [Other] Use null
PypiMirror: https://mirrors.aliyun.com/pypi/simple
# Install dependencies at startup

View File

@@ -35,7 +35,7 @@ Deploy:
# [Other] Use you own python, and its version should be 3.7.6 64bit
PythonExecutable: python
# URL of pypi mirror
# [CN user] Use 'https://mirrors.aliyun.com/pypi/simple' for faster and more stable download
# [CN user] Use 'https://pypi.tuna.tsinghua.edu.cn/simple' for faster and more stable download
# [Other] Use null
PypiMirror: null
# Install dependencies at startup

View File

@@ -35,7 +35,7 @@ Deploy:
# [Other] Use you own python, and its version should be 3.7.6 64bit
PythonExecutable: ./toolkit/python.exe
# URL of pypi mirror
# [CN user] Use 'https://mirrors.aliyun.com/pypi/simple' for faster and more stable download
# [CN user] Use 'https://pypi.tuna.tsinghua.edu.cn/simple' for faster and more stable download
# [Other] Use null
PypiMirror: null
# Install dependencies at startup

View File

@@ -5511,16 +5511,17 @@
"event_20240912_cn",
"event_20241024_cn",
"event_20241121_cn",
"event_20241219_cn"
"event_20241219_cn",
"event_20250227_cn"
],
"option_bold": [
"event_20221222_cn",
"event_20231221_cn"
"event_20240725_cn",
"event_20250227_cn"
],
"cn": "event_20221222_cn",
"en": "event_20221222_cn",
"jp": "event_20221222_cn",
"tw": "event_20231221_cn"
"cn": "event_20250227_cn",
"en": "event_20250227_cn",
"jp": "event_20250227_cn",
"tw": "event_20240725_cn"
},
"Mode": {
"type": "select",
@@ -13051,7 +13052,8 @@
"option": [
"downes_and_cassin_to_ca",
"downes_and_cassin_to_cl",
"custom"
"custom",
"do_nothing"
]
},
"CapitalShip": {
@@ -13061,7 +13063,8 @@
"cvl_to_bc",
"cvl_to_bb",
"cvl_to_cv",
"custom"
"custom",
"do_nothing"
]
},
"ShipData": {

View File

@@ -980,6 +980,7 @@ ChangeShip:
downes_and_cassin_to_ca,
downes_and_cassin_to_cl,
custom,
do_nothing,
]
CapitalShip:
value: cvl_to_bc
@@ -988,6 +989,7 @@ ChangeShip:
cvl_to_bb,
cvl_to_cv,
custom,
do_nothing,
]
ShipData:
type: textarea

View File

@@ -568,8 +568,8 @@ class GeneratedConfig:
ChangeShip_Enable = False
ChangeShip_PushLua = False
ChangeShip_Timeout = 90
ChangeShip_Vanguard = 'downes_and_cassin_to_ca' # downes_and_cassin_to_ca, downes_and_cassin_to_cl, custom
ChangeShip_CapitalShip = 'cvl_to_bc' # cvl_to_bc, cvl_to_bb, cvl_to_cv, custom
ChangeShip_Vanguard = 'downes_and_cassin_to_ca' # downes_and_cassin_to_ca, downes_and_cassin_to_cl, custom, do_nothing
ChangeShip_CapitalShip = 'cvl_to_bc' # cvl_to_bc, cvl_to_bb, cvl_to_cv, custom, do_nothing
ChangeShip_ShipData = '106021;2;1;6;4\n107041;2;1;6;4\n206011;2;1;6;4\n107011;2;1;6;4\n\n105011;2;1;5;19\n105021;2;1;5;19\n\n101041;2;1;1;3\n101031;2;1;1;3'
# Group `ChangeAttribute`

View File

@@ -3365,7 +3365,8 @@
"help": "ChangeShip.Vanguard.help",
"downes_and_cassin_to_ca": "downes_and_cassin_to_ca",
"downes_and_cassin_to_cl": "downes_and_cassin_to_cl",
"custom": "custom"
"custom": "custom",
"do_nothing": "do_nothing"
},
"CapitalShip": {
"name": "ChangeShip.CapitalShip.name",
@@ -3373,7 +3374,8 @@
"cvl_to_bc": "cvl_to_bc",
"cvl_to_bb": "cvl_to_bb",
"cvl_to_cv": "cvl_to_cv",
"custom": "custom"
"custom": "custom",
"do_nothing": "do_nothing"
},
"ShipData": {
"name": "ChangeShip.ShipData.name",

View File

@@ -3365,7 +3365,8 @@
"help": "ChangeShip.Vanguard.help",
"downes_and_cassin_to_ca": "downes_and_cassin_to_ca",
"downes_and_cassin_to_cl": "downes_and_cassin_to_cl",
"custom": "custom"
"custom": "custom",
"do_nothing": "do_nothing"
},
"CapitalShip": {
"name": "ChangeShip.CapitalShip.name",
@@ -3373,7 +3374,8 @@
"cvl_to_bc": "cvl_to_bc",
"cvl_to_bb": "cvl_to_bb",
"cvl_to_cv": "cvl_to_cv",
"custom": "custom"
"custom": "custom",
"do_nothing": "do_nothing"
},
"ShipData": {
"name": "ChangeShip.ShipData.name",

View File

@@ -3365,7 +3365,8 @@
"help": "",
"downes_and_cassin_to_ca": "唐卡改重巡",
"downes_and_cassin_to_cl": "唐卡改轻巡",
"custom": "自定义"
"custom": "自定义",
"do_nothing": "不改前排"
},
"CapitalShip": {
"name": "后排设置",
@@ -3373,7 +3374,8 @@
"cvl_to_bc": "白轻航改战巡",
"cvl_to_bb": "白轻航改战列",
"cvl_to_cv": "白轻航改航母",
"custom": "自定义"
"custom": "自定义",
"do_nothing": "不改后排"
},
"ShipData": {
"name": "舰船数据",

View File

@@ -3365,7 +3365,8 @@
"help": "ChangeShip.Vanguard.help",
"downes_and_cassin_to_ca": "downes_and_cassin_to_ca",
"downes_and_cassin_to_cl": "downes_and_cassin_to_cl",
"custom": "custom"
"custom": "custom",
"do_nothing": "do_nothing"
},
"CapitalShip": {
"name": "ChangeShip.CapitalShip.name",
@@ -3373,7 +3374,8 @@
"cvl_to_bc": "cvl_to_bc",
"cvl_to_bb": "cvl_to_bb",
"cvl_to_cv": "cvl_to_cv",
"custom": "custom"
"custom": "custom",
"do_nothing": "do_nothing"
},
"ShipData": {
"name": "ChangeShip.ShipData.name",