mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-20 21:49:09 +08:00
🧑💻 调整Sentry数据
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user