From 3d8cffbdfeef39147158628cdb8a381d35304fa2 Mon Sep 17 00:00:00 2001 From: dnslin Date: Mon, 11 Sep 2023 00:26:23 +0800 Subject: [PATCH] feat: split home commpent --- README.en-US.md | 36 ----------------- README.md | 40 ------------------- src/views/welcome/AnnouncementCard/index.vue | 30 +++++++++++++- src/views/welcome/InfoCard/index.vue | 8 ++++ src/views/welcome/PolicyCard/index.vue | 3 +- .../welcome/UserInformationCard/index.vue | 2 +- src/views/welcome/index.vue | 2 +- 7 files changed, 41 insertions(+), 80 deletions(-) delete mode 100644 README.en-US.md delete mode 100644 README.md diff --git a/README.en-US.md b/README.en-US.md deleted file mode 100644 index 5af5232..0000000 --- a/README.en-US.md +++ /dev/null @@ -1,36 +0,0 @@ -

vue-pure-admin Lite Edition(no i18n version)

- -[![license](https://img.shields.io/github/license/pure-admin/vue-pure-admin.svg)](LICENSE) - -**English** | [中文](./README.md) - -## Introduce - -The simplified version is based on the shelf extracted from [vue-pure-admin](https://github.com/pure-admin/vue-pure-admin), which contains main functions and is more suitable for actual project development. The packaged size is introduced globally [element-plus](https://element-plus.org) is still below `2.3MB`, and the full version of the code will be permanently synchronized. After enabling `brotli` compression and `cdn` to replace the local library mode, the package size is less than `350kb` - -## Supporting Video - -- [Click Watch Tutorial](https://www.bilibili.com/video/BV1kg411v7QT) -- [Click Watch UI Design](https://www.bilibili.com/video/BV17g411T7rq) - -## Docs - -- [documentation site](https://yiming_chang.gitee.io/pure-admin-doc) - -## Preview - -- [Click me to view the preview station](https://pure-admin-thin.netlify.app/#/login) - -## Maintainer - -[xiaoxian521](https://github.com/xiaoxian521) - -## ⚠️ Attention - -- The Lite version does not accept any issues and prs. If you have any questions, please go to the full version [issues](https://github.com/pure-admin/vue-pure-admin/issues/new/choose) to mention, thank you! - -## License - -In principle, no fees and copyrights are charged, and it is commercially available, but if you need secondary open source (such as using this platform for secondary development and open source, the front-end code must be open source and free), please contact the author for permission! (Free, just take a record) - -[MIT © 2020-present, pure-admin](./LICENSE) diff --git a/README.md b/README.md deleted file mode 100644 index 84de6c9..0000000 --- a/README.md +++ /dev/null @@ -1,40 +0,0 @@ -

vue-pure-admin精简版(非国际化版本)

- -[![license](https://img.shields.io/github/license/pure-admin/vue-pure-admin.svg)](LICENSE) - -**中文** | [English](./README.en-US.md) - -## 介绍 - -精简版是基于 [vue-pure-admin](https://github.com/pure-admin/vue-pure-admin) 提炼出的架子,包含主体功能,更适合实际项目开发,打包后的大小在全局引入 [element-plus](https://element-plus.org) 的情况下仍然低于 `2.3MB`,并且会永久同步完整版的代码。开启 `brotli` 压缩和 `cdn` 替换本地库模式后,打包大小低于 `350kb` - -## 版本选择 - -当前是非国际化版本,如果您需要国际化版本 [请点击](https://github.com/pure-admin/pure-admin-thin/tree/i18n) - -## 配套视频 - -- [点我查看教程](https://www.bilibili.com/video/BV1kg411v7QT) -- [点我查看 UI 设计](https://www.bilibili.com/video/BV17g411T7rq) - -## 配套保姆级文档 - -- [查看文档](https://yiming_chang.gitee.io/pure-admin-doc) - -## 预览 - -- [查看预览](https://pure-admin-thin.netlify.app/#/login) - -## 维护者 - -[xiaoxian521](https://github.com/xiaoxian521) - -## ⚠️ 注意 - -- 精简版不接受任何 `issues` 和 `pr`,如果有问题请到完整版 [issues](https://github.com/pure-admin/vue-pure-admin/issues/new/choose) 去提,谢谢! - -## 许可证 - -原则上不收取任何费用及版权,可商用,不过如需二次开源(比如用此平台二次开发并开源,要求前端代码必须开源免费)请联系作者获取许可!(免费,走个记录而已) - -[MIT © 2020-present, pure-admin](./LICENSE) diff --git a/src/views/welcome/AnnouncementCard/index.vue b/src/views/welcome/AnnouncementCard/index.vue index 60bde11..1068d67 100644 --- a/src/views/welcome/AnnouncementCard/index.vue +++ b/src/views/welcome/AnnouncementCard/index.vue @@ -1,8 +1,9 @@ - + + + diff --git a/src/views/welcome/PolicyCard/index.vue b/src/views/welcome/PolicyCard/index.vue index 7b01ef5..14b2ec6 100644 --- a/src/views/welcome/PolicyCard/index.vue +++ b/src/views/welcome/PolicyCard/index.vue @@ -1,8 +1,9 @@ - +