mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-18 02:14:32 +08:00
增加初始化订阅任务
This commit is contained in:
@@ -75,6 +75,7 @@ const CronModal = ({
|
||||
<Form.Item
|
||||
name="command"
|
||||
label="命令"
|
||||
normalize={(value) => value.trim()}
|
||||
rules={[{ required: true, whitespace: true }]}
|
||||
>
|
||||
<Input.TextArea
|
||||
@@ -86,6 +87,7 @@ const CronModal = ({
|
||||
<Form.Item
|
||||
name="schedule"
|
||||
label="定时规则"
|
||||
normalize={(value) => value.trim()}
|
||||
rules={[
|
||||
{ required: true },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user