mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-13 12:23:29 +08:00
添加依赖管理
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user