diff --git a/resources/builtin-config/sgp/mh-sgp-servers.json b/resources/builtin-config/sgp/mh-sgp-servers.json
index 643032a..dc61bc4 100644
--- a/resources/builtin-config/sgp/mh-sgp-servers.json
+++ b/resources/builtin-config/sgp/mh-sgp-servers.json
@@ -84,7 +84,8 @@
"TENCENT_CQ100",
"TENCENT_TJ100",
"TENCENT_TJ101",
- "TENCENT_BGP2"
+ "TENCENT_BGP2",
+ "TENCENT_PBE"
],
"tencentServerSpectatorInteroperability": [
"TENCENT_HN1",
@@ -94,7 +95,8 @@
"TENCENT_CQ100",
"TENCENT_TJ100",
"TENCENT_TJ101",
- "TENCENT_BGP2"
+ "TENCENT_BGP2",
+ "TENCENT_PBE"
],
"tencentServerSummonerInteroperability": [
"TENCENT_HN1",
@@ -104,6 +106,7 @@
"TENCENT_CQ100",
"TENCENT_TJ100",
"TENCENT_TJ101",
- "TENCENT_BGP2"
+ "TENCENT_BGP2",
+ "TENCENT_PBE"
]
}
diff --git a/src/main/shards/sgp/index.ts b/src/main/shards/sgp/index.ts
index 3961f9c..48d6bdd 100644
--- a/src/main/shards/sgp/index.ts
+++ b/src/main/shards/sgp/index.ts
@@ -91,7 +91,7 @@ export class SgpMain implements IAkariShardInitDispose {
'akari-ipc-main'
]
- static MH_SGP_SERVERS_JSON = 'mh-sgp-servers_v8.json'
+ static MH_SGP_SERVERS_JSON = 'mh-sgp-servers_v9.json'
public readonly state: SgpState
diff --git a/src/renderer/src-main-window/components/settings-modal/DebugSettings.vue b/src/renderer/src-main-window/components/settings-modal/DebugSettings.vue
index 0192f72..a58d4cb 100644
--- a/src/renderer/src-main-window/components/settings-modal/DebugSettings.vue
+++ b/src/renderer/src-main-window/components/settings-modal/DebugSettings.vue
@@ -205,7 +205,7 @@
{{ t('DebugSettings.inAdministrator.description') }}
-
+
app.setInKyokoMode(val)"
/>
diff --git a/src/shared/i18n/en.yaml b/src/shared/i18n/en.yaml
index 90e9da3..5a833aa 100644
--- a/src/shared/i18n/en.yaml
+++ b/src/shared/i18n/en.yaml
@@ -350,7 +350,7 @@ DebugSettings:
description: League Akari is running with administrator privileges, required for certain client-specific functionalities.
kyokoMode:
- description: Some features are for debugging purposes only.
+ description: Some features are for debugging purposes only. Including some deprecated or unfinished features.
AboutPane:
title: About
diff --git a/src/shared/i18n/zh-CN.yaml b/src/shared/i18n/zh-CN.yaml
index e9f9167..19ad2e9 100644
--- a/src/shared/i18n/zh-CN.yaml
+++ b/src/shared/i18n/zh-CN.yaml
@@ -353,7 +353,7 @@ DebugSettings:
description: League Akari 运行在管理员权限,仅用于实现特定的客户端功能
kyokoMode:
- description: 部分功能仅用于调试用途
+ description: 部分功能仅用于调试用途,包含被废弃或未完成的功能
AboutPane:
title: 关于