diff --git a/CHANGELOG.en_US.md b/CHANGELOG.en_US.md index eb7305a1b..ee835eaf0 100644 --- a/CHANGELOG.en_US.md +++ b/CHANGELOG.en_US.md @@ -121,7 +121,7 @@ - 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 -- Centralize most of the tools and hooks of the platform to [@pureadmin/utils](https://pure-admin-utils-docs.vercel.app/), and delete the code concentrated in this library to reduce the size of 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) - Added landing page internationalization diff --git a/CHANGELOG.md b/CHANGELOG.md index eb7305a1b..ee835eaf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -121,7 +121,7 @@ - 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 -- Centralize most of the tools and hooks of the platform to [@pureadmin/utils](https://pure-admin-utils-docs.vercel.app/), and delete the code concentrated in this library to reduce the size of 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) - Added landing page internationalization diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md index 230d7858b..4e81ede06 100644 --- a/CHANGELOG.zh_CN.md +++ b/CHANGELOG.zh_CN.md @@ -83,7 +83,7 @@ ### ✔️ refactor -- 使用 `tailwindcss` 替换 `unocss`,新增 `tailwindcss` [使用文档](http://yiming_chang.gitee.io/pure-admin-doc/pages/39156f/) +- 使用 `tailwindcss` 替换 `unocss`,新增 `tailwindcss` [使用文档](https://yiming_chang.gitee.io/pure-admin-doc/pages/tailwindcss/) ### 🐞 Bug fixes @@ -121,7 +121,7 @@ - 将 `element-plus` 的 `Table` 二次封装到[@pureadmin/table](https://github.com/xiaoxian521/pure-admin-table),提供灵活的配置项并集成到平台里 - 将 `element-plus` 的 `Descriptions` 二次封装到[@pureadmin/descriptions](https://github.com/xiaoxian521/pure-admin-descriptions),提供灵活的配置项并集成到平台里 -- 将平台的大部分工具以及 hooks 都集中到[@pureadmin/utils](https://pure-admin-utils-docs.vercel.app/),并删除集中到这个库里的代码,减少平台体积 +- 将平台的大部分工具以及 `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) - 添加登录页国际化 diff --git a/README.md b/README.md index cfac1b257..39e7b2522 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ pnpm build 一群已满,下面是二群,群里严禁`黄`、`赌`、`毒`、`vpn`等违法行为! - + ## 许可证 diff --git a/mock/asyncRoutes.ts b/mock/asyncRoutes.ts index aea1e610f..d245df747 100644 --- a/mock/asyncRoutes.ts +++ b/mock/asyncRoutes.ts @@ -97,13 +97,13 @@ const frameRouter = { name: "FramePure", meta: { title: "menus.hsPureDocument", - frameSrc: "http://yiming_chang.gitee.io/pure-admin-doc", + frameSrc: "https://yiming_chang.gitee.io/pure-admin-doc", roles: ["admin", "common"] } }, { path: "/external", - name: "http://yiming_chang.gitee.io/pure-admin-doc", + name: "https://yiming_chang.gitee.io/pure-admin-doc", meta: { title: "menus.externalLink", roles: ["admin", "common"] diff --git a/src/utils/README.md b/src/utils/README.md index c27bafcd3..ff426c560 100644 --- a/src/utils/README.md +++ b/src/utils/README.md @@ -1,5 +1,5 @@ ### 注意 -- `vue-pure-admin` 从 `3.3.0` 版本之后(不包括 `3.3.0` 版本),大部分工具和 `hooks` 都集成到了[@pureadmin/utils](https://xiaoxian521.github.io/pure-admin-utils-docs/) +- `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) diff --git a/src/views/able/download.vue b/src/views/able/download.vue index 019fffe44..a070826fb 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-utils-docs/logo.png", { + .get("https://xiaoxian521.github.io/pure-admin-doc/img/pure.png", { responseType: "blob" }) .then(({ data }) => { @@ -34,7 +34,7 @@ function down() { { return ( - + 文档地址 ); @@ -28,7 +31,10 @@ export function useColumns() { label: "预览地址", cellRenderer: () => { return ( - + 预览地址 );