2.4.7 优化过滤 新增重置任务
This commit is contained in:
@@ -363,7 +363,7 @@ import GreetingDialog from '../components/GreetingDialog.vue'
|
||||
import AIConfigDialog from '../components/AIConfigDialog.vue'
|
||||
import { isElectron } from '../utils/electronBridge'
|
||||
|
||||
const emit = defineEmits(['goToBrowser', 'logout'])
|
||||
const emit = defineEmits(['goToBrowser', 'logout', 'configUpdated'])
|
||||
|
||||
const CONFIG_KEY = 'autoDm_runConfig'
|
||||
|
||||
@@ -793,6 +793,8 @@ const handleStart = async (specificGroupIndex) => {
|
||||
rotationStatus.value = status
|
||||
handleStatusChange(status)
|
||||
warmingUp.value = false //关闭遮罩
|
||||
// 触发自定义事件通知配置已更新
|
||||
emit('configUpdated')
|
||||
emit('goToBrowser')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user