From e9a9cbb57c12815faa45edec1756c8e2df2fbc32 Mon Sep 17 00:00:00 2001 From: fuxiaochun Date: Thu, 10 Aug 2023 20:28:28 +0800 Subject: [PATCH] init project --- index.html | 5 ++--- package.json | 1 + src/App.vue | 15 --------------- src/assets/js/rem.js | 1 + src/main.js | 1 + src/views/home/index.vue | 9 +++++++-- vite.config.js | 2 +- 7 files changed, 13 insertions(+), 21 deletions(-) create mode 100644 src/assets/js/rem.js diff --git a/index.html b/index.html index 26b31ad..c102a42 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,9 @@ - - + - + aigc diff --git a/package.json b/package.json index f7bb137..b120893 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "lodash-es": "^4.17.21", "markdown-it": "^13.0.1", "markdown-it-link-attributes": "^4.0.1", + "md5": "^2.3.0", "pinia": "^2.1.3", "resize-observer-polyfill": "^1.5.1", "swiper": "^10.1.0", diff --git a/src/App.vue b/src/App.vue index 9e54bca..a1d563f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,21 +1,6 @@