fix: Clicking the help button always opens a new webview

(cherry picked from commit 4939afafabcbfb294f00d21053939cad8238731e)
This commit is contained in:
ousugo 2025-02-17 15:57:41 +08:00 committed by 亢奋猫
parent 96e0dcc9bc
commit 34ba72d1fa

View File

@ -50,6 +50,7 @@ const Sidebar: FC = () => {
const onOpenDocs = () => {
MinApp.start({
id: 'docs',
name: t('docs.title'),
url: 'https://docs.cherry-ai.com/',
logo: AppLogo