chore: 更新发布脚本

This commit is contained in:
2025-12-27 09:38:22 +08:00
parent 92c0c3cc25
commit 069a8344a0

View File

@@ -273,9 +273,9 @@ function main() {
copyAndCompressDir(rootDir, distDir);
console.log('Files copied and compressed successfully!');
// 生成zip文件名格式数码喷墨墨水-定制化-YYYY-MM-DD-mp-weixin.zip
// 生成zip文件名格式POCT检测分析平台-定制化-YYYY-MM-DD-mp-weixin.zip
const currentDate = getCurrentDate();
const zipFileName = `数码喷墨墨水-定制化-${currentDate}-mp-weixin.zip`;
const zipFileName = `POCT检测分析平台-定制化-${currentDate}-mp-weixin.zip`;
const zipPath = path.join(distDir, zipFileName);
// 创建zip压缩包