feat(settings): add FAQ link to about section (#575)
This commit is contained in:
committed by
GitHub
Unverified
parent
58f19d4ddc
commit
433240c43f
@@ -268,6 +268,7 @@
|
||||
"basedOn": "Based on OpenClaw",
|
||||
"version": "Version {{version}}",
|
||||
"docs": "Website",
|
||||
"github": "GitHub"
|
||||
"github": "GitHub",
|
||||
"faq": "FAQ"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -265,6 +265,7 @@
|
||||
"basedOn": "OpenClaw ベース",
|
||||
"version": "バージョン {{version}}",
|
||||
"docs": "公式サイト",
|
||||
"github": "GitHub"
|
||||
"github": "GitHub",
|
||||
"faq": "よくある質問"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -268,6 +268,7 @@
|
||||
"basedOn": "基于 OpenClaw",
|
||||
"version": "版本 {{version}}",
|
||||
"docs": "官网",
|
||||
"github": "GitHub"
|
||||
"github": "GitHub",
|
||||
"faq": "常见问题"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1073,6 +1073,13 @@ export function Settings() {
|
||||
>
|
||||
{t('about.github')}
|
||||
</Button>
|
||||
<Button
|
||||
variant="link"
|
||||
className="h-auto p-0 text-[14px] text-blue-500 hover:text-blue-600 font-medium"
|
||||
onClick={() => window.electron.openExternal('https://icnnp7d0dymg.feishu.cn/wiki/UyfOwQ2cAiJIP6kqUW8cte5Bnlc')}
|
||||
>
|
||||
{t('about.faq')}
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user