-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from 6get-xiaofan/master
修复上一个 pull request 出现的换行符问题
- Loading branch information
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"__Author__": "XiaoFans", | ||
"Title": "存档损坏", | ||
"Description": "游戏存档损怀,无法进入游戏的解决方法", | ||
"Types": ["Minecraft"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<local:MyCard Title="游戏存档损坏" Margin="0,0,0,15"> | ||
<StackPanel Margin="25,40,23,15"> | ||
|
||
<TextBlock TextWrapping="Wrap" Margin="0,0,0,4" LineHeight="17" | ||
Text="电脑蓝屏、死机重启等情况下,游戏存档可能会损坏,如果损坏请按照以下步骤操作:"/> | ||
<TextBlock TextWrapping="Wrap" Margin="0,0,0,4" LineHeight="17" | ||
Text="1. 打开损坏存档的文件夹,在对应版本的“版本设置”->“打开版本文件夹”后找到 Saves 文件夹并进入 "/> | ||
<TextBlock TextWrapping="Wrap" Margin="0,0,0,4" LineHeight="17" | ||
Text="2. 进入损坏存档,删除“level.dat”文件"/> | ||
<TextBlock TextWrapping="Wrap" Margin="0,0,0,4" LineHeight="17" | ||
Text="3. 找到“level.dat_old”,并重命名,将后缀 “_old”删除 "/> | ||
<TextBlock TextWrapping="Wrap" Margin="0,0,0,4" LineHeight="17" | ||
Text="此时进入游戏将恢复存档,但注意的是:每次进入游戏都会自动备份存档为 level.dat_old 文件,所以使用此文档会回档到未损坏之前的存档 "/> | ||
<local:MyHint Text="如果没有显示后缀,请将显示文件扩展名打开即可 
 Win7:资源管理器(我的电脑)->组织->文件夹和搜索选项->查看->勾选“显示已知文件的扩展名” 
 Win10:资源管理器(此电脑)->查看->勾选“文件扩展名”" /> | ||
</StackPanel> | ||
</local:MyCard> | ||
<local:MyHint Margin="0,0,0,15" Text="作者:XiaoFans" IsWarn="False" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"__Author__": "XiaoFans", | ||
"Title": "Minecraft 中文新手教程", | ||
"Description": "官方最详细的 Minecraft 新手中文教程", | ||
"Types": ["新手教程"], | ||
"IsEvent": true, | ||
"EventType": "打开网页", | ||
"EventData": "https://minecraft.fandom.com/zh/wiki/%E6%95%99%E7%A8%8B" | ||
} |