This commit is contained in:
2026-04-23 15:13:46 +08:00
parent 487cd4ca37
commit 0e79f6297b
3 changed files with 29 additions and 106 deletions

View File

@@ -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>