From d6ab5ad598817834b2538c64fafe25ba1b9826a6 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Wed, 8 Feb 2023 18:07:05 +0800 Subject: [PATCH] chore: update link --- CHANGELOG.en_US.md | 20 +++++++-------- CHANGELOG.md | 20 +++++++-------- CHANGELOG.zh_CN.md | 16 ++++++------ README.en-US.md | 34 +++++++++++++------------- README.md | 34 +++++++++++++------------- build/info.ts | 2 +- package.json | 2 +- src/components/RePureTableBar/index.ts | 2 +- src/router/utils.ts | 2 +- src/utils/README.md | 2 +- src/views/able/download.vue | 4 +-- src/views/able/pdf.vue | 2 +- src/views/about/columns.tsx | 2 +- src/views/pure-table/base/data.ts | 4 +-- src/views/pure-table/base/nestProp.vue | 4 +-- src/views/pure-table/high.vue | 2 +- src/views/pure-table/high/data.ts | 4 +-- src/views/pure-table/index.vue | 2 +- src/views/welcome/index.vue | 12 ++++----- 19 files changed, 83 insertions(+), 87 deletions(-) diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index 51debaa2b..3c548754f 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -18,7 +18,7 @@ ### 🍏 Perf - Update [@pureadmin/theme](https://github.com/pure-admin/pure-admin-theme) to the latest version, bringing more friendly type hints -- Optimize [PureTableBar](https://github.com/xiaoxian521/vue-pure-admin/tree/main/src/components/RePureTableBar) component +- Optimize [PureTableBar](https://github.com/pure-admin/vue-pure-admin/tree/main/src/components/RePureTableBar) component - Optimize the business code of the system management page to bring better code reference # 3.9.5 (2022-12-13) @@ -46,7 +46,7 @@ ### ✔️ refactor - Completely removed `vxe-table`, after removal, the overall package size of the full version is reduced by `1.82MB`, and the initial startup time is basically the same as the lite version 🐮 - [Click here to see Why Removed? How to integrate it yourself?](https://xiaoxian521.github.io/pure-admin-doc/pages/FAQ/#%E5%B9%B3%E5%8F%B0%E5%9C%A8-v3-9-4-%E7%89%88%E6%9C%AC%E5%AE%8C%E5%85%A8%E7%A7%BB%E9%99%A4%E4%BA%86-vxe-table-%E4%B8%BA%E4%BB%80%E4%B9%88%E7%A7%BB%E9%99%A4-%E5%A6%82%E4%BD%95%E8%87%AA%E8%A1%8C%E9%9B%86%E6%88%90) + [Click here to see Why Removed? How to integrate it yourself?](https://pure-admin.github.io/pure-admin-doc/pages/FAQ/#%E5%B9%B3%E5%8F%B0%E5%9C%A8-v3-9-4-%E7%89%88%E6%9C%AC%E5%AE%8C%E5%85%A8%E7%A7%BB%E9%99%A4%E4%BA%86-vxe-table-%E4%B8%BA%E4%BB%80%E4%B9%88%E7%A7%BB%E9%99%A4-%E5%A6%82%E4%BD%95%E8%87%AA%E8%A1%8C%E9%9B%86%E6%88%90) ### 🎫 Feat @@ -73,7 +73,7 @@ ### 🍏 Perf -- Global coverage of `el-dialog`, `el-drawer`, `el-message-box`, `el-notification` components of `element-plus`The style of the close icon in the upper right corner makes it more vivid [specific modification Code record](https://github.com/xiaoxian521/vue-pure-admin/commit/c80818d792276666aaea4b18413a0f08777f2ed1) +- Global coverage of `el-dialog`, `el-drawer`, `el-message-box`, `el-notification` components of `element-plus`The style of the close icon in the upper right corner makes it more vivid [specific modification Code record](https://github.com/pure-admin/vue-pure-admin/commit/c80818d792276666aaea4b18413a0f08777f2ed1) - The packaging output information is compatible with different packaging output paths - Optimize some animations @@ -121,7 +121,7 @@ ### 🍏 Perf -- Great optimization, remove `@pureadmin/components` and use compatible writing, the package size of the platform is reduced by `0.4` MB before compression is not enabled, and the resource of `2.3` MB is reduced for the first screen request, which is for the [lite version ](https://github.com/xiaoxian521/pure-admin-thin) is a very big optimization, the streamlined version has synchronized code +- Great optimization, remove `@pureadmin/components` and use compatible writing, the package size of the platform is reduced by `0.4` MB before compression is not enabled, and the resource of `2.3` MB is reduced for the first screen request, which is for the [lite version ](https://github.com/pure-admin/pure-admin-thin) is a very big optimization, the streamlined version has synchronized code # 3.8.0 (2022-11-26) @@ -159,7 +159,7 @@ ### 🎫 Feat - Add front-end single sign-on, test address https://yiming_chang.gitee.io/vue-pure-admin/#/pure-table/index?username=sso&roles=admin&accessToken=eyJhbGciOiJIUzUxMiJ9.admin -- Add more examples for [@pureadmin/table](https://github.com/xiaoxian521/pure-admin-table) and `element-plus` [table](https://element-plus.org /zh-CN/component/table.html) example remains the same +- Add more examples for [@pureadmin/table](https://github.com/pure-admin/pure-admin-table) and `element-plus` [table](https://element-plus.org /zh-CN/component/table.html) example remains the same - Rich watermark function page (supports customizing various colors, shadows, text, additional attributes, setting undeletable watermarks and setting watermarks for specified elements) - Optimize the menu, add `MenuArrowIconNoTransition` global configuration, configure it in `public/serverConfig.json`, for the left menu mode, the menu expansion can be set `MenuArrowIconNoTransition: true` to solve - Replacement form designer component demo @@ -259,7 +259,7 @@ ### ✔️ refactor -- Replace `unocss` with `tailwindcss`, add `tailwindcss` [documentation](https://xiaoxian521.github.io/pure-admin-doc/pages/39156f/) +- Replace `unocss` with `tailwindcss`, add `tailwindcss` [documentation](https://pure-admin.github.io/pure-admin-doc/pages/39156f/) ### 🐞 Bug fixes @@ -295,8 +295,8 @@ ### 🎫 Feat -- Secondary encapsulation of `Table` of `element-plus` into [@pureadmin/table](https://github.com/xiaoxian521/pure-admin-table), providing flexible configuration items and integrating into the platform -- Secondary encapsulation of `Descriptions` of `element-plus` into [@pureadmin/descriptions](https://github.com/xiaoxian521/pure-admin-descriptions), providing flexible configuration items and integrating into the platform +- Secondary encapsulation of `Table` of `element-plus` into [@pureadmin/table](https://github.com/pure-admin/pure-admin-table), providing flexible configuration items and integrating into the platform +- Secondary encapsulation of `Descriptions` of `element-plus` into [@pureadmin/descriptions](https://github.com/pure-admin/pure-admin-descriptions), providing flexible configuration items and integrating into the platform - Centralize most of the tools and hooks of the platform to [@pureadmin/utils](https://pure-admin-utils.netlify.app), and delete the code concentrated in this library to reduce the size of the platform - Add [unplugin-vue-define-options](https://www.npmjs.com/package/unplugin-vue-define-options) plugin, the page can directly write `defineOptions({name: custom name})` - Add project files, language analysis tool [cloc](https://www.npmjs.com/package/cloc) @@ -341,7 +341,7 @@ - Integrate `Swiper` plugin - Routing supports passing `component`, representing the component path - Added pre-release packaging mode -- Add [hooks] to close a tag (https://github.com/xiaoxian521/vue-pure-admin/commit/5e8723a031923e79f507e5a17151d3bd88a51523) +- Add [hooks] to close a tag (https://github.com/pure-admin/vue-pure-admin/commit/5e8723a031923e79f507e5a17151d3bd88a51523) ### ✔️ refactor @@ -353,7 +353,7 @@ - Optimized the style of the `split-pane` component for the platform - Optimize internationalization, no longer pass the `i18n` field in the route, the platform automatically reads the files in the `locales` folder of the root directory for internationalization matching - Optimized icon selector -- Optimize `layout` to display user information [commit](https://github.com/xiaoxian521/vue-pure-admin/commit/56f9dc85e7fbe0637605c43577c794de9f8968aa) +- Optimize `layout` to display user information [commit](https://github.com/pure-admin/vue-pure-admin/commit/56f9dc85e7fbe0637605c43577c794de9f8968aa) ### 🐞 Bug fixes diff --git a/CHANGELOG.md b/CHANGELOG.md index 51debaa2b..3c548754f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ ### 🍏 Perf - Update [@pureadmin/theme](https://github.com/pure-admin/pure-admin-theme) to the latest version, bringing more friendly type hints -- Optimize [PureTableBar](https://github.com/xiaoxian521/vue-pure-admin/tree/main/src/components/RePureTableBar) component +- Optimize [PureTableBar](https://github.com/pure-admin/vue-pure-admin/tree/main/src/components/RePureTableBar) component - Optimize the business code of the system management page to bring better code reference # 3.9.5 (2022-12-13) @@ -46,7 +46,7 @@ ### ✔️ refactor - Completely removed `vxe-table`, after removal, the overall package size of the full version is reduced by `1.82MB`, and the initial startup time is basically the same as the lite version 🐮 - [Click here to see Why Removed? How to integrate it yourself?](https://xiaoxian521.github.io/pure-admin-doc/pages/FAQ/#%E5%B9%B3%E5%8F%B0%E5%9C%A8-v3-9-4-%E7%89%88%E6%9C%AC%E5%AE%8C%E5%85%A8%E7%A7%BB%E9%99%A4%E4%BA%86-vxe-table-%E4%B8%BA%E4%BB%80%E4%B9%88%E7%A7%BB%E9%99%A4-%E5%A6%82%E4%BD%95%E8%87%AA%E8%A1%8C%E9%9B%86%E6%88%90) + [Click here to see Why Removed? How to integrate it yourself?](https://pure-admin.github.io/pure-admin-doc/pages/FAQ/#%E5%B9%B3%E5%8F%B0%E5%9C%A8-v3-9-4-%E7%89%88%E6%9C%AC%E5%AE%8C%E5%85%A8%E7%A7%BB%E9%99%A4%E4%BA%86-vxe-table-%E4%B8%BA%E4%BB%80%E4%B9%88%E7%A7%BB%E9%99%A4-%E5%A6%82%E4%BD%95%E8%87%AA%E8%A1%8C%E9%9B%86%E6%88%90) ### 🎫 Feat @@ -73,7 +73,7 @@ ### 🍏 Perf -- Global coverage of `el-dialog`, `el-drawer`, `el-message-box`, `el-notification` components of `element-plus`The style of the close icon in the upper right corner makes it more vivid [specific modification Code record](https://github.com/xiaoxian521/vue-pure-admin/commit/c80818d792276666aaea4b18413a0f08777f2ed1) +- Global coverage of `el-dialog`, `el-drawer`, `el-message-box`, `el-notification` components of `element-plus`The style of the close icon in the upper right corner makes it more vivid [specific modification Code record](https://github.com/pure-admin/vue-pure-admin/commit/c80818d792276666aaea4b18413a0f08777f2ed1) - The packaging output information is compatible with different packaging output paths - Optimize some animations @@ -121,7 +121,7 @@ ### 🍏 Perf -- Great optimization, remove `@pureadmin/components` and use compatible writing, the package size of the platform is reduced by `0.4` MB before compression is not enabled, and the resource of `2.3` MB is reduced for the first screen request, which is for the [lite version ](https://github.com/xiaoxian521/pure-admin-thin) is a very big optimization, the streamlined version has synchronized code +- Great optimization, remove `@pureadmin/components` and use compatible writing, the package size of the platform is reduced by `0.4` MB before compression is not enabled, and the resource of `2.3` MB is reduced for the first screen request, which is for the [lite version ](https://github.com/pure-admin/pure-admin-thin) is a very big optimization, the streamlined version has synchronized code # 3.8.0 (2022-11-26) @@ -159,7 +159,7 @@ ### 🎫 Feat - Add front-end single sign-on, test address https://yiming_chang.gitee.io/vue-pure-admin/#/pure-table/index?username=sso&roles=admin&accessToken=eyJhbGciOiJIUzUxMiJ9.admin -- Add more examples for [@pureadmin/table](https://github.com/xiaoxian521/pure-admin-table) and `element-plus` [table](https://element-plus.org /zh-CN/component/table.html) example remains the same +- Add more examples for [@pureadmin/table](https://github.com/pure-admin/pure-admin-table) and `element-plus` [table](https://element-plus.org /zh-CN/component/table.html) example remains the same - Rich watermark function page (supports customizing various colors, shadows, text, additional attributes, setting undeletable watermarks and setting watermarks for specified elements) - Optimize the menu, add `MenuArrowIconNoTransition` global configuration, configure it in `public/serverConfig.json`, for the left menu mode, the menu expansion can be set `MenuArrowIconNoTransition: true` to solve - Replacement form designer component demo @@ -259,7 +259,7 @@ ### ✔️ refactor -- Replace `unocss` with `tailwindcss`, add `tailwindcss` [documentation](https://xiaoxian521.github.io/pure-admin-doc/pages/39156f/) +- Replace `unocss` with `tailwindcss`, add `tailwindcss` [documentation](https://pure-admin.github.io/pure-admin-doc/pages/39156f/) ### 🐞 Bug fixes @@ -295,8 +295,8 @@ ### 🎫 Feat -- Secondary encapsulation of `Table` of `element-plus` into [@pureadmin/table](https://github.com/xiaoxian521/pure-admin-table), providing flexible configuration items and integrating into the platform -- Secondary encapsulation of `Descriptions` of `element-plus` into [@pureadmin/descriptions](https://github.com/xiaoxian521/pure-admin-descriptions), providing flexible configuration items and integrating into the platform +- Secondary encapsulation of `Table` of `element-plus` into [@pureadmin/table](https://github.com/pure-admin/pure-admin-table), providing flexible configuration items and integrating into the platform +- Secondary encapsulation of `Descriptions` of `element-plus` into [@pureadmin/descriptions](https://github.com/pure-admin/pure-admin-descriptions), providing flexible configuration items and integrating into the platform - Centralize most of the tools and hooks of the platform to [@pureadmin/utils](https://pure-admin-utils.netlify.app), and delete the code concentrated in this library to reduce the size of the platform - Add [unplugin-vue-define-options](https://www.npmjs.com/package/unplugin-vue-define-options) plugin, the page can directly write `defineOptions({name: custom name})` - Add project files, language analysis tool [cloc](https://www.npmjs.com/package/cloc) @@ -341,7 +341,7 @@ - Integrate `Swiper` plugin - Routing supports passing `component`, representing the component path - Added pre-release packaging mode -- Add [hooks] to close a tag (https://github.com/xiaoxian521/vue-pure-admin/commit/5e8723a031923e79f507e5a17151d3bd88a51523) +- Add [hooks] to close a tag (https://github.com/pure-admin/vue-pure-admin/commit/5e8723a031923e79f507e5a17151d3bd88a51523) ### ✔️ refactor @@ -353,7 +353,7 @@ - Optimized the style of the `split-pane` component for the platform - Optimize internationalization, no longer pass the `i18n` field in the route, the platform automatically reads the files in the `locales` folder of the root directory for internationalization matching - Optimized icon selector -- Optimize `layout` to display user information [commit](https://github.com/xiaoxian521/vue-pure-admin/commit/56f9dc85e7fbe0637605c43577c794de9f8968aa) +- Optimize `layout` to display user information [commit](https://github.com/pure-admin/vue-pure-admin/commit/56f9dc85e7fbe0637605c43577c794de9f8968aa) ### 🐞 Bug fixes diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index f9e235cfa..33061deb1 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -18,7 +18,7 @@ ### 🍏 Perf - 更新 [@pureadmin/theme](https://github.com/pure-admin/pure-admin-theme) 至最新版,带来更友好的类型提示 -- 优化 [PureTableBar](https://github.com/xiaoxian521/vue-pure-admin/tree/main/src/components/RePureTableBar) 组件 +- 优化 [PureTableBar](https://github.com/pure-admin/vue-pure-admin/tree/main/src/components/RePureTableBar) 组件 - 优化系统管理页面业务代码,带来更好的代码参考 # 3.9.5 (2022-12-13) @@ -73,7 +73,7 @@ ### 🍏 Perf -- 全局覆盖 `element-plus` 的 `el-dialog`、`el-drawer`、`el-message-box`、`el-notification` 组件右上角关闭图标的样式,使其表现更鲜明 [具体代码修改记录](https://github.com/xiaoxian521/vue-pure-admin/commit/c80818d792276666aaea4b18413a0f08777f2ed1) +- 全局覆盖 `element-plus` 的 `el-dialog`、`el-drawer`、`el-message-box`、`el-notification` 组件右上角关闭图标的样式,使其表现更鲜明 [具体代码修改记录](https://github.com/pure-admin/vue-pure-admin/commit/c80818d792276666aaea4b18413a0f08777f2ed1) - 打包输出信息兼容不同打包输出路径 - 优化一些动画 @@ -121,7 +121,7 @@ ### 🍏 Perf -- 大优化,移除 `@pureadmin/components` 并采用兼容写法,平台打包大小在未启用压缩前对比优化前减少 `0.4` MB , 首屏请求减少 `2.3` MB 的资源,这对于 [精简版](https://github.com/xiaoxian521/pure-admin-thin) 来说是非常大的优化,精简版已经同步代码 +- 大优化,移除 `@pureadmin/components` 并采用兼容写法,平台打包大小在未启用压缩前对比优化前减少 `0.4` MB , 首屏请求减少 `2.3` MB 的资源,这对于 [精简版](https://github.com/pure-admin/pure-admin-thin) 来说是非常大的优化,精简版已经同步代码 # 3.8.0 (2022-11-26) @@ -159,7 +159,7 @@ ### 🎫 Feat - 添加前端单点登录,测试地址 https://yiming_chang.gitee.io/vue-pure-admin/#/pure-table/index?username=sso&roles=admin&accessToken=eyJhbGciOiJIUzUxMiJ9.admin -- 为 [@pureadmin/table](https://github.com/xiaoxian521/pure-admin-table) 添加更多的示例和 `element-plus` 的 [table](https://element-plus.org/zh-CN/component/table.html) 示例保持一致 +- 为 [@pureadmin/table](https://github.com/pure-admin/pure-admin-table) 添加更多的示例和 `element-plus` 的 [table](https://element-plus.org/zh-CN/component/table.html) 示例保持一致 - 丰富水印功能页面(支持自定义各种颜色、阴影、文字、额外属性、设置不可删除水印以及给指定元素设置水印) - 优化菜单,添加 `MenuArrowIconNoTransition` 全局配置,在 `public/serverConfig.json` 中配置即可,对于出现左侧菜单模式,菜单展开卡顿的可设置 `MenuArrowIconNoTransition: true` 即可解决 - 更换表单设计器组件演示 @@ -295,8 +295,8 @@ ### 🎫 Feat -- 将 `element-plus` 的 `Table` 二次封装到[@pureadmin/table](https://github.com/xiaoxian521/pure-admin-table),提供灵活的配置项并集成到平台里 -- 将 `element-plus` 的 `Descriptions` 二次封装到[@pureadmin/descriptions](https://github.com/xiaoxian521/pure-admin-descriptions),提供灵活的配置项并集成到平台里 +- 将 `element-plus` 的 `Table` 二次封装到[@pureadmin/table](https://github.com/pure-admin/pure-admin-table),提供灵活的配置项并集成到平台里 +- 将 `element-plus` 的 `Descriptions` 二次封装到[@pureadmin/descriptions](https://github.com/pure-admin/pure-admin-descriptions),提供灵活的配置项并集成到平台里 - 将平台的大部分工具以及 `hooks` 都集中到[@pureadmin/utils](https://pure-admin-utils.netlify.app),并删除集中到这个库里的代码,减少平台体积 - 添加[unplugin-vue-define-options](https://www.npmjs.com/package/unplugin-vue-define-options)插件,页面可直接写 `defineOptions({name: 自定义名称})` - 添加项目文件、语言分析工具 [cloc](https://www.npmjs.com/package/cloc) @@ -341,7 +341,7 @@ - 集成`Swiper`插件 - 路由支持传`component`,代表组件路径 - 添加预发布打包模式 -- 添加关闭某个标签的[hooks](https://github.com/xiaoxian521/vue-pure-admin/commit/5e8723a031923e79f507e5a17151d3bd88a51523) +- 添加关闭某个标签的[hooks](https://github.com/pure-admin/vue-pure-admin/commit/5e8723a031923e79f507e5a17151d3bd88a51523) ### ✔️ refactor @@ -353,7 +353,7 @@ - 优化平台的`split-pane`组件样式 - 优化国际化,路由不再传`i18n`字段,平台自动读取根目录`locales`文件夹下文件进行国际化匹配 - 优化图标选择器 -- 优化`layout`显示用户信息[commit](https://github.com/xiaoxian521/vue-pure-admin/commit/56f9dc85e7fbe0637605c43577c794de9f8968aa) +- 优化`layout`显示用户信息[commit](https://github.com/pure-admin/vue-pure-admin/commit/56f9dc85e7fbe0637605c43577c794de9f8968aa) ### 🐞 Bug fixes diff --git a/README.en-US.md b/README.en-US.md index bdcbbf11d..2920eb836 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -1,8 +1,8 @@

