mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
🎨 统一保存文件名格式
This commit is contained in:
@@ -111,7 +111,7 @@ function getTitle () {
|
||||
|
||||
async function shareRecord () {
|
||||
const recordBox = document.querySelector(".ur-box") as HTMLElement;
|
||||
const fileName = `战绩-${user.value.gameUid}-${Math.floor(Date.now() / 1000)}`;
|
||||
const fileName = `【原神战绩】-${user.value.gameUid}`;
|
||||
await generateShareImg(fileName, recordBox);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user