mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-10 00:44:10 +08:00
BetterGI.exe startOneDragon
This commit is contained in:
@@ -102,6 +102,11 @@ public partial class HomePageViewModel : ObservableObject, INavigationAware, IVi
|
||||
{
|
||||
_ = OnStartTriggerAsync();
|
||||
}
|
||||
else if (args[1].Contains("startOneDragon"))
|
||||
{
|
||||
var odVm = App.GetService<OneDragonFlowViewModel>();
|
||||
odVm?.OneKeyExecuteCommand.Execute(null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user