|
@@ -14,7 +14,7 @@ export function getDescribeProperty() {
|
|
|
sn_display_mode: displayList[0].value,
|
|
|
sn_style: serialNumberStyleList[0].value,
|
|
|
sn_background_color: '#ea3232', // 序号背景色
|
|
|
- view_pinyin: 'true', // 显示拼音
|
|
|
+ view_pinyin: 'false', // 显示拼音
|
|
|
pinyin_position: pinyinPositionList[0].value, // top bottom
|
|
|
is_first_sentence_first_hz_pinyin_first_char_upper_case: 'true', // 句首大写
|
|
|
};
|