🐛 修复分类更新无效

This commit is contained in:
目棃
2024-11-15 13:41:12 +08:00
parent 10a5b88d24
commit 83e0d35245
3 changed files with 21 additions and 44 deletions

View File

@@ -211,7 +211,7 @@ watch(
},
);
async function toTopic(topic: TGApp.Plugins.Mys.Post.Topic): Promise<void> {
async function toTopic(topic: TGApp.Plugins.Mys.Topic.Info): Promise<void> {
const gid = postData.value?.post.game_id ?? topic.game_id;
await emit("active_deep_link", `router?path=/posts/${gid}/${topic.id}`);
}