refactor: 移除图片保存相关逻辑,直接更新任务状态为完成

This commit is contained in:
zyh
2025-08-30 15:43:58 +08:00
parent 63e42368cb
commit abe1447e0c
9 changed files with 51 additions and 834 deletions

View File

@@ -1,7 +1,9 @@
{
"permissions": {
"allow": [
"Bash(git add:*)"
"Bash(git add:*)",
"Bash(mvn clean:*)",
"Bash(mvn test:*)"
],
"deny": [],
"ask": []