Commit 1829498 1 parent cb53c74 commit 1829498 Copy full SHA for 1829498
File tree 4 files changed +13
-4
lines changed
4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 40
40
<ui : TextBlock Grid.Row=" 1"
41
41
Margin =" 0,0,0,8"
42
42
Foreground =" {ui:ThemeResource TextFillColorTertiaryBrush}"
43
- Text =" 可以通过 Javascript 调用 BetterGI 在原神中的各项能力,右键可以直接执行脚本"
43
+ Text =" 可以通过 Javascript 调用 BetterGI 在原神中的各项能力,右键可以直接执行脚本。建议在调度器中使用! "
44
44
TextWrapping =" Wrap" />
45
45
46
46
<StackPanel Grid.Row=" 2" Orientation =" Horizontal" >
Original file line number Diff line number Diff line change 40
40
<ui : TextBlock Grid.Row=" 1"
41
41
Margin =" 0,0,0,8"
42
42
Foreground =" {ui:ThemeResource TextFillColorTertiaryBrush}"
43
- Text =" 可以实现自动采集(尝鲜)、自动挖矿(开发中)、自动锄地(开发中)等功能"
44
- TextWrapping =" Wrap" />
43
+ TextWrapping =" Wrap" >
44
+ 可以实现自动采集(尝鲜)、自动挖矿(开发中)、自动锄地(开发中)等功能。建议在调度器中使用!<Hyperlink Command =" {Binding GoToPathingUrlCommand}" Foreground =" {ui:ThemeResource TextFillColorSecondaryBrush}" >
45
+ 点击查看地图追踪使用教程
46
+ </Hyperlink >
47
+ </ui : TextBlock >
45
48
46
49
<StackPanel Grid.Row=" 2" Orientation =" Horizontal" >
47
50
<ui : Button Command =" {Binding OpenScriptsFolderCommand}"
Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ private void BuildHotKeySettingModelList()
415
415
) ) ;
416
416
417
417
HotKeySettingModels . Add ( new HotKeySettingModel (
418
- "添加记录点 " ,
418
+ "添加路径点 " ,
419
419
nameof ( Config . HotKeyConfig . AddWaypointHotkey ) ,
420
420
Config . HotKeyConfig . AddWaypointHotkey ,
421
421
Config . HotKeyConfig . AddWaypointHotkeyType ,
Original file line number Diff line number Diff line change @@ -117,4 +117,10 @@ public void OnOpenMapViewer()
117
117
_mapViewer ??= new MapViewer ( ) ;
118
118
_mapViewer . Show ( ) ;
119
119
}
120
+
121
+ [ RelayCommand ]
122
+ public void OnGoToPathingUrl ( )
123
+ {
124
+ Process . Start ( new ProcessStartInfo ( "https://bgi.huiyadan.com/autos/pathing.html" ) { UseShellExecute = true } ) ;
125
+ }
120
126
}
You can’t perform that action at this time.
0 commit comments