feat(settings): add FAQ link to about section (#575)
This commit is contained in:
committed by
GitHub
Unverified
parent
58f19d4ddc
commit
433240c43f
@@ -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