mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-15 23:50:32 +02:00
Add files via upload
This commit is contained in:
@@ -186,9 +186,9 @@ function initPage(pageId) {
|
||||
}
|
||||
break;
|
||||
case 'settings':
|
||||
// 初始化设置页面
|
||||
// 初始化设置页面(不需要加载工具列表)
|
||||
if (typeof loadConfig === 'function') {
|
||||
loadConfig();
|
||||
loadConfig(false);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user