mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 16:37:18 +08:00
docs: update
This commit is contained in:
parent
49a9259f2e
commit
3984ab19c9
@ -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 `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 `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 [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)
|
- Add project files, language analysis tool [cloc](https://www.npmjs.com/package/cloc)
|
||||||
- Added landing page internationalization
|
- Added landing page internationalization
|
||||||
|
@ -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 `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 `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 [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)
|
- Add project files, language analysis tool [cloc](https://www.npmjs.com/package/cloc)
|
||||||
- Added landing page internationalization
|
- Added landing page internationalization
|
||||||
|
@ -83,7 +83,7 @@
|
|||||||
|
|
||||||
### ✔️ refactor
|
### ✔️ 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
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
@ -121,7 +121,7 @@
|
|||||||
|
|
||||||
- 将 `element-plus` 的 `Table` 二次封装到[@pureadmin/table](https://github.com/xiaoxian521/pure-admin-table),提供灵活的配置项并集成到平台里
|
- 将 `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` 的 `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: 自定义名称})`
|
- 添加[unplugin-vue-define-options](https://www.npmjs.com/package/unplugin-vue-define-options)插件,页面可直接写 `defineOptions({name: 自定义名称})`
|
||||||
- 添加项目文件、语言分析工具 [cloc](https://www.npmjs.com/package/cloc)
|
- 添加项目文件、语言分析工具 [cloc](https://www.npmjs.com/package/cloc)
|
||||||
- 添加登录页国际化
|
- 添加登录页国际化
|
||||||
|
@ -148,7 +148,7 @@ pnpm build
|
|||||||
|
|
||||||
一群已满,下面是二群,群里严禁`黄`、`赌`、`毒`、`vpn`等违法行为!
|
一群已满,下面是二群,群里严禁`黄`、`赌`、`毒`、`vpn`等违法行为!
|
||||||
|
|
||||||
<img src="http://yiming_chang.gitee.io/pure-admin-doc/img/support/qq.png" width="150px" height="225px" />
|
<img src="https://yiming_chang.gitee.io/pure-admin-doc/img/support/qq.png" width="150px" height="225px" />
|
||||||
|
|
||||||
## 许可证
|
## 许可证
|
||||||
|
|
||||||
|
@ -97,13 +97,13 @@ const frameRouter = {
|
|||||||
name: "FramePure",
|
name: "FramePure",
|
||||||
meta: {
|
meta: {
|
||||||
title: "menus.hsPureDocument",
|
title: "menus.hsPureDocument",
|
||||||
frameSrc: "http://yiming_chang.gitee.io/pure-admin-doc",
|
frameSrc: "https://yiming_chang.gitee.io/pure-admin-doc",
|
||||||
roles: ["admin", "common"]
|
roles: ["admin", "common"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/external",
|
path: "/external",
|
||||||
name: "http://yiming_chang.gitee.io/pure-admin-doc",
|
name: "https://yiming_chang.gitee.io/pure-admin-doc",
|
||||||
meta: {
|
meta: {
|
||||||
title: "menus.externalLink",
|
title: "menus.externalLink",
|
||||||
roles: ["admin", "common"]
|
roles: ["admin", "common"]
|
||||||
|
@ -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)
|
- [npm](https://www.npmjs.com/package/@pureadmin/utils)
|
||||||
- [文档代码地址](https://github.com/xiaoxian521/pure-admin-utils-docs)
|
- [文档代码地址](https://github.com/xiaoxian521/pure-admin-utils-docs)
|
||||||
|
@ -16,7 +16,7 @@ const base64 =
|
|||||||
|
|
||||||
function down() {
|
function down() {
|
||||||
axios
|
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"
|
responseType: "blob"
|
||||||
})
|
})
|
||||||
.then(({ data }) => {
|
.then(({ data }) => {
|
||||||
@ -34,7 +34,7 @@ function down() {
|
|||||||
<el-button
|
<el-button
|
||||||
@click="
|
@click="
|
||||||
downloadByOnlineUrl(
|
downloadByOnlineUrl(
|
||||||
'https://xiaoxian521.github.io/pure-admin-utils-docs/logo.png',
|
'https://xiaoxian521.github.io/pure-admin-doc/img/pure.png',
|
||||||
'test-url.png'
|
'test-url.png'
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
@ -18,7 +18,10 @@ export function useColumns() {
|
|||||||
label: "文档地址",
|
label: "文档地址",
|
||||||
cellRenderer: () => {
|
cellRenderer: () => {
|
||||||
return (
|
return (
|
||||||
<a href="http://yiming_chang.gitee.io/pure-admin-doc" target="_blank">
|
<a
|
||||||
|
href="https://yiming_chang.gitee.io/pure-admin-doc"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
<span style="color: var(--el-color-primary)">文档地址</span>
|
<span style="color: var(--el-color-primary)">文档地址</span>
|
||||||
</a>
|
</a>
|
||||||
);
|
);
|
||||||
@ -28,7 +31,10 @@ export function useColumns() {
|
|||||||
label: "预览地址",
|
label: "预览地址",
|
||||||
cellRenderer: () => {
|
cellRenderer: () => {
|
||||||
return (
|
return (
|
||||||
<a href="http://yiming_chang.gitee.io/vue-pure-admin" target="_blank">
|
<a
|
||||||
|
href="https://yiming_chang.gitee.io/vue-pure-admin"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
<span style="color: var(--el-color-primary)">预览地址</span>
|
<span style="color: var(--el-color-primary)">预览地址</span>
|
||||||
</a>
|
</a>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user