From a882cfeac974b28a62e18a694d74de4d5080b441 Mon Sep 17 00:00:00 2001 From: osiris Date: Mon, 13 May 2024 16:47:24 +0800 Subject: [PATCH] feat: floor edit --- .env.example | 4 ++-- src/components/Layout/Floor/Floor.vue | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.env.example b/.env.example index 43a5c95..cf17c20 100644 --- a/.env.example +++ b/.env.example @@ -1,9 +1,9 @@ # 变量必须以 VITE_ 为前缀才能暴露给外部读取 NODE_ENV = 'development' # 网站名称 -VITE_APP_TITLE = 'tools-web' +VITE_APP_TITLE = 'Tools-Web' # 简短描述 -VITE_APP_DESC = '一个轻量的工具集合' +VITE_APP_DESC = '一个轻量的工具集合站' # base api VITE_APP_BASE_API = '/v1' # 服务端地址: https://xxx.xxx.com; 使用mock时不需要填写 diff --git a/src/components/Layout/Floor/Floor.vue b/src/components/Layout/Floor/Floor.vue index bbcdc51..c359366 100644 --- a/src/components/Layout/Floor/Floor.vue +++ b/src/components/Layout/Floor/Floor.vue @@ -1,12 +1,11 @@