From 9f4033a0f80c52ca98d74ff83f006b146a4b8b79 Mon Sep 17 00:00:00 2001 From: weixin_54226053 Date: Mon, 18 Sep 2023 20:29:16 +0800 Subject: [PATCH] Auto Commit --- .inscode | 4 + index.html | 248 ++++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 241 insertions(+), 11 deletions(-) diff --git a/.inscode b/.inscode index 70c7853..9fec957 100644 --- a/.inscode +++ b/.inscode @@ -1,4 +1,5 @@ run = "npm i && npm run dev" +language = "node" [deployment] build = "npm i && npm run build" @@ -8,3 +9,6 @@ run = "npm run preview" PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}" XDG_CONFIG_HOME = "/root/.config" npm_config_prefix = "/root/${PROJECT_DIR}/.config/npm/node_global" + +[debugger] +program = "main.js" diff --git a/index.html b/index.html index 030a6ff..e8e1c56 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,239 @@ - - - - - - Vite App - - -
- - + + + 动态酷炫登录页面 + + + + + + + +
+ + + + + +
+

动态酷炫登录页面

+
+ + + +
+
+
+ + + -- GitLab