From bed2d0c643f464a671ce9b8893f109b9a1ad06ca Mon Sep 17 00:00:00 2001 From: expressgy Date: Wed, 23 Apr 2025 23:50:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=EF=BC=8C=E6=B5=8B=E8=AF=95=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/value.css | 1 + assets/icon/starIconFont/demo_index.html | 93 +++---- assets/icon/starIconFont/iconfont.css | 22 +- assets/icon/starIconFont/iconfont.js | 2 +- assets/icon/starIconFont/iconfont.json | 31 +-- assets/icon/starIconFont/iconfont.ttf | Bin 17288 -> 17940 bytes assets/icon/starIconFont/iconfont.woff | Bin 11816 -> 12336 bytes assets/icon/starIconFont/iconfont.woff2 | Bin 9500 -> 9892 bytes components/Home/Header.vue | 2 + components/Home/Menu.vue | 24 +- nuxt.config.ts | 30 +- package-lock.json | 334 +++++++++++++++++++++++ package.json | 6 +- pages/home/index.vue | 4 + server/api/hello.ts | 6 + server/middleware/01-logger.ts | 4 + server/plugins/mysql.ts | 61 +++++ server/plugins/redis.ts | 33 +++ 18 files changed, 551 insertions(+), 102 deletions(-) create mode 100644 server/api/hello.ts create mode 100644 server/middleware/01-logger.ts create mode 100644 server/plugins/mysql.ts create mode 100644 server/plugins/redis.ts diff --git a/assets/css/value.css b/assets/css/value.css index 391c674..5d90763 100644 --- a/assets/css/value.css +++ b/assets/css/value.css @@ -24,6 +24,7 @@ /*字体颜色*/ --color-text: #333; --bg-opacity: 0.5; + --header-bg-color: #dddddd99; /*主要着重颜色*/ --main-strong-color: #333; diff --git a/assets/icon/starIconFont/demo_index.html b/assets/icon/starIconFont/demo_index.html index d87f13d..ff89bfa 100644 --- a/assets/icon/starIconFont/demo_index.html +++ b/assets/icon/starIconFont/demo_index.html @@ -57,9 +57,15 @@