no message

This commit is contained in:
Pang 2024-01-13 00:07:06 +08:00
parent 88fb1d8e62
commit 4824f30950
2 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@ services:
ai: ai:
container_name: "dootask-ai-${APP_ID}" container_name: "dootask-ai-${APP_ID}"
image: "kuaifan/dooai:0.0.9" image: "kuaifan/dooai:0.1.2"
networks: networks:
extnetwork: extnetwork:
ipv4_address: "${APP_IPPR}.12" ipv4_address: "${APP_IPPR}.12"

View File

@ -68,7 +68,7 @@
"vue-resize-observer": "^2.0.16", "vue-resize-observer": "^2.0.16",
"vue-router": "^3.6.5", "vue-router": "^3.6.5",
"vue-template-compiler": "~2.6.14", "vue-template-compiler": "~2.6.14",
"vue-virtual-scroll-list-hi": "^2.3.5-8", "vue-virtual-scroll-list-hi": "^2.3.5-9",
"vuedraggable": "^2.24.3", "vuedraggable": "^2.24.3",
"vuex": "^3.6.2" "vuex": "^3.6.2"
}, },