♻️ 调整成就排序&搜索逻辑

This commit is contained in:
BTMuli
2026-01-18 01:05:17 +08:00
parent b136a93464
commit 9f7763afd9
3 changed files with 41 additions and 19 deletions

View File

@@ -78,7 +78,8 @@ export async function tryCopyYae(): Promise<boolean> {
await copyFile(srcDllPath, targetPath);
const check2 = await exists(targetPath);
if (!check2) {
showSnackbar.warn("移动 dll 失败");
showSnackbar.warn("移动 dll 失败,请手动移动");
// TODO: 跳转手动移动说明站点
return false;
}
return true;