shawenguan 1 жил өмнө
parent
commit
d8dad0e88e

+ 4 - 4
Scripts/wubian/wubianSynthesis.js

@@ -389,10 +389,10 @@ async function trySynthesize() {
         magicJS.notification.appendNotifyInfo(`⚠️活动[${activityData.name}]详细合成信息数据不存在`);
         return;
     }
-    if (checkActivityDisable(activityId)) {
-        magicJS.notification.appendNotifyInfo(`⚠️活动[${activityData.name}]已禁用,请重新配置`);
-        return;
-    }
+    // if (checkActivityDisable(activityId)) {
+    //     magicJS.notification.appendNotifyInfo(`⚠️活动[${activityData.name}]已禁用,请重新配置`);
+    //     return;
+    // }
     let willCount = getActivityWillCount();
     willCount = getSynthesisAmount();
     let combinationLst = getSynthesizeCombination(retCvtData);