修改打包逻辑

This commit is contained in:
lingling 2024-08-26 14:37:54 +08:00
parent 07b66a021d
commit 21776380d3
2 changed files with 4 additions and 1 deletions

2
.vscode/tasks.json vendored
View File

@ -6,7 +6,7 @@
{
"label": "build",
"type": "shell",
"command": "$currentDate = Get-Date -Format 'yyyyMMdd_HHmm';del ./dist/*;7z a -tzip ./dist/dist_$currentDate.zip ./* '-xr!dist/' '-xr!.vscode/' '-xr!.git/';cmd /c 'git log --oneline > ./README.txt'"
"command": "cmd /c 'git log --oneline > ./README.txt';$currentDate = Get-Date -Format 'yyyyMMdd_HHmm';del ./dist/*;7z a -tzip ./dist/dist_$currentDate.zip ./* '-xr!dist/' '-xr!.vscode/' '-xr!.git/'"
}
]
}

View File

@ -1,3 +1,6 @@
07b66a0 增加youtube函数
1d1789d 修复邮箱卡住问题
499c1bd 修复乱序执行错误 增加谷歌新闻阅读
95e3a23 删除用不上的代码 增加注释 增加乱序执行
aa4f2a6 修复邮箱回复 会回复谷歌官方邮件
720df83 增加标准注释