shawenguan 1 년 전
부모
커밋
92a1f40d71
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Scripts/wubian/wubianSynthesis.js

+ 3 - 0
Scripts/wubian/wubianSynthesis.js

@@ -255,6 +255,9 @@ async function trySynthesize() {
         }
         tipsText += `${errMsg}\n`;
     }
+    if (nExcuteCount == 0) {
+        tipsText += `缺少可执行的材料组合,请检查活动配置`;
+    }
     magicJS.notification.appendNotifyInfo(tipsText);
 }