mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-30 06:19:45 +08:00
♻️ 调整成就排序&搜索逻辑
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user