chore: update

This commit is contained in:
xiaoxian521 2023-05-19 10:49:37 +08:00
parent 9efc9db2f0
commit 79ff7c0462
2 changed files with 3 additions and 7 deletions

View File

@ -146,10 +146,6 @@ pnpm build
<img src="https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/f69bf13c5b854ed5b699807cafa0e3ce~tplv-k3u1fbpfcp-zoom-in-crop-mark:1304:0:0:0.awebp?" width="150px" height="150px" /> <img src="https://p9-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/f69bf13c5b854ed5b699807cafa0e3ce~tplv-k3u1fbpfcp-zoom-in-crop-mark:1304:0:0:0.awebp?" width="150px" height="150px" />
## `QQ` 交流群
[点击去加入](https://yiming_chang.gitee.io/pure-admin-doc/pages/support/#qq-%E4%BA%A4%E6%B5%81%E7%BE%A4)
## 许可证 ## 许可证
原则上不收取任何费用及版权,可以放心使用,不过如需二次开源(比如用此平台二次开发并开源)请联系作者获取许可! 原则上不收取任何费用及版权,可以放心使用,不过如需二次开源(比如用此平台二次开发并开源)请联系作者获取许可!

View File

@ -54,14 +54,14 @@ export function useColumns() {
} }
}, },
{ {
label: "QQ交流群", label: "精简版",
cellRenderer: () => { cellRenderer: () => {
return ( return (
<a <a
href="https://yiming_chang.gitee.io/pure-admin-doc/pages/support/#qq-%E4%BA%A4%E6%B5%81%E7%BE%A4" href="https://github.com/pure-admin/pure-admin-thin"
target="_blank" target="_blank"
> >
<span style="color: var(--el-color-primary)"></span> <span style="color: var(--el-color-primary)"></span>
</a> </a>
); );
} }