feat.界面新增一些提示

This commit is contained in:
MistEO
2021-09-30 12:30:13 +08:00
parent eaefe9353f
commit 6f3321d095
2 changed files with 3 additions and 0 deletions

View File

@@ -267,6 +267,7 @@ namespace MeoAsstGui
public async void StartSanity()
{
CatchStatus = "正在捕获模拟器窗口……";
var asstProxy = _container.Get<AsstProxy>();
var task = Task.Run(() =>
{
@@ -291,6 +292,7 @@ namespace MeoAsstGui
public async void Visit()
{
CatchStatus = "正在捕获模拟器窗口……";
var asstProxy = _container.Get<AsstProxy>();
var task = Task.Run(() =>
{

View File

@@ -102,6 +102,7 @@ namespace MeoAsstGui
public async void StartCalc()
{
RecruitInfo = "正在捕获模拟器窗口……";
var asstProxy = _container.Get<AsstProxy>();
var task = Task.Run(() =>
{