no message

This commit is contained in:
kuaifan 2025-07-15 17:33:56 +08:00
parent c906636776
commit b6b44b3782
2 changed files with 1 additions and 3 deletions

View File

@ -329,8 +329,6 @@ class DialogController extends AbstractController
]); ]);
} }
/** /**
* @api {get} api/dialog/hide 09. 会话隐藏 * @api {get} api/dialog/hide 09. 会话隐藏
* *

View File

@ -96,7 +96,7 @@ services:
appstore: appstore:
container_name: "dootask-appstore-${APP_ID}" container_name: "dootask-appstore-${APP_ID}"
privileged: true privileged: true
image: "dootask/appstore:0.1.7" image: "dootask/appstore:0.1.8"
volumes: volumes:
- shared_data:/usr/share/dootask - shared_data:/usr/share/dootask
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock