From 3468347049754c872f61aac97bd81ec503762994 Mon Sep 17 00:00:00 2001 From: lz-ui Date: Mon, 15 Sep 2025 16:28:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 + package.json | 2 + pnpm-lock.yaml | 277 +++++++++++++++++++++++++++++++++-- src/main.js | 3 + src/utils/cachedBuildTime.js | 40 +++++ src/utils/message.js | 85 +++++++++++ src/views/index.vue | 3 - vite.config.js | 15 +- 8 files changed, 413 insertions(+), 15 deletions(-) create mode 100644 src/utils/cachedBuildTime.js create mode 100644 src/utils/message.js diff --git a/index.html b/index.html index 95de576..4faa4fb 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,9 @@ 体彩管理系统 +