添加依赖管理

This commit is contained in:
whyour
2021-10-24 17:07:16 +08:00
parent bd8953ea81
commit 0c2a2af308
12 changed files with 270 additions and 159 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ const Setting = ({
user,
reloadUser,
reloadTheme,
ws,
socketMessage,
}: any) => {
const columns = [
{
@@ -377,7 +377,7 @@ const Setting = ({
/>
</Form.Item>
<Form.Item label="检查更新" name="update">
<CheckUpdate ws={ws} />
<CheckUpdate socketMessage={socketMessage} />
</Form.Item>
</Form>
</Tabs.TabPane>