mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: 用户手册更新
This commit is contained in:
parent
f5635ee50e
commit
327b0190d0
|
|
@ -9,7 +9,7 @@
|
|||
<el-card
|
||||
shadow="hover"
|
||||
class="mb-16"
|
||||
@click="toUrl('https://github.com/1Panel-dev/MaxKB/wiki')"
|
||||
@click="toUrl('https://maxkb.cn/docs/')"
|
||||
>
|
||||
<div class="flex align-center cursor">
|
||||
<AppIcon iconName="app-reading" class="mr-16 ml-8" style="font-size: 24px"></AppIcon>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
iconName="app-reading"
|
||||
class="cursor color-secondary mr-8 ml-8"
|
||||
style="font-size: 20px"
|
||||
@click="toUrl('https://github.com/1Panel-dev/MaxKB/wiki')"
|
||||
@click="toUrl('https://maxkb.cn/docs/')"
|
||||
></AppIcon>
|
||||
</el-tooltip>
|
||||
<el-tooltip effect="dark" :content="$t('layout.topbar.forum')" placement="top">
|
||||
|
|
|
|||
Loading…
Reference in New Issue