feat: 更新搜索逻辑

现在更换app类别时将默认清空搜索。
This commit is contained in:
Elysia
2026-02-12 20:11:54 +08:00
parent c3ae477497
commit d5266c6af8
4 changed files with 17 additions and 31 deletions
+2 -3
View File
@@ -159,10 +159,9 @@ const onProgress = (_event: any, chunk: string) => {
scrollToBottom();
};
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const onComplete = (
_event: any,
result: { success: boolean; message: any },
_event: unknown,
result: { success: boolean; message: unknown },
) => {
if (!uninstalling.value) return; // Ignore if not current session