Skip to content

Commit

Permalink
移除 Kyoko Mode 的不可见性
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanxven committed Jan 16, 2025
1 parent 2449042 commit af82a82
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
9 changes: 6 additions & 3 deletions resources/builtin-config/sgp/mh-sgp-servers.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
"TENCENT_CQ100",
"TENCENT_TJ100",
"TENCENT_TJ101",
"TENCENT_BGP2"
"TENCENT_BGP2",
"TENCENT_PBE"
],
"tencentServerSpectatorInteroperability": [
"TENCENT_HN1",
Expand All @@ -94,7 +95,8 @@
"TENCENT_CQ100",
"TENCENT_TJ100",
"TENCENT_TJ101",
"TENCENT_BGP2"
"TENCENT_BGP2",
"TENCENT_PBE"
],
"tencentServerSummonerInteroperability": [
"TENCENT_HN1",
Expand All @@ -104,6 +106,7 @@
"TENCENT_CQ100",
"TENCENT_TJ100",
"TENCENT_TJ101",
"TENCENT_BGP2"
"TENCENT_BGP2",
"TENCENT_PBE"
]
}
2 changes: 1 addition & 1 deletion src/main/shards/sgp/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
<template #header><LeagueAkariSpan class="card-header-title" /></template>
<span class="text">{{ t('DebugSettings.inAdministrator.description') }}</span>
</NCard>
<NCard v-if="as.settings.isInKyokoMode" size="small" style="margin-top: 8px">
<NCard size="small" style="margin-top: 8px">
<template #header><span class="card-header-title">Akari~</span></template>
<ControlItem
class="control-item-margin"
Expand All @@ -215,7 +215,6 @@
>
<NSwitch
size="small"
v-if="as.settings.isInKyokoMode"
:value="as.settings.isInKyokoMode"
@update:value="(val: boolean) => app.setInKyokoMode(val)"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/shared/i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/shared/i18n/zh-CN.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ DebugSettings:
description: League Akari 运行在管理员权限,仅用于实现特定的客户端功能

kyokoMode:
description: 部分功能仅用于调试用途
description: 部分功能仅用于调试用途,包含被废弃或未完成的功能

AboutPane:
title: 关于
Expand Down

0 comments on commit af82a82

Please sign in to comment.