mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
♻️ 调整窗口显示逻辑
This commit is contained in:
@@ -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}] 打开帖子`);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user