mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-27 04:31:27 +08:00
feat(terminal): add placeholder for unimplemented terminal page
This commit is contained in:
parent
1200f9973c
commit
00ee90a857
@ -13,6 +13,7 @@ export const TerminalPage: FC = () => {
|
||||
<Navbar>
|
||||
<NavbarCenter style={{ borderRight: 'none' }}>{t('title.terminal')}</NavbarCenter>
|
||||
</Navbar>
|
||||
<div>🥲 Not Implemented</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user