no message

This commit is contained in:
kuaifan 2025-05-27 16:34:02 +08:00
parent e5146077eb
commit 91dbbd46c0
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -185,8 +185,10 @@ export default {
@keyframes fade-hide-zindex {
to {
width: 0;
height: 0;
overflow: hidden;
visibility: hidden;
z-index: -1;
}
}
}