Skip to content

Commit

Permalink
新增如何将本地存档制作成服务器能用的存档向导
Browse files Browse the repository at this point in the history
  • Loading branch information
qinming99 committed Dec 3, 2020
1 parent 5826092 commit 2f3a083
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
Binary file added src/main/resources/static/images/step7-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/resources/templates/backup/index.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
:on-exceed="handleExceed"
:file-list="fileList">
<el-button size="small" type="primary">点击上传</el-button>
<div slot="tip" class="el-upload__tip">只能上传tar压缩文件,最大文件100MB</div>
<div slot="tip" class="el-upload__tip">只能上传tar压缩文件,最大文件100MB,存档文件如何制作请查看向导</div>
</el-upload>
</el-card>

Expand Down
27 changes: 22 additions & 5 deletions src/main/resources/templates/system/guide.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
<span>饥荒联机版管理平台使用向导</span>
</div>
<el-collapse>
<el-collapse-item title="9折腾讯云服务器出租!!!!" name="0">
<ul class="step">
<li><strong>9折</strong>腾讯云服务器租赁,是在官网定价的折扣上<strong>折上折</strong>,
<br/>例如11期间官方1核2GB需要88元/年,我这只需要80元/年,每人可以注册三个新用户,<strong>续费也是9折</strong>
需要可以联系Q:2339732369<br/>你的支持是我前进的最好动力</li>
<img width="800px" height="100px" src="/images/ad-tencent.jpg"/>
</ul>
</el-collapse-item>
<el-collapse-item title="如何获取Token令牌?" name="1">
<div class="context">饥荒联机版服务器必须设置token,
是房主管理员标识,设置了token就可以对房间进行各种操作
Expand Down Expand Up @@ -98,14 +106,23 @@
<li><strong>自动备份</strong>可以在留存跟多的存档,必要时恢复存档</li>
</ul>
</el-collapse-item>
<el-collapse-item title="9折腾讯云服务器出租!!!!" name="7">
<el-collapse-item title="如何将本地存档制作成服务器能用的存档?" name="7">
<div class="context">当前平台只支持tar格式的存档文件</div>
<ul class="step">
<li><strong>9折</strong>腾讯云服务器租赁,是在官网定价的折扣上<strong>折上折</strong>,
<br/>例如11期间官方1核2GB需要88元/年,我这只需要80元/年,每人可以注册三个新用户,<strong>续费也是9折</strong>
需要可以联系Q:2339732369<br/>你的支持是我前进的最好动力</li>
<img width="800px" height="100px" src="/images/ad-tencent.jpg"/>
<li>内容:
<img src="/images/step7-1.png"/>
</li>
<li>可以下载一个饥荒管理平台生成的存档备份对照来制作</li>
<li>找到本地的存档,本地的存档存储位置请查看"如何获取地面设置"向导 </li>
<li>将地面master文件夹和洞穴caves文件夹复制到新的文件夹中</li>
<li>将文件夹名称改为<strong>MyDediServer</strong></li>
<li>在将<strong>MyDediServer</strong>文件夹压缩为<strong>tar格式</strong>(如何制作tar格式的压缩包请百度)</li>
<li>通过备份管理上传到服务器</li>
<li>在控制台恢复刚刚上传的存档</li>
<li>在房间设置中重新设置房间信息(世界设置,mod设置最好照旧,避免崩档)</li>
</ul>
</el-collapse-item>

</el-collapse>
</el-card>

Expand Down

0 comments on commit 2f3a083

Please sign in to comment.