mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 17:54:32 +08:00
增加新建订阅
This commit is contained in:
@@ -56,6 +56,7 @@ const EditScriptNameModal = ({
|
||||
title="新建文件"
|
||||
visible={visible}
|
||||
forceRender
|
||||
centered
|
||||
onOk={() => {
|
||||
form
|
||||
.validateFields()
|
||||
|
||||
@@ -43,6 +43,7 @@ const SaveModal = ({
|
||||
title="保存文件"
|
||||
visible={visible}
|
||||
forceRender
|
||||
centered
|
||||
onOk={() => {
|
||||
form
|
||||
.validateFields()
|
||||
|
||||
@@ -43,6 +43,7 @@ const SettingModal = ({
|
||||
title="运行设置"
|
||||
visible={visible}
|
||||
forceRender
|
||||
centered
|
||||
onCancel={() => handleCancel()}
|
||||
>
|
||||
<Form
|
||||
|
||||
Reference in New Issue
Block a user