1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 07:35:25 +08:00

Merge pull request #1915 from SaiCateDoan/emu

Opt: Independent option to restart emulator daily
This commit is contained in:
LmeSzinc
2022-12-02 00:10:13 +08:00
committed by GitHub
11 changed files with 43 additions and 23 deletions

View File

@@ -405,9 +405,13 @@
"name": "Restart Emulator",
"help": ""
},
"Enable": {
"name": "Enable Restart Emulator",
"help": "Automatically start the emulator when it is shut down\nRestart the emulator to free memory when the server date is updated"
"ErrorRestart": {
"name": "Restart Emulator on Error",
"help": "Automatically restart the emulator when it cannot be connected"
},
"DailyRestart": {
"name": "Restart Emulator when Server Refreshes",
"help": "Restart emulator every day to solve the memory leak problem"
},
"EmulatorType": {
"name": "Emulator Type",

View File

@@ -405,9 +405,13 @@
"name": "RestartEmulator._info.name",
"help": "RestartEmulator._info.help"
},
"Enable": {
"name": "RestartEmulator.Enable.name",
"help": "RestartEmulator.Enable.help"
"ErrorRestart": {
"name": "RestartEmulator.ErrorRestart.name",
"help": "RestartEmulator.ErrorRestart.help"
},
"DailyRestart": {
"name": "RestartEmulator.DailyRestart.name",
"help": "RestartEmulator.DailyRestart.help"
},
"EmulatorType": {
"name": "RestartEmulator.EmulatorType.name",

View File

@@ -405,9 +405,13 @@
"name": "重启模拟器",
"help": ""
},
"Enable": {
"name": "启用重启模拟器",
"help": "在模拟器被关闭的时候自动启动模拟器\n在服务器日期刷新时重启模拟器以释放内存"
"ErrorRestart": {
"name": "出错时重启模拟器",
"help": "在无法连接到模拟器时自动重启模拟器"
},
"DailyRestart": {
"name": "服务器刷新时重启模拟器",
"help": "每天主动重启模拟器以解决内存泄漏问题"
},
"EmulatorType": {
"name": "模拟器类型",

View File

@@ -405,9 +405,13 @@
"name": "重啓模擬器",
"help": ""
},
"Enable": {
"ErrorRestart": {
"name": "啟用重啓模擬器",
"help": "在模擬器被關閉的時候自動啟動模擬器\n在服務器日期重繪時重啓模擬器以釋放記憶體"
"help": "在模擬器被關閉的時候自動啟動模擬器"
},
"DailyRestart": {
"name": "服務器重繪時重啓模擬器",
"help": "每天主動重啓模擬器以解决記憶體洩漏問題"
},
"EmulatorType": {
"name": "模擬器類型",