👽️ 适应米社返回数据变更

This commit is contained in:
目棃
2024-07-08 14:47:59 +08:00
parent d9ab24cb14
commit 5816f5c825
4 changed files with 23 additions and 15 deletions

View File

@@ -90,6 +90,10 @@ export async function parseLink(
await emit("active_deep_link", "router?path=/news/2/news");
return true;
}
if (link === "mihoyobbs://homeForum?game_id=8&tab_type=2") {
await emit("active_deep_link", "router?path=/news/8/news");
return true;
}
}
return false;
}