mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-18 02:14:32 +08:00
添加系统更新操作和设置删除日志频率
This commit is contained in:
@@ -19,7 +19,7 @@ const { Step } = Steps;
|
||||
const { Option } = Select;
|
||||
const { Link } = Typography;
|
||||
|
||||
const Login = () => {
|
||||
const Initialization = () => {
|
||||
const [loading, setLoading] = useState(false);
|
||||
const [current, setCurrent] = React.useState(0);
|
||||
const [fields, setFields] = useState<any[]>([]);
|
||||
@@ -241,4 +241,4 @@ const Login = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default Login;
|
||||
export default Initialization;
|
||||
|
||||
Reference in New Issue
Block a user