Add onInitializationFinish function and fix Header component

This commit is contained in:
smallstone 2023-12-21 10:05:04 +08:00
parent 27afe2a869
commit 59e9f0e646
2 changed files with 6 additions and 2 deletions

View File

@ -42,6 +42,10 @@
- receiveMessage // 对话
- systemMessage // 没用了
## 函数
onInitializationFinish // 初始化完成之后服务端掉用
# css
--vscode-editor-font-familyy

View File

@ -68,11 +68,11 @@ export default function Head() {
<IconSettings size="1.125rem" />
</ActionIcon>
</div>
{/* <div>
<div>
<ActionIcon size="sm" onClick={switchLang}>
<IconLanguage size="1.125rem" />
</ActionIcon>
</div> */}
</div>
</Flex>
</Flex>
</Header>