diff --git a/repo/js/自动小怪锄地规划/main.js b/repo/js/自动小怪锄地规划/main.js index 6e808d34..baca6a7c 100644 --- a/repo/js/自动小怪锄地规划/main.js +++ b/repo/js/自动小怪锄地规划/main.js @@ -159,7 +159,7 @@ if (operationMode === "生成路径文件") { .join('\n'); await file.writeText(pathGroupFilePath, resultContent); - log.info(`生成成功,共计 ${selectedRoutes.length} 条路线,路径组文件已保存到 ${pathGroupFilePath}`); + log.info(`生成成功,共计 ${selectedRoutes.length} 条路线,路径组文件已保存到 ${pathGroupFilePath},请将js自定义配置中操作模式改为执行路径文件以执行`); } else if (operationMode === "输出地图追踪文件") { const pathingOutDir = `pathingout/${outputFolderName}/`; // 输出文件夹路径 diff --git a/repo/js/自动精英锄地规划/main.js b/repo/js/自动精英锄地规划/main.js index 5ee0a814..96a05daf 100644 --- a/repo/js/自动精英锄地规划/main.js +++ b/repo/js/自动精英锄地规划/main.js @@ -286,7 +286,7 @@ for (const path of sortedRoutes) { .map(path => `${path.name}::2000-01-01T00:00:00.000Z`); const pathGroupContent = sortedPathNames.join('\n'); await file.writeText(pathGroupFilePath, pathGroupContent); - log.info(`生成并刷新路径组${i + 1}文件成功,路径数:${sortedPathNames.length}`); + log.info(`生成并刷新路径组${i + 1}文件成功,路径数:${sortedPathNames.length},请修改js自定义配置中的操作模式以执行文件`); } } } else if (operationType === "输出地图追踪文件") { diff --git a/repo/js/采集cd管理/main.js b/repo/js/采集cd管理/main.js index ea58d0d3..c705493c 100644 --- a/repo/js/采集cd管理/main.js +++ b/repo/js/采集cd管理/main.js @@ -36,8 +36,6 @@ if (!userSettings.infoFileName) { userSettings.pathGroup2CdType, userSettings.pathGroup3CdType, userSettings.otherPathGroupsCdTypes, - userSettings.partyNames, - userSettings.skipTimeRanges ].join("."); } diff --git a/repo/js/采集cd管理/manifest.json b/repo/js/采集cd管理/manifest.json index 95ce0690..c3a4b874 100644 --- a/repo/js/采集cd管理/manifest.json +++ b/repo/js/采集cd管理/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 1, - "name": "采集cd管理@mno", + "name": "采集cd管理", "version": "1.0", "bgi_version": "0.44.8", "description": "仅面对会操作文件和读readme的用户,基于文件夹操作自动管理采集路线的cd,会按照路径组的顺序依次运行,直到指定的时间,并会按照给定的cd类型,自动跳过未刷新的路线", diff --git a/repo/js/采集cd管理/采集物cd类型(仅供参考).xlsx b/repo/js/采集cd管理/采集物cd类型(仅供参考).xlsx deleted file mode 100644 index 08fa99bd..00000000 Binary files a/repo/js/采集cd管理/采集物cd类型(仅供参考).xlsx and /dev/null differ diff --git a/repo/js/采集cd管理/采集物cd类型(感谢群u呱呱z).xlsx b/repo/js/采集cd管理/采集物cd类型(感谢群u呱呱z).xlsx new file mode 100644 index 00000000..cc17ad86 Binary files /dev/null and b/repo/js/采集cd管理/采集物cd类型(感谢群u呱呱z).xlsx differ