♻️ 调整窗口显示逻辑

This commit is contained in:
目棃
2024-12-07 19:13:32 +08:00
parent c7f24d2345
commit d5ec4b1b0e
3 changed files with 37 additions and 41 deletions

View File

@@ -66,9 +66,7 @@ export async function createPost(
}
const postPath = `/post_detail/${postId}`;
await createTGWindow(postPath, "Sub_window", postTitle, 960, 720, false, false);
TGLogger.Info(`[createPost][${postId}] 打开帖子`).catch((err) => {
console.error(err);
});
await TGLogger.Info(`[createPost][${postId}] 打开帖子`);
}
/**