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