Skip to content

Commit b011b76

Browse files
committed
feat: 🎸 添加在线安装器下载
1 parent b34b61e commit b011b76

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

src/components/links/Download.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ const clientMap: Record<string, Record<string, unknown>> = {
88
link: './community',
99
icon: '/imgs/common/logo/logo_256.png',
1010
},
11+
online: {
12+
id: 'online',
13+
name: '',
14+
target: '_blank',
15+
link: 'https://steambird.pub/-/kyjg/KongYingMap.OnlineInst.exe',
16+
icon: '/imgs/common/logo/logo_ol_inst.png',
17+
},
1118
bd: {
1219
id: 'bd',
1320
name: '',

src/en/download-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: doc
44
aside: false
55
---
66

7-
## Windows Client <Badge type="warning" text="Beta" />
7+
## Windows Client <VPBadge type="tip" text="Rc" />
88

99
Currently we only offer the Windows Version of our map client, versions in other OS are in progress.
1010

src/ja/download-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ comment: true
66
pageClass: download-client
77
---
88

9-
## **Windows クライアント** <VPBadge type="warning" text="Beta" />
9+
## **Windows クライアント** <VPBadge type="tip" text="Rc" />
1010

1111
以下のいずれかの方法でダウンロードできます
1212

231 KB
Loading

src/zh/download-client.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: doc
44
comment: true
55
---
66

7-
## **Windows 客户端** <VPBadge type="warning" text="Beta" />
7+
## **Windows 客户端** <VPBadge type="tip" text="Rc" />
88

99
可选择下方任意方式下载
1010

@@ -46,6 +46,7 @@ import { clientLink, downloadJump } from '../components/links/Download.ts'
4646
const params = useUrlSearchParams('history')
4747
const downloadMethod = [
4848
clientLink('sq', '加入社区'),
49+
clientLink('online', '在线安装器'),
4950
clientLink('bd', '百度网盘'),
5051
clientLink('kk', '夸克网盘'),
5152
clientLink('ty', '天翼云盘', '访问码:exn0'),

0 commit comments

Comments
 (0)