2.5.3
This commit is contained in:
@@ -383,9 +383,6 @@ const defaultConfig = {
|
||||
switchMinutes: 60,
|
||||
prologueList: {},
|
||||
needTranslate: false,
|
||||
filters: {
|
||||
maxAnchorCount: 99999
|
||||
},
|
||||
lang: 'en'
|
||||
}
|
||||
|
||||
@@ -704,9 +701,6 @@ const handleStart = async (specificGroupIndex) => {
|
||||
inviteThreshold: config.value.inviteThreshold,
|
||||
prologueList,
|
||||
needTranslate: config.value.needTranslate, // 添加翻译开关配置
|
||||
filters: {
|
||||
maxAnchorCount: config.value.filters?.maxAnchorCount !== undefined ? config.value.filters.maxAnchorCount : 100
|
||||
},
|
||||
rotationEnabled: config.value.rotateEnabled,
|
||||
rotationIntervalMinutes: config.value.switchMinutes,
|
||||
currentActiveGroup: activeGroupName,
|
||||
@@ -870,4 +864,4 @@ const togglePasswordVisibility = (gIndex, aIndex) => {
|
||||
.fade-leave-to {
|
||||
opacity: 0;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user