Skip to content

Commit

Permalink
Merge pull request #364 from SilianZ/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
LTCatt authored May 5, 2024
2 parents 5ec1cdb + 23290cb commit 992e79b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 帮助/自定义帮助 - JSON 格式.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@
EventType="打开帮助" EventData="百科/Minecraft Wiki.json" />
<Grid Margin="7,6,0,0">
<TextBlock Margin="0,0,0,4" LineHeight="17"
Text='{}{&#xa; "__Author__": "NotKiller233、龙腾猫跃",&#xa; "Title": "Minecraft Wiki",&#xa; "Description": "包含原版游戏过程中所需大多数知识的中文百科",&#xa; "Keywords": "我的世界wikipedia",&#xa; "Types": ["百科"],&#xa; "IsEvent": true,&#xa; "EventType": "打开网页",&#xa; "EventData": "https://minecraft.fandom.com/zh/"&#xa;}' />
Text='{}{&#xa; "__Author__": "NotKiller233、龙腾猫跃",&#xa; "Title": "Minecraft Wiki",&#xa; "Description": "包含原版游戏过程中所需大多数知识的中文百科",&#xa; "Keywords": "我的世界wikipedia",&#xa; "Types": ["百科"],&#xa; "IsEvent": true,&#xa; "EventType": "打开网页",&#xa; "EventData": "https://zh.minecraft.wiki/"&#xa;}' />
<local:MyButton Width="80" Height="35" HorizontalAlignment="Right" VerticalAlignment="Bottom" Padding="13,0,13,0" Margin="0,0,0,8"
Text="复制" EventType="复制文本" EventData='{}{&#xa; "__Author__": "NotKiller233、龙腾猫跃",&#xa; "Title": "Minecraft Wiki",&#xa; "Description": "包含原版游戏过程中所需大多数知识的中文百科",&#xa; "Keywords": "我的世界wikipedia",&#xa; "Types": ["百科"],&#xa; "IsEvent": true,&#xa; "EventType": "打开网页",&#xa; "EventData": "https://minecraft.fandom.com/zh/"&#xa;}' />
Text="复制" EventType="复制文本" EventData='{}{&#xa; "__Author__": "NotKiller233、龙腾猫跃",&#xa; "Title": "Minecraft Wiki",&#xa; "Description": "包含原版游戏过程中所需大多数知识的中文百科",&#xa; "Keywords": "我的世界wikipedia",&#xa; "Types": ["百科"],&#xa; "IsEvent": true,&#xa; "EventType": "打开网页",&#xa; "EventData": "https://zh.minecraft.wiki/"&#xa;}' />
</Grid>
</StackPanel>
</local:MyCard>
Expand Down

0 comments on commit 992e79b

Please sign in to comment.