From 210243c8e286793e94fb8757bd60fd0d3f6f5369 Mon Sep 17 00:00:00 2001 From: fofolee Date: Tue, 23 Jan 2024 09:48:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E6=AC=A1=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=B8=AE=E5=8A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0131f4a..f7c9e64 100644 --- a/src/App.vue +++ b/src/App.vue @@ -38,7 +38,7 @@ export default defineComponent({ init() { window.utools = window.getuToolsLite(); if (!this.checkVer()) return; - this.showChangeLog(); + this.firstRun(); this.startUp(); }, checkVer() { @@ -193,9 +193,9 @@ export default defineComponent({ second: dateString.getSeconds(), }; }, - showChangeLog() { + firstRun() { if (this.utools.getStorage("st_v300Inited")) return; - window.showUb.changelog(); + window.showUb.help(); // 处理统计数据 let statisticsData = this.utools.getDB("cfg_statisticsData"); _.forIn(statisticsData, (data, year) => {