2.4.7 优化过滤 新增重置任务

This commit is contained in:
2026-04-01 13:27:27 +08:00
parent 466a853905
commit b2f9dbf2a2
11 changed files with 160 additions and 60 deletions

View File

@@ -632,7 +632,7 @@ const toggleFilter = (filterName) => {
const resetTask = async () => {
try {
ElMessageBox.confirm(
'确定要重置任务吗?这将重启 Python 服务并重新加载工作台数据,可能会中断当前正在进行的操作。',
'确定要重置任务吗?这将重启服务并中断当前正在进行的获取主播和大哥的任务。',
'重置任务',
{
confirmButtonText: '确定',