优化了自检逻辑功能和完善自检清单
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user