|
@@ -57,7 +57,7 @@ export const ChooseToneData = {
|
|
|
},
|
|
|
// 其他属性
|
|
|
other: {
|
|
|
- question_number_type: questionNumberTypeList[0].value, // 题号类型
|
|
|
+ question_number_type: questionNumberTypeList[1].value, // 题号类型
|
|
|
audio_generation_method: audioGenerationMethodList[0].value, // 音频生成方式
|
|
|
},
|
|
|
};
|