From 33001880815349611ce7774dd560b4962d18c7b7 Mon Sep 17 00:00:00 2001 From: chansee97 Date: Sat, 16 Mar 2024 10:33:42 +0800 Subject: [PATCH] chore: remove crypto-js --- README.md | 4 +++ README.zh-CN.md | 4 +++ package.json | 2 -- src/components/custom/CopyText.vue | 2 +- src/layouts/components/header/Github.vue | 2 +- src/service/api/login.ts | 6 +++- src/service/http/index.ts | 2 -- src/service/http/utils.ts | 40 ----------------------- src/views/permission/permission/index.vue | 12 ++----- src/views/plugin/QRCode/index.vue | 5 ++- src/views/plugin/clipboard/index.vue | 8 ++--- src/views/plugin/editor/md/index.vue | 9 +++-- src/views/plugin/icons/index.vue | 2 +- src/views/test/test1/index.vue | 6 ++-- 14 files changed, 37 insertions(+), 67 deletions(-) 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)