feat: 拆分文本增加滑块,增加直接分段导入方式
This commit is contained in:
@@ -18,10 +18,6 @@ const SplitDataSchema = new Schema({
|
||||
ref: 'model',
|
||||
required: true
|
||||
},
|
||||
rawText: {
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
textList: {
|
||||
type: [String],
|
||||
default: []
|
||||
|
||||
Reference in New Issue
Block a user