🧑‍💻 调整Sentry数据

This commit is contained in:
BTMuli
2025-12-31 14:19:10 +08:00
parent 7423f6f2b8
commit 55a35471b6
8 changed files with 24 additions and 31 deletions

View File

@@ -16,7 +16,7 @@ async function initAppData(): Promise<Array<string>> {
const sqlRes: Array<string> = [];
const appVersion = await app.getVersion();
// @ts-expect-error import.meta
const buildTime: string = import.meta.VITE_SENTRY_RELEASE;
const buildTime: string = import.meta.VITE_BUILD_TIME;
// 初始化应用版本
sqlRes.push(`
INSERT INTO AppData (key, value, updated)