feat(projects): 增加系统消息组件

This commit is contained in:
燕博文
2022-06-17 11:39:38 +08:00
parent c6ed9b1558
commit afa0134fdd
6 changed files with 312 additions and 11 deletions

View File

@@ -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 {