Skip to content

Commit c08181a

Browse files
committed
统一添加服务器卡片模板中的字符串格式
1 parent 0ae0c4a commit c08181a

1 file changed

Lines changed: 32 additions & 32 deletions

File tree

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: '添加服务器卡片到主页'
2-
description: '我们只需要服务器的一些必要信息,注意: 未正确根据提示发送申请可能会被忽略或关闭.'
3-
title: '[添加服务器]: 此处填写服务器名称..'
4-
labels: ["Submit"]
1+
name: "添加服务器卡片到主页"
2+
description: "我们只需要服务器的一些必要信息,注意: 未正确根据提示发送申请可能会被忽略或关闭."
3+
title: "[添加服务器]: 此处填写服务器名称.."
4+
labels: ["提交"]
55
body:
66
- type: markdown
77
id: Info
@@ -12,52 +12,52 @@ body:
1212
- type: input
1313
id: contact
1414
attributes:
15-
label: '服务器名称'
16-
description: '您的服务器叫什么?'
17-
placeholder: 'ex. Minecraft服务器'
15+
label: "服务器名称"
16+
description: "您的服务器叫什么?"
17+
placeholder: "ex. Minecraft服务器"
1818
validations:
1919
required: true
2020

2121
- type: input
2222
id: ip
2323
attributes:
24-
label: '服务器地址'
25-
description: '您的服务器地址是什么?'
26-
placeholder: 'ex. mc.testserver.com:25565'
24+
label: "服务器地址"
25+
description: "您的服务器地址是什么?"
26+
placeholder: "ex. mc.testserver.com:25565"
2727
validations:
2828
required: true
2929

3030
- type: textarea
3131
id: server-motd
3232
attributes:
33-
label: '您的服务器描述'
34-
description: '使用简短的语言描述您的服务器,控制在 50 字以内为宜。'
35-
placeholder: '服务器描述'
33+
label: "您的服务器描述"
34+
description: "使用简短的语言描述您的服务器,控制在 50 字以内为宜。"
35+
placeholder: "服务器描述"
3636
validations:
3737
required: true
3838

3939
- type: dropdown
4040
id: version
4141
attributes:
42-
label: '版本'
43-
description: 'Java/基岩/互通'
42+
label: "版本"
43+
description: "Java/基岩/互通"
4444
options:
45-
- 'Java'
46-
- '基岩'
47-
- '互通'
45+
- "Java"
46+
- "基岩"
47+
- "互通"
4848
default: 0
4949
validations:
5050
required: true
5151

5252
- type: dropdown
5353
id: auth_mode
5454
attributes:
55-
label: '认证方式'
56-
description: '可选offline(离线服务器),yggdrasil(外置登录),official(正版服务器)'
55+
label: "认证方式"
56+
description: "可选offline(离线服务器),yggdrasil(外置登录),official(正版服务器)"
5757
options:
58-
- 'offline'
59-
- 'yggdrasil'
60-
- 'official'
58+
- "offline"
59+
- "yggdrasil"
60+
- "official"
6161
default: 0
6262
validations:
6363
required: true
@@ -74,26 +74,26 @@ body:
7474
- type: textarea
7575
id: server-version
7676
attributes:
77-
label: '具体客户端版本'
78-
description: '客户端的版本'
79-
placeholder: 'ex. 1.8.2-1.20.4'
77+
label: "具体客户端版本"
78+
description: "客户端的版本"
79+
placeholder: "ex. 1.8.2-1.20.4"
8080
validations:
8181
required: true
8282

8383
- type: textarea
8484
id: server-link
8585
attributes:
86-
label: '服务器宣传链接'
87-
description: '服务器的宣传链接,可以是服务器官网(宣传页面),服务器宣传视频链接,又或者是服务器群聊入群链接,用于服务器卡牌链接跳转'
88-
placeholder: 'https://'
86+
label: "服务器宣传链接"
87+
description: "服务器的宣传链接,可以是服务器官网(宣传页面),服务器宣传视频链接,又或者是服务器群聊入群链接,用于服务器卡牌链接跳转"
88+
placeholder: "https://"
8989
validations:
9090
required: true
9191

9292
- type: textarea
9393
id: server-icon
9494
attributes:
95-
label: '您的服务器图标链接'
96-
description: '您的服务器图标链接(可选)'
97-
placeholder: 'https://'
95+
label: "您的服务器图标链接"
96+
description: "您的服务器图标链接(可选)"
97+
placeholder: "https://"
9898
validations:
9999
required: false

0 commit comments

Comments
 (0)