2.4.9
This commit is contained in:
@@ -384,7 +384,7 @@ const defaultConfig = {
|
||||
prologueList: {},
|
||||
needTranslate: false,
|
||||
filters: {
|
||||
maxAnchorCount: 100
|
||||
maxAnchorCount: 99999
|
||||
},
|
||||
lang: 'en'
|
||||
}
|
||||
@@ -705,7 +705,7 @@ const handleStart = async (specificGroupIndex) => {
|
||||
prologueList,
|
||||
needTranslate: config.value.needTranslate, // 添加翻译开关配置
|
||||
filters: {
|
||||
maxAnchorCount: config.value.filters?.maxAnchorCount || 100
|
||||
maxAnchorCount: config.value.filters?.maxAnchorCount !== undefined ? config.value.filters.maxAnchorCount : 100
|
||||
},
|
||||
rotationEnabled: config.value.rotateEnabled,
|
||||
rotationIntervalMinutes: config.value.switchMinutes,
|
||||
|
||||
Reference in New Issue
Block a user