mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 14:20:21 +08:00
feat(projects): 增加系统消息组件
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
<github-site />
|
||||
<full-screen />
|
||||
<theme-mode />
|
||||
<system-message />
|
||||
<user-avatar />
|
||||
</div>
|
||||
</dark-mode-container>
|
||||
@@ -27,7 +28,8 @@ import {
|
||||
GithubSite,
|
||||
FullScreen,
|
||||
ThemeMode,
|
||||
UserAvatar
|
||||
UserAvatar,
|
||||
SystemMessage
|
||||
} from './components';
|
||||
|
||||
interface Props {
|
||||
|
||||
Reference in New Issue
Block a user