From 205037397f842dbe65b237f93e958567e44c4cbb Mon Sep 17 00:00:00 2001
From: Soybean <2570172956@qq.com>
Date: Mon, 30 Aug 2021 14:11:34 +0800
Subject: [PATCH] =?UTF-8?q?build(projects):=20=E4=B8=BB=E9=A2=98=E9=85=8D?=
=?UTF-8?q?=E7=BD=AE=E5=AE=8C=E5=96=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package.json | 2 +-
pnpm-lock.yaml | 10 ++++-----
src/views/home/index.vue | 9 +++++++-
tsconfig.json | 2 +-
tailwind.config.js => windi.config.ts | 31 ++++++++++++++++++++++-----
5 files changed, 41 insertions(+), 13 deletions(-)
rename tailwind.config.js => windi.config.ts (58%)
diff --git a/package.json b/package.json
index a4a6be03..d97ed82d 100644
--- a/package.json
+++ b/package.json
@@ -55,7 +55,7 @@
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.3.2",
- "sass": "^1.38.1",
+ "sass": "^1.38.2",
"typescript": "^4.4.0",
"vite": "^2.5.1",
"vite-plugin-components": "^0.13.2",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index c4de8ec6..3f7e0175 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -37,7 +37,7 @@ specifiers:
postinstall-postinstall: ^2.1.0
prettier: ^2.3.2
qs: ^6.10.1
- sass: ^1.38.1
+ sass: ^1.38.2
smoothscroll-polyfill: ^0.4.4
typescript: ^4.4.0
vite: ^2.5.1
@@ -93,7 +93,7 @@ devDependencies:
patch-package: registry.nlark.com/patch-package/6.4.7
postinstall-postinstall: registry.nlark.com/postinstall-postinstall/2.1.0
prettier: registry.nlark.com/prettier/2.3.2
- sass: registry.nlark.com/sass/1.38.1
+ sass: registry.nlark.com/sass/1.38.2
typescript: registry.nlark.com/typescript/4.4.2
vite: registry.nlark.com/vite/2.5.1
vite-plugin-components: registry.nlark.com/vite-plugin-components/0.13.2_vite@2.5.1
@@ -5075,10 +5075,10 @@ packages:
tslib: registry.nlark.com/tslib/1.14.1
dev: true
- registry.nlark.com/sass/1.38.1:
- resolution: {integrity: sha1-VN+xf7FohGtYUDJLgvxi3Gj1G60=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/sass/download/sass-1.38.1.tgz}
+ registry.nlark.com/sass/1.38.2:
+ resolution: {integrity: sha1-lwBF2ZZhgAAqjI84IPwRTN20KCI=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/sass/download/sass-1.38.2.tgz}
name: sass
- version: 1.38.1
+ version: 1.38.2
engines: {node: '>=8.9.0'}
hasBin: true
dependencies:
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index f1827fb7..5a5dd101 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -13,7 +13,14 @@