vue-pure-admin

-![GitHub license](https://img.shields.io/github/license/xiaoxian521/vue-pure-admin?style=flat) -![GitHub stars](https://img.shields.io/github/stars/xiaoxian521/vue-pure-admin?color=fa6470&style=flat) -![GitHub forks](https://img.shields.io/github/forks/xiaoxian521/vue-pure-admin?style=flat) +![GitHub license](https://img.shields.io/github/license/pure-admin/vue-pure-admin?style=flat) +![GitHub stars](https://img.shields.io/github/stars/pure-admin/vue-pure-admin?color=fa6470&style=flat) +![GitHub forks](https://img.shields.io/github/forks/pure-admin/vue-pure-admin?style=flat) **English** | [中文](./README.md) @@ -12,10 +12,10 @@ ## Thin version (offering non-internationalized and internationalized versions) -The simplified version is based on the shelf extracted from [vue-pure-admin](https://github.com/xiaoxian521/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` +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` -- [Click me to view the non-internationalized version](https://github.com/xiaoxian521/pure-admin-thin) -- [Click me to view Internationalization version](https://github.com/xiaoxian521/pure-admin-thin/tree/i18n) +- [Click me to view the non-internationalized version](https://github.com/pure-admin/pure-admin-thin) +- [Click me to view Internationalization version](https://github.com/pure-admin/pure-admin-thin/tree/i18n) ## Supporting Video @@ -25,20 +25,20 @@ The simplified version is based on the shelf extracted from [vue-pure-admin](htt ## Docs (support `PWA` fast, offline access) - [Click me to view the domestic documentation site](https://yiming_chang.gitee.io/pure-admin-doc) -- [Click me to view foreign document site](https://xiaoxian521.github.io/pure-admin-doc) +- [Click me to view foreign document site](https://pure-admin.github.io/pure-admin-doc) ## Tauri -- [Click Watch Tauri](https://github.com/xiaoxian521/tauri-pure-admin) +- [Click Watch Tauri](https://github.com/pure-admin/tauri-pure-admin) ## Electron -- [Click Watch Electron](https://github.com/xiaoxian521/electron-pure-admin) +- [Click Watch Electron](https://github.com/pure-admin/electron-pure-admin) ## Preview - [Click me to view the domestic preview station](https://yiming_chang.gitee.io/vue-pure-admin) -- [Click me to view foreign preview site](https://xiaoxian521.github.io/vue-pure-admin) +- [Click me to view foreign preview site](https://pure-admin.github.io/vue-pure-admin) - PC

@@ -59,14 +59,14 @@ The simplified version is based on the shelf extracted from [vue-pure-admin](htt Open the project in Gitpod (free online dev environment for GitHub) and start coding immediately. -[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/xiaoxian521/vue-pure-admin) +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/pure-admin/vue-pure-admin) ## Install and use - Get the project code ```bash -git clone https://github.com/xiaoxian521/vue-pure-admin.git +git clone https://github.com/pure-admin/vue-pure-admin.git or git clone https://gitee.com/yiming_chang/vue-pure-admin.git ``` @@ -98,7 +98,7 @@ pnpm build ## How to contribute -You are very welcome to join![Raise an issue](https://github.com/xiaoxian521/vue-pure-admin/issues/new/choose) Or submit a Pull Request +You are very welcome to join![Raise an issue](https://github.com/pure-admin/vue-pure-admin/issues/new/choose) Or submit a Pull Request **Pull Request:** @@ -150,7 +150,7 @@ If you think this project is helpful to you, you can help the author buy a glass In principle, no fees and copyrights are charged, and you can use it with confidence, but if you need secondary open source, please contact the author for permission! -[MIT © xiaoxian521-2020](./LICENSE) +[MIT © xiaoxian521-2023](./LICENSE) ## Backers @@ -166,16 +166,16 @@ Thank you very much for your support, I believe the project will get better and Thanks to all the people who contribute :heart: - + ## `Star` Many thanks to the kind individuals who leave a star. Your support is much appreciated :heart: -[![Stargazers for vue-pure-admin](https://reporoster.com/stars/xiaoxian521/vue-pure-admin)](https://github.com/xiaoxian521/vue-pure-admin/stargazers) +[![Stargazers for vue-pure-admin](https://reporoster.com/stars/pure-admin/vue-pure-admin)](https://github.com/pure-admin/vue-pure-admin/stargazers) ## `Fork` It's so cool that you study hard :heart: -[![Forkers repo roster for vue-pure-admin](https://reporoster.com/forks/xiaoxian521/vue-pure-admin)](https://github.com/xiaoxian521/vue-pure-admin/network/members) +[![Forkers repo roster for vue-pure-admin](https://reporoster.com/forks/pure-admin/vue-pure-admin)](https://github.com/pure-admin/vue-pure-admin/network/members) diff --git a/README.md b/README.md index a2c6f2762..b20b007e9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@

vue-pure-admin

-![GitHub license](https://img.shields.io/github/license/xiaoxian521/vue-pure-admin?style=flat) -![GitHub stars](https://img.shields.io/github/stars/xiaoxian521/vue-pure-admin?color=fa6470&style=flat) -![GitHub forks](https://img.shields.io/github/forks/xiaoxian521/vue-pure-admin?style=flat) +![GitHub license](https://img.shields.io/github/license/pure-admin/vue-pure-admin?style=flat) +![GitHub stars](https://img.shields.io/github/stars/pure-admin/vue-pure-admin?color=fa6470&style=flat) +![GitHub forks](https://img.shields.io/github/forks/pure-admin/vue-pure-admin?style=flat) **中文** | [English](./README.en-US.md) @@ -12,10 +12,10 @@ ## 精简版(实际项目开发请用精简版,提供 `非国际化` 、`国际化` 两个版本选择) -精简版是基于 [vue-pure-admin](https://github.com/xiaoxian521/vue-pure-admin) 提炼出的架子,包含主体功能,更适合实际项目开发,打包后的大小在全局引入 [element-plus](https://element-plus.org) 的情况下仍然低于 `2.3MB`,并且会永久同步完整版的代码。开启 `brotli` 压缩和 `cdn` 替换本地库模式后,打包大小低于 `350kb` +精简版是基于 [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/xiaoxian521/pure-admin-thin) -- [点我查看国际化精简版](https://github.com/xiaoxian521/pure-admin-thin/tree/i18n) +- [点我查看非国际化精简版](https://github.com/pure-admin/pure-admin-thin) +- [点我查看国际化精简版](https://github.com/pure-admin/pure-admin-thin/tree/i18n) ## 配套视频 @@ -25,20 +25,20 @@ ## 配套保姆级文档(支持 `PWA` 快速、离线访问) - [点我查看国内文档站](https://yiming_chang.gitee.io/pure-admin-doc) -- [点我查看国外文档站](https://xiaoxian521.github.io/pure-admin-doc) +- [点我查看国外文档站](https://pure-admin.github.io/pure-admin-doc) ## `Tauri` 版 -- [点我查看 Tauri 版](https://github.com/xiaoxian521/tauri-pure-admin) +- [点我查看 Tauri 版](https://github.com/pure-admin/tauri-pure-admin) ## `Electron` 版 -- [点我查看 Electron 版](https://github.com/xiaoxian521/electron-pure-admin) +- [点我查看 Electron 版](https://github.com/pure-admin/electron-pure-admin) ## 预览 - [点我查看国内预览站](https://yiming_chang.gitee.io/vue-pure-admin) -- [点我查看国外预览站](https://xiaoxian521.github.io/vue-pure-admin) +- [点我查看国外预览站](https://pure-admin.github.io/vue-pure-admin) - PC 端

@@ -59,14 +59,14 @@ 在 Gitpod(适用于 GitHub 的免费在线开发环境)中打开项目,并立即开始编码. -[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/xiaoxian521/vue-pure-admin) +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/pure-admin/vue-pure-admin) ## 安装使用 - 获取项目代码 ```bash -git clone https://github.com/xiaoxian521/vue-pure-admin.git +git clone https://github.com/pure-admin/vue-pure-admin.git or git clone https://gitee.com/yiming_chang/vue-pure-admin.git ``` @@ -98,7 +98,7 @@ pnpm build ## 如何贡献 -非常欢迎您的加入![提一个 Issue](https://github.com/xiaoxian521/vue-pure-admin/issues/new/choose) 或者提交一个 `Pull Request` +非常欢迎您的加入![提一个 Issue](https://github.com/pure-admin/vue-pure-admin/issues/new/choose) 或者提交一个 `Pull Request` **Pull Request:** @@ -154,7 +154,7 @@ pnpm build 原则上不收取任何费用及版权,可以放心使用,不过如需二次开源(比如用此平台二次开发并开源)请联系作者获取许可! -[MIT © xiaoxian521-2020](./LICENSE) +[MIT © xiaoxian521-2023](./LICENSE) ## 支持者 @@ -170,16 +170,16 @@ pnpm build 感谢所有做出贡献的人 :heart: - + ## `Star` 非常感谢留下星星的好心人,感谢您的支持 :heart: -[![Stargazers for vue-pure-admin](https://reporoster.com/stars/xiaoxian521/vue-pure-admin)](https://github.com/xiaoxian521/vue-pure-admin/stargazers) +[![Stargazers for vue-pure-admin](https://reporoster.com/stars/pure-admin/vue-pure-admin)](https://github.com/pure-admin/vue-pure-admin/stargazers) ## `Fork` 瞧,那些 `小哥哥` 、`小姐姐` 认真 `学习` 的样子真滴是 `哎呦不错哦` :heart: -[![Forkers repo roster for vue-pure-admin](https://reporoster.com/forks/xiaoxian521/vue-pure-admin)](https://github.com/xiaoxian521/vue-pure-admin/network/members) +[![Forkers repo roster for vue-pure-admin](https://reporoster.com/forks/pure-admin/vue-pure-admin)](https://github.com/pure-admin/vue-pure-admin/network/members) diff --git a/build/info.ts b/build/info.ts index be4797738..d64b79064 100644 --- a/build/info.ts +++ b/build/info.ts @@ -22,7 +22,7 @@ export function viteBuildInfo(): Plugin { green( `👏欢迎使用${blue( "[vue-pure-admin]" - )},如果您感觉不错,记得点击后面链接给个star哦💖 https://github.com/xiaoxian521/vue-pure-admin` + )},如果您感觉不错,记得点击后面链接给个star哦💖 https://github.com/pure-admin/vue-pure-admin` ) ) ); diff --git a/package.json b/package.json index ca3dc625d..3a05af5f1 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ ] } }, - "repository": "git@github.com:xiaoxian521/vue-pure-admin.git", + "repository": "git@github.com:pure-admin/vue-pure-admin.git", "author": "xiaoxian521", "license": "MIT" } diff --git a/src/components/RePureTableBar/index.ts b/src/components/RePureTableBar/index.ts index e7b9e7140..31b8a16e5 100644 --- a/src/components/RePureTableBar/index.ts +++ b/src/components/RePureTableBar/index.ts @@ -1,5 +1,5 @@ import pureTableBar from "./src/bar"; import { withInstall } from "@pureadmin/utils"; -/** 配合 `@pureadmin/table` 实现快速便捷的表格操作 https://github.com/xiaoxian521/pure-admin-table */ +/** 配合 `@pureadmin/table` 实现快速便捷的表格操作 https://github.com/pure-admin/pure-admin-table */ export const PureTableBar = withInstall(pureTableBar); diff --git a/src/router/utils.ts b/src/router/utils.ts index 990a9ffda..68656e73f 100644 --- a/src/router/utils.ts +++ b/src/router/utils.ts @@ -241,7 +241,7 @@ function formatFlatteningRoutes(routesList: RouteRecordRaw[]) { /** * 一维数组处理成多级嵌套数组(三级及以上的路由全部拍成二级,keep-alive 只支持到二级缓存) - * https://github.com/xiaoxian521/vue-pure-admin/issues/67 + * https://github.com/pure-admin/vue-pure-admin/issues/67 * @param routesList 处理后的一维路由菜单数组 * @returns 返回将一维数组重新处理成规定路由的格式 */ diff --git a/src/utils/README.md b/src/utils/README.md index ff426c560..6dfa9cb60 100644 --- a/src/utils/README.md +++ b/src/utils/README.md @@ -2,4 +2,4 @@ - `vue-pure-admin` 从 `3.3.0` 版本之后(不包括 `3.3.0` 版本),大部分工具和 `hooks` 都集成到了 [@pureadmin/utils](https://pure-admin-utils.netlify.app/) - [npm](https://www.npmjs.com/package/@pureadmin/utils) -- [文档代码地址](https://github.com/xiaoxian521/pure-admin-utils-docs) +- [文档代码地址](https://github.com/pure-admin/pure-admin-utils-docs) diff --git a/src/views/able/download.vue b/src/views/able/download.vue index a070826fb..db22b4d72 100644 --- a/src/views/able/download.vue +++ b/src/views/able/download.vue @@ -16,7 +16,7 @@ const base64 = function down() { axios - .get("https://xiaoxian521.github.io/pure-admin-doc/img/pure.png", { + .get("https://pure-admin.github.io/pure-admin-doc/img/pure.png", { responseType: "blob" }) .then(({ data }) => { @@ -34,7 +34,7 @@ function down() { { loading.value = false; diff --git a/src/views/about/columns.tsx b/src/views/about/columns.tsx index db653c436..31976237e 100644 --- a/src/views/about/columns.tsx +++ b/src/views/about/columns.tsx @@ -45,7 +45,7 @@ export function useColumns() { cellRenderer: () => { return ( Github diff --git a/src/views/pure-table/base/data.ts b/src/views/pure-table/base/data.ts index 2a6c1d69e..1d5f99e8d 100644 --- a/src/views/pure-table/base/data.ts +++ b/src/views/pure-table/base/data.ts @@ -58,9 +58,7 @@ const tableDataMore = cloneData.map(item => const tableDataImage = cloneData.map((item, index) => Object.assign(item, { - image: `https://xiaoxian521.github.io/pure-admin-table/imgs/${ - index + 1 - }.jpg` + image: `https://pure-admin.github.io/pure-admin-table/imgs/${index + 1}.jpg` }) ); diff --git a/src/views/pure-table/base/nestProp.vue b/src/views/pure-table/base/nestProp.vue index 54269a877..2291203c0 100644 --- a/src/views/pure-table/base/nestProp.vue +++ b/src/views/pure-table/base/nestProp.vue @@ -19,7 +19,7 @@ const tableData = [ { more: { content: - '' + '' } } ], @@ -32,7 +32,7 @@ const tableData = [ { more: { content: - '' + '' } } ], diff --git a/src/views/pure-table/high.vue b/src/views/pure-table/high.vue index 7f978207d..db9235de2 100644 --- a/src/views/pure-table/high.vue +++ b/src/views/pure-table/high.vue @@ -20,7 +20,7 @@ function tabClick({ index }) { 高级用法全部采用 tsx 语法,充分发挥 diff --git a/src/views/pure-table/high/data.ts b/src/views/pure-table/high/data.ts index c2d96656d..cd08ebae2 100644 --- a/src/views/pure-table/high/data.ts +++ b/src/views/pure-table/high/data.ts @@ -56,9 +56,7 @@ const tableDataMore = clone(tableData, true).map(item => const tableDataImage = clone(tableData, true).map((item, index) => Object.assign(item, { - image: `https://xiaoxian521.github.io/pure-admin-table/imgs/${ - index + 1 - }.jpg` + image: `https://pure-admin.github.io/pure-admin-table/imgs/${index + 1}.jpg` }) ); diff --git a/src/views/pure-table/index.vue b/src/views/pure-table/index.vue index d8d4830bb..50e66311d 100644 --- a/src/views/pure-table/index.vue +++ b/src/views/pure-table/index.vue @@ -22,7 +22,7 @@ function tabClick({ index }) { 并提供灵活的配置项以及完善的类型提醒,再也不用将代码都写在 template 里了,欢迎 Star diff --git a/src/views/welcome/index.vue b/src/views/welcome/index.vue index b74bb7f27..db440ff5c 100644 --- a/src/views/welcome/index.vue +++ b/src/views/welcome/index.vue @@ -64,7 +64,7 @@ function resizeHandler() { } axios - .get("https://api.github.com/repos/xiaoxian521/vue-pure-admin/releases") + .get("https://api.github.com/repos/pure-admin/vue-pure-admin/releases") .then(res => { list.value = res.data.map(v => { return { @@ -95,7 +95,7 @@ onUnmounted(() => { {