Merge branch 'gitlink_server' of http://106.75.45.236:3000/Gitlink/forgeplus-react into reposyncer

This commit is contained in:
谢思 2022-08-11 10:30:46 +08:00
commit d793440b37
1 changed files with 2 additions and 2 deletions

View File

@ -199,14 +199,14 @@ function New({ form , match , showNotification , history }) {
}
]
})(
<Input placeholder="请输入目标URL" maxLength="100" size="large" autocomplete='off'/>
<Input placeholder="请输入目标URL" maxLength="200" size="large" autocomplete='off'/>
)}
</Form.Item>
<Form.Item label="Webhook密钥" colon={false}>
{getFieldDecorator("secret",{
rules:[]
})(
<Input.Password placeholder="请输入Webhook密钥" autocomplete='new-password' size="large" maxLength={"50"}/>
<Input.Password placeholder="请输入Webhook密钥" autocomplete='new-password' size="large" maxLength={"200"}/>
)}
</Form.Item>
<Form.Item label="Http请求方法" colon={false}>