🌱 初步完成实时便笺获取,但未处理 1034

This commit is contained in:
BTMuli
2023-07-29 20:32:38 +08:00
parent ca6bbccd89
commit 7ab9898f97
9 changed files with 457 additions and 7 deletions

View File

@@ -24,13 +24,13 @@ import {
/**
* @description 初始化应用表数据
* @since Alpha v0.2.0
* @since Alpha v0.2.2
* @returns {Promise<string[]>} sql
*/
async function initAppData(): Promise<string[]> {
const sqlRes: string[] = [];
const appVersion = await app.getVersion();
const buildTime = getBuildTime();
const buildTime: string = getBuildTime();
// 初始化应用版本
sqlRes.push(`
INSERT INTO AppData (key, value, updated)