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 @@