diff --git a/README.md b/README.md index d4fc87f3a..adef78306 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Soybean Admin

-![](https://img.shields.io/github/stars/honghuangdc/soybean-admin) [![license](https://img.shields.io/badge/license-MIT-green.svg)](./LICENSE) +[![license](https://img.shields.io/badge/license-MIT-green.svg)](./LICENSE) ![](https://img.shields.io/github/stars/honghuangdc/soybean-admin) ![](https://img.shields.io/github/forks/honghuangdc/soybean-admin) ## 简介 diff --git a/package.json b/package.json index 74f1bdd6f..291d0264c 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,7 @@ "@better-scroll/core": "^2.5.0", "@soybeanjs/vue-admin-layout": "^1.1.1", "@soybeanjs/vue-admin-tab": "^1.0.5", + "@soybeanjs/vue-materials": "^0.1.8", "@vueuse/core": "^9.13.0", "axios": "0.27.2", "clipboard": "^2.0.11", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c94bda731..94be760a0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,6 +16,7 @@ specifiers: '@soybeanjs/vite-plugin-vue-page-route': ^0.0.5 '@soybeanjs/vue-admin-layout': ^1.1.1 '@soybeanjs/vue-admin-tab': ^1.0.5 + '@soybeanjs/vue-materials': ^0.1.8 '@types/bmapgl': ^0.0.5 '@types/crypto-js': ^4.1.1 '@types/node': 18.15.0 @@ -78,6 +79,7 @@ dependencies: '@better-scroll/core': 2.5.0 '@soybeanjs/vue-admin-layout': 1.1.1_vue@3.2.47 '@soybeanjs/vue-admin-tab': 1.0.5_vue@3.2.47 + '@soybeanjs/vue-materials': 0.1.8_vue@3.2.47 '@vueuse/core': 9.13.0_vue@3.2.47 axios: 0.27.2 clipboard: 2.0.11 @@ -2507,6 +2509,20 @@ packages: vue-demi: 0.12.5_vue@3.2.47 dev: false + /@soybeanjs/vue-materials/0.1.8_vue@3.2.47: + resolution: {integrity: sha512-YVy+IiGruGoAqSx/z+3JkoJ8OwpmDb9ZQLmIHBLeBT7MzAW36y4MXm8/9AJTYrM/DFk3o9key18aSs3kp9nV4g==} + peerDependencies: + '@vue/composition-api': ^1.7.0 + vue: ^2.0.0 || >=3.0.0 + peerDependenciesMeta: + '@vue/composition-api': + optional: true + dependencies: + colord: 2.9.3 + vue: 3.2.47 + vue-demi: 0.13.11_vue@3.2.47 + dev: false + /@surma/rollup-plugin-off-main-thread/2.2.3: resolution: {integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==} dependencies: diff --git a/src/components/common/dark-mode-container.vue b/src/components/common/dark-mode-container.vue index 65995b9a2..f2be2d143 100644 --- a/src/components/common/dark-mode-container.vue +++ b/src/components/common/dark-mode-container.vue @@ -1,6 +1,6 @@