添加检查更新和删除日志频率操作

This commit is contained in:
hanhh
2021-10-08 23:02:45 +08:00
parent d6ebd2699e
commit 9455ca64a2
2 changed files with 6 additions and 36 deletions
+6
View File
@@ -328,6 +328,12 @@ const Setting = ({
buttonStyle="solid"
/>
</Form.Item>
<Form.Item label="日志删除频率" name="frequency" initialValue={0}>
<Input addonBefore="每" addonAfter="天" style={{ width: 300 }} />
</Form.Item>
<Form.Item label="检查更新" name="theme" initialValue={theme}>
<Button type="primary"></Button>
</Form.Item>
</Form>
</Tabs.TabPane>
</Tabs>