mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-17 10:08:14 +08:00
🎨 统一保存文件名格式
This commit is contained in:
@@ -134,7 +134,7 @@ function getAbyssRef (el: HTMLElement): void {
|
||||
}
|
||||
|
||||
async function shareAbyss (): Promise<void> {
|
||||
const fileName = `深渊${curAbyss.value.id}-${user.value.gameUid}-${Math.floor(Date.now() / 1000)}.png`;
|
||||
const fileName = `【深渊数据】${curAbyss.value.id}-${user.value.gameUid}`;
|
||||
await generateShareImg(fileName, abyssRef.value);
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user