wujingjing
2024-09-05 e3674ccc57f6d4afe8dbd77b2d96d81777e2422f
scripts/helper.js
@@ -32,6 +32,11 @@
   logColor(text, 'green');
};
const logWarn = (text) => {
   logColor(text, 'yellow');
};
/**
 * 退出脚本
 */
@@ -336,6 +341,7 @@
   //#region ====================== 打印 ======================
   logError,
   logSuccess,
   logWarn,
   //#endregion
   formatDate,