From 21776380d3b26c1d7855ef35bcd7857b2903f0bb Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Mon, 26 Aug 2024 14:37:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/tasks.json | 2 +- README.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 4d67e79..75538b0 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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/'" } ] } diff --git a/README.txt b/README.txt index d05409c..6236210 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,6 @@ +07b66a0 增加youtube函数 +1d1789d 修复邮箱卡住问题 +499c1bd 修复乱序执行错误 增加谷歌新闻阅读 95e3a23 删除用不上的代码 增加注释 增加乱序执行 aa4f2a6 修复邮箱回复 会回复谷歌官方邮件 720df83 增加标准注释