From 962ac2e6931b116c18555ffe5ca06f27d979d80d Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 15 May 2026 09:55:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E5=8C=BA=E6=98=BE=E7=A4=BA=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.js | 3 +++ public/index.html | 1 + src/App.vue | 7 ++++--- 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 public/config.js diff --git a/public/config.js b/public/config.js new file mode 100644 index 00000000..9d53b675 --- /dev/null +++ b/public/config.js @@ -0,0 +1,3 @@ +window.config = { + timeZone: false +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index d57e9f57..50e5cf11 100644 --- a/public/index.html +++ b/public/index.html @@ -67,6 +67,7 @@ num = e.data } +