Skip to content

Commit 327b019

Browse files
feat: 用户手册更新
1 parent f5635ee commit 327b019

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/src/layout/components/top-bar/avatar/AboutDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<el-card
1010
shadow="hover"
1111
class="mb-16"
12-
@click="toUrl('https://github.com/1Panel-dev/MaxKB/wiki')"
12+
@click="toUrl('https://maxkb.cn/docs/')"
1313
>
1414
<div class="flex align-center cursor">
1515
<AppIcon iconName="app-reading" class="mr-16 ml-8" style="font-size: 24px"></AppIcon>

ui/src/layout/components/top-bar/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
iconName="app-reading"
2424
class="cursor color-secondary mr-8 ml-8"
2525
style="font-size: 20px"
26-
@click="toUrl('https://github.com/1Panel-dev/MaxKB/wiki')"
26+
@click="toUrl('https://maxkb.cn/docs/')"
2727
></AppIcon>
2828
</el-tooltip>
2929
<el-tooltip effect="dark" :content="$t('layout.topbar.forum')" placement="top">

0 commit comments

Comments
 (0)