Skip to content

Commit 092806b

Browse files
committed
fix: add support for 'PCL2 社区版'
docs: no-just-a-mod
1 parent 704d915 commit 092806b

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

.github/workflows/launcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
url: https://github.com/Voxelum/x-minecraft-launcher
4141
- subtitle: Prism
4242
url: https://github.com/PrismLauncher/PrismLauncher
43-
- subtitle: PCL2-CE
43+
- subtitle: PCL2 社区版
4444
url: https://github.com/PCL-Community/PCL2-CE
4545
steps:
4646
- uses: actions/checkout@main

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ QQ交流群:596520944
8787
}
8888
```
8989

90+
更多信息请见[贡献声明](#贡献声明)
91+
9092
---
9193

9294
### forum.json5
@@ -123,6 +125,8 @@ QQ交流群:596520944
123125

124126
### utilityWebsite.json5
125127

128+
**请勿**提供仅限单一模组的网站。
129+
126130
以分类作为键,值为一个数组。
127131

128132
在数组内,每项对应的描述:
@@ -167,7 +171,7 @@ QQ交流群:596520944
167171
2. 下拉菜单从上到下排序:`官方` > `国内知名第三方` > `网易` > `国外第三方` > `更适合旧设备`
168172
3. `国内知名第三方` 限制 **6个/设备**`国外第三方` 限制 **3个/设备**
169173
4. 对于 `version` 属性,应优先考虑 GitHub 仓库的相应 Tag,其次是官方的相应版本名/号。
170-
5. 另外,由于 `PCL2` 快照版本尚未公开,请勿提供其 `dev` 属性。
174+
5. 另外,由于 `PCL2` 快照版本尚未公开,**请勿**提供其 `dev` 属性。
171175

172176
感谢您的贡献。历史的长河将会为您留名。
173177

data/launcher.json5

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@
9696
"version": "0.48.11",
9797
"url": "https://github.com/voxelum/x-minecraft-launcher"
9898
},
99+
{
100+
"title": "Plain Craft Launcher 2 Community Edition",
101+
"abbr": "PCL2 社区版",
102+
"download": "https://github.com/PCL-Community/PCL2-CE/releases/download/2.10.2/PCL2_CE.exe",
103+
"version": "2.10.2",
104+
"url": "https://github.com/Hex-Dragon/PCL2/discussions/5342"
105+
},
99106
{
100107
"title": "LabyMod Launcher",
101108
"abbr": "LabyMod",
@@ -142,14 +149,7 @@
142149
"download": "https://lz.qaiu.top/parser?url=https://share.feijipan.com/s/kwAt8rhZ",
143150
"version": "1.0.9",
144151
"url": "https://gitee.com/Cmbself/PCL1"
145-
},
146-
{
147-
"title": "Plain Craft Launcher 2 Community Edition",
148-
"abbr": "PCL2 社区版(CE)",
149-
"download": "https://github.com/PCL-Community/PCL2-CE/releases/download/2.10.2/PCL2_CE.exe",
150-
"version": "2.10.2",
151-
"url": "https://github.com/Hex-Dragon/PCL2/discussions/5342"
152-
},
152+
}
153153
],
154154
// ==========================
155155
// 适用于 苹果电脑 的启动器

0 commit comments

Comments
 (0)