mirror of
https://bgithub.xyz/mtrlps-community/lps-community-guide.git
synced 2026-02-25 11:31:03 +08:00
Absolute Path Fix
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -25,13 +25,13 @@ description: 本页面提供服务器加入指南及加速IP
|
||||
|
||||
进入资源页面后,选择<kbd>整合包与追加包</kbd>。
|
||||
|
||||

|
||||

|
||||
|
||||
下载带有`Clicktorun`字样的整合包。
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
### Part.2 导入整合包
|
||||
|
||||
@@ -39,17 +39,17 @@ description: 本页面提供服务器加入指南及加速IP
|
||||
|
||||
打开Prism Launcher,点击<kbd>添加实例</kbd>
|
||||
|
||||

|
||||

|
||||
|
||||
依次点击<kbd>导入</kbd>→<kbd>浏览</kbd>
|
||||
|
||||

|
||||

|
||||
|
||||
选择你刚刚下载好的包导入,并点击<kbd>确定</kbd>进入下一步。
|
||||
|
||||
稍等片刻,整合包将自动导入完成。
|
||||
|
||||

|
||||

|
||||
|
||||
现在,请<kbd>启动</kbd>!
|
||||
|
||||
@@ -57,27 +57,27 @@ description: 本页面提供服务器加入指南及加速IP
|
||||
|
||||
启动后,会加载出模组同步程序,此时请不要操作,将会自动下载/更新所需模组。
|
||||
|
||||

|
||||

|
||||
|
||||
模组自动同步完毕后,将会弹出游戏窗口,此时资源同步实用程序会自动下载服务器所需资源包,请耐心等待。
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
完成之后您可能会看到如下界面且可能为英文,请按照下方图片操作:
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
完成后点击多人游戏,请畅快开玩!
|
||||
|
||||
这里附上多人游戏内不同服务器选项所对应地址。
|
||||
|
||||

|
||||

|
||||
|
||||
## 服务器IP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user