Skip to content

Commit 71dd284

Browse files
authored
Merge pull request #49 from fishcpy/main
移除不可用下载线路
2 parents 28cdeb0 + 03620c7 commit 71dd284

4 files changed

Lines changed: 7 additions & 22 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
#### 下载使用github代理下载链接,来应对github在在国内半墙的状态<br>
1616
#### 感谢下方人员提供代理链接
1717
#### [fishcpy](https://github.com/fishcpy) download.fishcpy.top
18-
#### [scfcn](https://github.com/scfcn) hdd.xnet.ren,image.wudu.ltd,imgse.xnet.ren,scdn.星.fun
18+
#### [scfcn](https://github.com/scfcn) scdn.星.fun

README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Master Node: pclce-web.demo.fis.ink (recommended for mainland users)<br>
1515
#### Download and use the github proxy download link to deal with the half-wall state of github in China<br>.
1616
#### Thanks to the following people for providing the proxy link
1717
#### [fishcpy](https://github.com/fishcpy) download.fishcpy.top
18-
#### [scfcn](https://github.com/scfcn) hdd.xnet.ren,image.wudu.ltd,imgse.xnet.ren,scdn.星.fun
18+
#### [scfcn](https://github.com/scfcn) scdn.星.fun

dl.html

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,7 @@ <h3 data-i18n="dl.x64.title">X64 版本</h3>
121121
<a href="https://download.fishcpy.top/dl/pclce/pcl2ce/PCL2_CE_Release_x64.exe" class="mirror-btn" data-i18n="dl.mirror.1">
122122
线路1
123123
</a>
124-
<a href="https://hdd.xnet.ren/PCL2_CE_Release_x64.exe" class="mirror-btn" data-i18n="dl.mirror.2">
125-
线路2
126-
</a>
127-
<a href="https://image.wudu.ltd/PCL2_CE_Release_x64.exe" class="mirror-btn" data-i18n="dl.mirror.3">
128-
线路3
129-
</a>
130-
<a href="https://scdn.星.fun/PCL2_CE_Release_x64.exe" class="mirror-btn" data-i18n="dl.mirror.5">
124+
<a href="https://scdn.星.fun/PCL2_CE_Release_x64.exe" class="mirror-btn" data-i18n="dl.mirror.2">
131125
线路4
132126
</a>
133127
</div>
@@ -143,13 +137,7 @@ <h3 data-i18n="dl.arm64.title">ARM64 版本</h3>
143137
<a href="https://download.fishcpy.top/dl/pclce/pcl2ce/PCL2_CE_Release_ARM64.exe" class="mirror-btn" data-i18n="dl.mirror.1">
144138
线路1
145139
</a>
146-
<a href="https://hdd.xnet.ren/PCL2_CE_Release_ARM64.exe" class="mirror-btn" data-i18n="dl.mirror.2">
147-
线路2
148-
</a>
149-
<a href="https://image.wudu.ltd/PCL2_CE_Release_ARM64.exe" class="mirror-btn" data-i18n="dl.mirror.3">
150-
线路3
151-
</a>
152-
<a href="https://scdn.星.fun/PCL2_CE_Release_ARM64.exe" class="mirror-btn" data-i18n="dl.mirror.5">
140+
<a href="https://scdn.星.fun/PCL2_CE_Release_ARM64.exe" class="mirror-btn" data-i18n="dl.mirror.2">
153141
线路4
154142
</a>
155143
</div>

js/i18n.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,8 @@ class I18n {
181181
'dl.arm64.desc': '适用于 ARM 架构的 Windows 电脑',
182182
'dl.mirror.github': 'GitHub(国内可能较慢)',
183183
'dl.mirror.1': '线路1 (fishcpy)',
184-
'dl.mirror.2': '线路2 (scfcn)',
185-
'dl.mirror.3': '线路3 (scfcn)',
186184
'dl.mirror.4': '线路4 (scfcn)',
187-
'dl.mirror.5': '线路5 (scfcn)',
185+
'dl.mirror.2': '线路2 (scfcn)',
188186
'dl.history.title': '历史版本下载',
189187
'dl.history.desc': '如果您需要 PCL 社区版的旧版本,可以从以下链接下载:',
190188
'dl.history.link': '历史版本',
@@ -353,10 +351,9 @@ class I18n {
353351
'dl.arm64.desc': 'For ARM-based Windows computers',
354352
'dl.mirror.github': 'GitHub (may be slow in China)',
355353
'dl.mirror.1': 'Mirror 1 (fishcpy)',
356-
'dl.mirror.2': 'Mirror 2 (scfcn)',
357-
'dl.mirror.3': 'Mirror 3 (scfcn)',
354+
358355
'dl.mirror.4': 'Mirror 4 (scfcn)',
359-
'dl.mirror.5': 'Mirror 5 (scfcn)',
356+
'dl.mirror.2': 'Mirror 2 (scfcn)',
360357
'dl.history.title': 'Historical Versions Download',
361358
'dl.history.desc': 'If you need older versions of PCL Community Edition, you can download from the following links:',
362359
'dl.history.link': 'Historical Versions',

0 commit comments

Comments
 (0)