Skip to content

Commit

Permalink
Merge pull request #331 from WTP016-CN/master
Browse files Browse the repository at this point in the history
修改使用IntelliJ IDEA编辑帮助库教程、规范化教程图片
  • Loading branch information
LTCatt authored Sep 30, 2023
2 parents 3fceebf + c4757b9 commit e166497
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Minecraft/资源包安装.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<Grid>
<TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="200"
Text="1. 在 PCL 启动器中找到您想要安装资源包的版本,如教程内选择 1.16.5 作为演示。" HorizontalAlignment="Left" />
<Image Margin="250,0,0,0" HorizontalAlignment="Center" Source="https://img.z0z0r4.top/local/2022/07/26/6/pcl2-find-version-add-mosaic.png" />
<Image Margin="250,0,0,0" HorizontalAlignment="Center" Source="https://img.z0z0r4.top/local/2023/09/30/6517e1fa751b2.png" />
</Grid>

<Grid Margin="0,20,0,4">
<TextBlock TextWrapping="Wrap" Margin="0,15,0,4" Width="200"
Text="2. 点击最右侧的齿轮打开 “版本设置”,点击下方 “打开版本文件夹” 按钮。" HorizontalAlignment="Left" />
<Image Margin="250,0,0,0" HorizontalAlignment="Center" Source="https://img.z0z0r4.top/local/2022/07/26/6/pcl2-open-folder-regular.png" />
<Image Margin="250,0,0,0" HorizontalAlignment="Center" Source="https://img.z0z0r4.top/local/2023/09/30/6517e1fa751b2.png" />
</Grid>

<Grid Margin="0,20,0,4">
Expand Down
6 changes: 3 additions & 3 deletions 帮助/提交帮助 - Intellij Idea.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"__Author__": "龙腾猫跃、XiaoFans、iammcjack6、Ian-Rin",
"Title": "使用 Intellij Idea 获取帮助库",
"Description": "使用 Intellij Idea 编辑器获取 PCL 帮助库并提交",
"Title": "使用 Intellij IDEA 获取帮助库",
"Description": "使用 Intellij IDEA 编辑器获取 PCL 帮助库并提交",
"ShowInSearch": false
}
}
2 changes: 1 addition & 1 deletion 帮助/提交帮助 - Intellij Idea.xaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<local:MyCard Title="下载和配置 IntelliJ IDEA">
<StackPanel Margin="25,40,23,15">
<TextBlock Margin="0,0,0,4" LineHeight="17" Text="IntelliJ IDEA 是主流的 Java 集成开发环境,适用于商业和开源开发。你可以通过点击下面的按钮来进行下载或访问其官方网站。" />
<TextBlock Margin="0,0,0,4" LineHeight="17" Text="IntelliJ IDEA 是主流的 Java 集成开发环境,适用于商业和开源开发。你可以通过点击下面的按钮来进行下载或访问其官方网站。由 JetBrains 开发的其他 IDE 或任何基于 InteillJ IDEA 的 IDE (如 Android Studio)同样适用于该教程。" />
<StackPanel Height="35" Margin="0,4,0,10" Orientation="Horizontal">
<local:MyButton MinWidth="140" Padding="13,0" Margin="0,0,20,0" HorizontalAlignment="Left"
Text="下载 IntelliJ IDEA" EventType="打开网页" EventData="https://www.jetbrains.com/zh-cn/idea/download/?section=windows" />
Expand Down

0 comments on commit e166497

Please sign in to comment.