We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a9e2c commit 95c5eacCopy full SHA for 95c5eac
frontend/src/components/layout/Person.vue
@@ -61,6 +61,10 @@ const changeLanguage = (lang: string) => {
61
})
62
}
63
64
+const openHelp = () => {
65
+ window.open('https://dataease.cn/sqlbot/', '_blank')
66
+}
67
+
68
const openPwd = () => {
69
dialogVisible.value = true
70
@@ -140,7 +144,7 @@ const logout = () => {
140
144
</el-icon>
141
145
<div class="datasource-name">{{ $t('about.title') }}</div>
142
146
</div>
143
- <div class="popover-item">
147
+ <div @click="openHelp" class="popover-item">
148
<el-icon size="16">
149
<icon_maybe_outlined></icon_maybe_outlined>
150
0 commit comments