mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 13:49:26 +08:00
Adj: Remove config for OthersLogin.Method
This commit is contained in:
@@ -164,11 +164,3 @@ Deploy:
|
||||
# --no-sandbox. https://github.com/electron/electron/issues/30966
|
||||
# Some Windows systems cannot call the GPU normally for virtualization, and you need to manually turn off sandbox mode
|
||||
NoSandbox: false
|
||||
# SSL support
|
||||
# Only effective when both parameters below are set
|
||||
# --ssl-key. Path to SSL key file
|
||||
# [Default] null (no SSL)
|
||||
WebuiSSLKey: null
|
||||
# --ssl-cert. Path to SSL cert file
|
||||
# [Default] null (no SSL)
|
||||
WebuiSSLCert: null
|
||||
|
||||
@@ -164,11 +164,3 @@ Deploy:
|
||||
# --no-sandbox. https://github.com/electron/electron/issues/30966
|
||||
# Some Windows systems cannot call the GPU normally for virtualization, and you need to manually turn off sandbox mode
|
||||
NoSandbox: false
|
||||
# SSL support
|
||||
# Only effective when both parameters below are set
|
||||
# --ssl-key. Path to SSL key file
|
||||
# [Default] null (no SSL)
|
||||
WebuiSSLKey: null
|
||||
# --ssl-cert. Path to SSL cert file
|
||||
# [Default] null (no SSL)
|
||||
WebuiSSLCert: null
|
||||
|
||||
@@ -164,11 +164,3 @@ Deploy:
|
||||
# --no-sandbox. https://github.com/electron/electron/issues/30966
|
||||
# Some Windows systems cannot call the GPU normally for virtualization, and you need to manually turn off sandbox mode
|
||||
NoSandbox: false
|
||||
# SSL support
|
||||
# Only effective when both parameters below are set
|
||||
# --ssl-key. Path to SSL key file
|
||||
# [Default] null (no SSL)
|
||||
WebuiSSLKey: null
|
||||
# --ssl-cert. Path to SSL cert file
|
||||
# [Default] null (no SSL)
|
||||
WebuiSSLCert: null
|
||||
|
||||
@@ -164,11 +164,3 @@ Deploy:
|
||||
# --no-sandbox. https://github.com/electron/electron/issues/30966
|
||||
# Some Windows systems cannot call the GPU normally for virtualization, and you need to manually turn off sandbox mode
|
||||
NoSandbox: false
|
||||
# SSL support
|
||||
# Only effective when both parameters below are set
|
||||
# --ssl-key. Path to SSL key file
|
||||
# [Default] null (no SSL)
|
||||
WebuiSSLKey: null
|
||||
# --ssl-cert. Path to SSL cert file
|
||||
# [Default] null (no SSL)
|
||||
WebuiSSLCert: null
|
||||
|
||||
@@ -164,11 +164,3 @@ Deploy:
|
||||
# --no-sandbox. https://github.com/electron/electron/issues/30966
|
||||
# Some Windows systems cannot call the GPU normally for virtualization, and you need to manually turn off sandbox mode
|
||||
NoSandbox: false
|
||||
# SSL support
|
||||
# Only effective when both parameters below are set
|
||||
# --ssl-key. Path to SSL key file
|
||||
# [Default] null (no SSL)
|
||||
WebuiSSLKey: null
|
||||
# --ssl-cert. Path to SSL cert file
|
||||
# [Default] null (no SSL)
|
||||
WebuiSSLCert: null
|
||||
|
||||
@@ -164,11 +164,3 @@ Deploy:
|
||||
# --no-sandbox. https://github.com/electron/electron/issues/30966
|
||||
# Some Windows systems cannot call the GPU normally for virtualization, and you need to manually turn off sandbox mode
|
||||
NoSandbox: false
|
||||
# SSL support
|
||||
# Only effective when both parameters below are set
|
||||
# --ssl-key. Path to SSL key file
|
||||
# [Default] null (no SSL)
|
||||
WebuiSSLKey: null
|
||||
# --ssl-cert. Path to SSL cert file
|
||||
# [Default] null (no SSL)
|
||||
WebuiSSLCert: null
|
||||
|
||||
@@ -164,11 +164,3 @@ Deploy:
|
||||
# --no-sandbox. https://github.com/electron/electron/issues/30966
|
||||
# Some Windows systems cannot call the GPU normally for virtualization, and you need to manually turn off sandbox mode
|
||||
NoSandbox: false
|
||||
# SSL support
|
||||
# Only effective when both parameters below are set
|
||||
# --ssl-key. Path to SSL key file
|
||||
# [Default] null (no SSL)
|
||||
WebuiSSLKey: null
|
||||
# --ssl-cert. Path to SSL cert file
|
||||
# [Default] null (no SSL)
|
||||
WebuiSSLCert: null
|
||||
|
||||
@@ -164,11 +164,3 @@ Deploy:
|
||||
# --no-sandbox. https://github.com/electron/electron/issues/30966
|
||||
# Some Windows systems cannot call the GPU normally for virtualization, and you need to manually turn off sandbox mode
|
||||
NoSandbox: false
|
||||
# SSL support
|
||||
# Only effective when both parameters below are set
|
||||
# --ssl-key. Path to SSL key file
|
||||
# [Default] null (no SSL)
|
||||
WebuiSSLKey: null
|
||||
# --ssl-cert. Path to SSL cert file
|
||||
# [Default] null (no SSL)
|
||||
WebuiSSLCert: null
|
||||
|
||||
@@ -207,7 +207,6 @@
|
||||
"OthersLogin": {
|
||||
"OthersLogin": {
|
||||
"Enable": false,
|
||||
"Method": "stay_there",
|
||||
"Interval": 60,
|
||||
"Notify": true
|
||||
},
|
||||
|
||||
@@ -858,14 +858,6 @@
|
||||
"type": "checkbox",
|
||||
"value": false
|
||||
},
|
||||
"Method": {
|
||||
"type": "select",
|
||||
"value": "stay_there",
|
||||
"option": [
|
||||
"stay_there",
|
||||
"close_game"
|
||||
]
|
||||
},
|
||||
"Interval": {
|
||||
"type": "input",
|
||||
"value": 60
|
||||
|
||||
@@ -1312,8 +1312,5 @@ Comment:
|
||||
# ==================== OthersLogin ======================
|
||||
OthersLogin:
|
||||
Enable: false
|
||||
Method:
|
||||
value: stay_there
|
||||
option: [ stay_there, close_game ]
|
||||
Interval: 60
|
||||
Notify: true
|
||||
@@ -793,7 +793,6 @@ class GeneratedConfig:
|
||||
|
||||
# Group `OthersLogin`
|
||||
OthersLogin_Enable = False
|
||||
OthersLogin_Method = 'stay_there' # stay_there, close_game
|
||||
OthersLogin_Interval = 60
|
||||
OthersLogin_Notify = True
|
||||
|
||||
|
||||
@@ -4292,12 +4292,6 @@
|
||||
"name": "OthersLogin.Enable.name",
|
||||
"help": "OthersLogin.Enable.help"
|
||||
},
|
||||
"Method": {
|
||||
"name": "OthersLogin.Method.name",
|
||||
"help": "OthersLogin.Method.help",
|
||||
"stay_there": "stay_there",
|
||||
"close_game": "close_game"
|
||||
},
|
||||
"Interval": {
|
||||
"name": "OthersLogin.Interval.name",
|
||||
"help": "OthersLogin.Interval.help"
|
||||
|
||||
@@ -4292,12 +4292,6 @@
|
||||
"name": "OthersLogin.Enable.name",
|
||||
"help": "OthersLogin.Enable.help"
|
||||
},
|
||||
"Method": {
|
||||
"name": "OthersLogin.Method.name",
|
||||
"help": "OthersLogin.Method.help",
|
||||
"stay_there": "stay_there",
|
||||
"close_game": "close_game"
|
||||
},
|
||||
"Interval": {
|
||||
"name": "OthersLogin.Interval.name",
|
||||
"help": "OthersLogin.Interval.help"
|
||||
|
||||
@@ -4292,12 +4292,6 @@
|
||||
"name": "启用",
|
||||
"help": "该功能启用之后会将'Alas设置-优化设置-当任务队列清空后'自动强制设置为'关闭游戏'"
|
||||
},
|
||||
"Method": {
|
||||
"name": "顶号后操作",
|
||||
"help": "",
|
||||
"stay_there": "停留在原处",
|
||||
"close_game": "关闭游戏"
|
||||
},
|
||||
"Interval": {
|
||||
"name": "任务间隔(分)",
|
||||
"help": "顶号之后将任务推迟多久"
|
||||
|
||||
@@ -4292,12 +4292,6 @@
|
||||
"name": "OthersLogin.Enable.name",
|
||||
"help": "OthersLogin.Enable.help"
|
||||
},
|
||||
"Method": {
|
||||
"name": "OthersLogin.Method.name",
|
||||
"help": "OthersLogin.Method.help",
|
||||
"stay_there": "stay_there",
|
||||
"close_game": "close_game"
|
||||
},
|
||||
"Interval": {
|
||||
"name": "OthersLogin.Interval.name",
|
||||
"help": "OthersLogin.Interval.help"
|
||||
|
||||
Reference in New Issue
Block a user