edit config/configdata.yml 编辑 config/configdata.yml

record_trans.text_in.maxlen 要保存的翻译文字的最大长度

The maximum length of the translated text to be saved

record_trans.text_in.maxlen:
  default: 500
  type:
    name: Int
    minval: 0
    maxval: 4000
  desc: Threshold for input text length that can be recorded.

把 500 修改到 0 到 4000 之间的整数

Modify 500 to an integer between 0 and 4000

bing_trans.tts.speed_rate 要保存的文字朗读语音的朗读速度

The speed at which the text to be saved reads speech

bing_trans.tts.speed_rate:
  default: -20.00%
  type: String
  desc: bing TTS speed rate

一般把 -20.00% 修改到 -100% 到 100% 之间的数

Generally, change the number between -20.00% and -100% to save the reading speed of the text speech

trans_records.latest_dates.No 翻译记录日期列表显示多少个日期

How many dates are displayed in the Translation Record Date list

trans_records.latest_dates.No:
  default: 500
  type:
    name: Int
    minval: 1
    maxval: 5000
  desc: Translation records latest dates No.

把 500 修改到 1 到 5000 之间的整数

Modify 500 to an integer between 0 and 4000