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

@@ -54,14 +54,14 @@ export function useColumns() {
}
},
{
label: "QQ交流群",
label: "精简版",
cellRenderer: () => {
return (
<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"
>
<span style="color: var(--el-color-primary)"></span>
<span style="color: var(--el-color-primary)"></span>
</a>
);
}