Skip to content

Commit

Permalink
Merge pull request #391 from JingHai-Lingyun/master
Browse files Browse the repository at this point in the history
小型综合更新:Bug 修复与 UI 优化
  • Loading branch information
LTCatt authored Sep 21, 2024
2 parents bb8dbf1 + 39b7789 commit 1da23bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions Minecraft/数据包安装.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
<StackPanel Margin="25,40,23,15">
<TextBlock TextWrapping="Wrap" Margin="0,0,0,4"
Text="你可以在许多相关资源网站找到数据包,诸如 Modrinth、Planet Minecraft 等。你可以点击下面的按钮来快速跳转至这些网站:" />
<local:MyButton Margin="0,4,20,0" Height="35" HorizontalAlignment="Left" Padding="13,0,13,0"
Text="Modrinth 数据包下载" EventType="打开网页" EventData="https://modrinth.com/datapacks" />
<local:MyButton Margin="0,4,20,0" Height="35" HorizontalAlignment="Left" Padding="13,0,13,0"
Text="Planet Minecraft 数据包下载" EventType="打开网页" EventData="https://www.planetminecraft.com/data-packs/" />
<StackPanel Orientation="Horizontal" HorizontalAlignment="Left">
<local:MyButton Margin="0,4,20,0" Height="35" HorizontalAlignment="Left" Padding="13,0,13,0"
Text="Modrinth 数据包下载" EventType="打开网页" EventData="https://modrinth.com/datapacks" />
<local:MyButton Margin="0,4,20,0" Height="35" HorizontalAlignment="Left" Padding="13,0,13,0"
Text="Planet Minecraft 数据包下载" EventType="打开网页" EventData="https://www.planetminecraft.com/data-packs/" />
</StackPanel>
</StackPanel>
</local:MyCard>

Expand Down
2 changes: 1 addition & 1 deletion 帮助/提交帮助 - GitHub Desktop.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Text="点击下方按钮,进入 PCL 文件夹,创建名称为 Help 的文件夹。"/>
<StackPanel Height="35" Margin="0,4,0,10" Orientation="Horizontal">
<local:MyButton MinWidth="140" Padding="13,0" Margin="0,0,20,0" HorizontalAlignment="Left" ColorType="Highlight"
Text="打开文件夹" EventType="打开文件" EventData="explorer.exe|/select,Help" />
Text="打开文件夹" EventType="打开文件" EventData="explorer.exe|&quot;{path}PCL&quot;" />
</StackPanel>
<TextBlock Margin="0,0,0,4" LineHeight="17"
Text="打开你 Clone 的仓库的本地文件夹,在文件浏览器中,开启 “显示隐藏的项目” 选项以选中 .git 文件夹。&#xa;此后,将整个 PCL2Help 内的内容剪切到 PCL/Help 文件夹下。"/>
Expand Down

0 comments on commit 1da23bd

Please sign in to comment.