feat: add document entry
This commit is contained in:
parent
328a4e856c
commit
ad4b67ca45
@ -172,6 +172,12 @@ export const UserConfig: React.FC<UserConfigProps> = React.memo((props) => {
|
|||||||
|
|
||||||
<DropdownMenuSeparator />
|
<DropdownMenuSeparator />
|
||||||
|
|
||||||
|
<DropdownMenuItem
|
||||||
|
onClick={() => window.open('https://tianji.msgbyte.com/docs/intro')}
|
||||||
|
>
|
||||||
|
{t('Document')}
|
||||||
|
</DropdownMenuItem>
|
||||||
|
|
||||||
<DropdownMenuSub>
|
<DropdownMenuSub>
|
||||||
<DropdownMenuSubTrigger>{t('Community')}</DropdownMenuSubTrigger>
|
<DropdownMenuSubTrigger>{t('Community')}</DropdownMenuSubTrigger>
|
||||||
<DropdownMenuPortal>
|
<DropdownMenuPortal>
|
||||||
|
Loading…
Reference in New Issue
Block a user