diff --git a/README.md b/README.md index 58ed718..be68a24 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,10 @@ If you feel that this project is helpful for your work or study, please help me ![Contributors](https://contrib.rocks/image?repo=chansee97/nova-admin) +## Star History + +[![Star History Chart](https://api.star-history.com/svg?repos=chansee97/nova-admin&type=Date)](https://star-history.com/#chansee97/nova-admin&Date) + ## License [MIT](LICENSE) diff --git a/README.zh-CN.md b/README.zh-CN.md index 2bf7612..367d061 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -78,6 +78,10 @@ Nova-Admin 是完全开源免费的项目,目前仍然在优化迭代中,旨 ![Contributors](https://contrib.rocks/image?repo=chansee97/nova-admin) +## Star 历史 + +[![Star History Chart](https://api.star-history.com/svg?repos=chansee97/nova-admin&type=Date)](https://star-history.com/#chansee97/nova-admin&Date) + ## 协议 [MIT](LICENSE) diff --git a/package.json b/package.json index 06d2631..b24605d 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,6 @@ "@tinymce/tinymce-vue": "^5.1.1", "@vueuse/core": "^10.9.0", "alova": "^2.17.1", - "crypto-js": "^4.2.0", "echarts": "^5.5.0", "md-editor-v3": "^4.11.3", "pinia": "^2.1.7", @@ -66,7 +65,6 @@ "@antfu/eslint-config": "^2.8.3", "@iconify-json/icon-park-outline": "^1.1.15", "@iconify/vue": "^4.1.1", - "@types/crypto-js": "^4.2.2", "@types/node": "^20.11.28", "@types/qs": "^6.9.12", "@vitejs/plugin-vue": "^5.0.4", diff --git a/src/components/custom/CopyText.vue b/src/components/custom/CopyText.vue index 3a28753..2119255 100644 --- a/src/components/custom/CopyText.vue +++ b/src/components/custom/CopyText.vue @@ -9,7 +9,7 @@ const text = useVModel(props, 'modelValue', emit)