Skip to content

Commit

Permalink
🐛 无法打开 PCL 文件夹
Browse files Browse the repository at this point in the history
  • Loading branch information
MoYuan-CN committed Sep 21, 2024
1 parent be0345e commit 39b7789
Showing 1 changed file with 1 addition and 1 deletion.
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,&quot;{path}&quot;" />
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 39b7789

Please sign in to comment.