Merge branch 'main' of https://github.com/mtrlps-community/lps-community-guide
@@ -20,3 +20,5 @@ description: 如果您喜欢我们的项目,不妨支持一下
|
||||
| --- | --- | --- |
|
||||
| kuisik4 | ¥22.5 | 支付宝 |
|
||||
| Karnatia | ¥20.0 | 微信 |
|
||||
| XZero_TeaPwd | ¥20.0 | ailpay |
|
||||
| oooWl_26 | ¥50.0 | 微信 |
|
||||
|
||||
30
docs/assets/gameresources/rewrite_config.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"version": 1,
|
||||
"rules": [
|
||||
{
|
||||
"patterns": [
|
||||
"^https?://github\\.com(?::(?:80|443))?/([^/]+)/([^/]+)/raw/(?:refs/heads/)?([^/]+)/(.+)$",
|
||||
"^https?://raw\\.githubusercontent\\.com(?::(?:80|443))?/([^/]+)/([^/]+)/(?:refs/heads/)?([^/]+)/(.+)$",
|
||||
"^https?://raw\\.github\\.com(?::(?:80|443))?/([^/]+)/([^/]+)/([^/]+)/(.+)$",
|
||||
"^https?://github\\.com(?::(?:80|443))?/([^/]+)/([^/]+)/blob/([^/]+)/(.+)\\?raw=true$"
|
||||
],
|
||||
"target": "https://ghfast.top/https://raw.githubusercontent.com/{$1}/{$2}/{$3}/{$4}"
|
||||
},
|
||||
{
|
||||
"patterns": [
|
||||
"^https?://cdn\\.discordapp\\.com(?::(?:80|443))?/attachments/(.+)$",
|
||||
"^https?://media\\.discordapp\\.net(?::(?:80|443))?/attachments/(.+)$"
|
||||
],
|
||||
"target": "https://lps.gteh.top/dcimg/{$1}",
|
||||
"ua": "SlideshowProxy",
|
||||
"referer": "NULL"
|
||||
},
|
||||
{
|
||||
"patterns": [
|
||||
"^https?://i\\.imgur\\.com(?::(?:80|443))?/(.+)$"
|
||||
],
|
||||
"target": "https://img.noobzone.ru/getimg.php?url=https://i.imgur.com/{$1}",
|
||||
"referer": "NULL"
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
docs/assets/img/hmcl-home.png
Normal file
|
After Width: | Height: | Size: 513 KiB |
BIN
docs/assets/img/hmcl-import-modpack-1.png
Normal file
|
After Width: | Height: | Size: 453 KiB |
BIN
docs/assets/img/hmcl-import-modpack-2.png
Normal file
|
After Width: | Height: | Size: 400 KiB |
BIN
docs/assets/img/hmcl-import-modpack-3.png
Normal file
|
After Width: | Height: | Size: 338 KiB |
BIN
docs/assets/img/hmcl-imported-modpack.png
Normal file
|
After Width: | Height: | Size: 510 KiB |
BIN
docs/assets/img/pcl2-home.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
docs/assets/img/pcl2-import-modpack-1.png
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
docs/assets/img/pcl2-import-modpack-2.png
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
docs/assets/img/pcl2-imported-modpack.png
Normal file
|
After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
@@ -16,16 +16,16 @@ hide:
|
||||
<center>
|
||||
<h2>资源分类</h2>
|
||||
<div class="productsTable">
|
||||
<a class="product" href="/tutorial">
|
||||
<img src="/assets/img/official-icon.png" alt="official info" />
|
||||
<a class="product" href="tutorial">
|
||||
<img src="./assets/img/official-icon.png" alt="official info" />
|
||||
<h3>进服教程与官方资源</h3>
|
||||
</a>
|
||||
<a class="product" href="/community/downloads">
|
||||
<img src="/assets/img/community-icon.png" alt="community info" />
|
||||
<a class="product" href="community/downloads">
|
||||
<img src="./assets/img/community-icon.png" alt="community info" />
|
||||
<h3>社区资源</h3>
|
||||
</a>
|
||||
<a class="product" href="/about">
|
||||
<img src="/assets/img/about-page-icon.png" alt="about us" />
|
||||
<a class="product" href="about">
|
||||
<img src="./assets/img/about-page-icon.png" alt="about us" />
|
||||
<h3>关于本站</h3>
|
||||
</a>
|
||||
</div>
|
||||
@@ -61,7 +61,7 @@ hide:
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: var(--md-default-bg-color);
|
||||
background-image: url(/assets/img/index-thumbnail.webp);
|
||||
background-image: url(./assets/img/index-thumbnail.webp);
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
@@ -110,7 +110,6 @@ description: 本页面提供服务器加入指南及加速IP
|
||||
#### 测试服
|
||||
|
||||
此连接地址由文档维护成员[@MZDYHR](https://github.com/MZDYHR)提供,适用于境内/中国香港地区链接。
|
||||
|
||||
- **ip 地址**:`mtrtest.lnlfly.com`
|
||||
- **端口**: `25565`
|
||||
|
||||
|
||||