优化了自检逻辑功能和完善自检清单

This commit is contained in:
QWQLwToo
2026-07-06 23:18:11 +08:00
parent b9578edc3a
commit b22914b5de
2 changed files with 12 additions and 2 deletions
@@ -128,7 +128,7 @@ public sealed class ToolResultWebBridge(
if (!string.IsNullOrWhiteSpace(value) &&
services.GetService<IShellNavigationService>()?.NavigateToTool(value) == true)
{
ToastService.Show(AppLocalizer.T("已打开工具,请确认输入后重新运行", "Tool opened; review the input and run again"), ToastKind.Information);
ToastService.Show(AppLocalizer.T("已打开工具,请确认输入后重新运行", "Tool opened; review the input and run again"), ToastKind.Info);
}
break;
}