diff --git a/.env b/.env index 389397f..e3ceee2 100644 --- a/.env +++ b/.env @@ -1,7 +1,7 @@ # 所有环境的环境变量(命名必须以 VITE_ 开头) ## 项目标题 -VITE_APP_TITLE = 借还柜 +VITE_APP_TITLE = 智柜通 ## 路由模式 hash 或 html5 VITE_ROUTER_HISTORY = hash diff --git a/README.md b/README.md index 1da1a91..08f7935 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- logo + logo

Mobile + Vue = MobVue

diff --git a/README.zh-CN.md b/README.zh-CN.md index df65cd9..a39d7ae 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,5 +1,5 @@
- logo + logo

Mobile + Vue = MobVue

diff --git a/index.html b/index.html index da2b6f6..98f26c3 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover" /> - + %VITE_APP_TITLE% diff --git a/public/c63.jpg b/public/c63.jpg deleted file mode 100644 index c37c106..0000000 Binary files a/public/c63.jpg and /dev/null differ diff --git a/public/c63.png b/public/c63.png deleted file mode 100644 index 63185f4..0000000 Binary files a/public/c63.png and /dev/null differ diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..729b0c7 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/favicon.png b/public/favicon.png deleted file mode 100644 index 004d7e7..0000000 Binary files a/public/favicon.png and /dev/null differ diff --git a/src/common/components/Description.vue b/src/common/components/Description.vue index 16dd3c3..e672f50 100644 --- a/src/common/components/Description.vue +++ b/src/common/components/Description.vue @@ -11,7 +11,7 @@ const props = withDefaults(defineProps(), { -