mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
🐛 修复分享图元素选取异常
This commit is contained in:
@@ -188,7 +188,7 @@ onMounted(async () => {
|
||||
shareTimeTimer.value = undefined;
|
||||
}
|
||||
shareTimeTimer.value = setInterval(() => (shareTime.value = Math.floor(Date.now() / 1000)), 1000);
|
||||
postRef.value = <HTMLElement>document.querySelector(".tp-post-title");
|
||||
postRef.value = <HTMLElement>document.querySelector(".tp-post-body");
|
||||
loading.value = false;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user