From fc7f132700401bf324b615486a91c0e84d2059e7 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Wed, 31 Dec 2025 15:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E5=BE=AE=E8=B0=83=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/userGacha/ug-his-card.vue | 22 +++++++++++++++++----- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/src/App.vue b/src/App.vue index 2b2285d1..2d4d7faa 100644 --- a/src/App.vue +++ b/src/App.vue @@ -384,7 +384,7 @@ async function checkUpdate(): Promise { return; } // @ts-expect-error import.meta - buildTime.value = import.meta.env.VITE_SENTRY_RELEASE; + buildTime.value = import.meta.env.VITE_BUILD_TIME; await TGSqlite.update(); showSnackbar.success("数据库已更新!", 3000); await openUrl("https://app.btmuli.ink/docs/TeyvatGuide/changelogs.html"); diff --git a/src/components/userGacha/ug-his-card.vue b/src/components/userGacha/ug-his-card.vue index e3509106..5d6779ec 100644 --- a/src/components/userGacha/ug-his-card.vue +++ b/src/components/userGacha/ug-his-card.vue @@ -12,7 +12,7 @@ {{ props.pool.order === 1 ? "上半" : "下半" }} {{ getType(props.pool.type) }} -
{{ getTimeStr(props.pool) }}
+
{{ getTimeStr(props.pool) }}
Up 五星