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 />
|
||||
|
||||
<DropdownMenuItem
|
||||
onClick={() => window.open('https://tianji.msgbyte.com/docs/intro')}
|
||||
>
|
||||
{t('Document')}
|
||||
</DropdownMenuItem>
|
||||
|
||||
<DropdownMenuSub>
|
||||
<DropdownMenuSubTrigger>{t('Community')}</DropdownMenuSubTrigger>
|
||||
<DropdownMenuPortal>
|
||||
|
Loading…
Reference in New Issue
Block a user