wip: 2026-08-11 工作树快照(docs/memory/h5.py/scripts 等 447 项未评审改动,安全提交到 feat 分支)

This commit is contained in:
Simon
2026-08-11 09:59:44 +08:00
parent 6be361fb63
commit f2fd4fa012
447 changed files with 273482 additions and 1386 deletions
+15
View File
@@ -0,0 +1,15 @@
# Replace agent dist with the newly uploaded 0802 bundle
cd /opt/wecom-it-desk/src/frontend-agent
mv dist dist.bak.0802
mkdir dist
tar -xzf /tmp/frontend-agent-dist-0802.tar.gz -C dist --strip-components=1
ls dist | head
# Full restart of nginx container (critical: bind mount dentry cache invalidation)
docker restart wecom_it_nginx
# Wait for container to come back, then verify
sleep 6
docker ps --filter name=wecom_it_nginx
curl -s -o /dev/null -w 'itagent_http=%{http_code}\n' http://127.0.0.1/itagent/
curl -s http://127.0.0.1/itagent/index.html | grep -o 'assets/[^"]*AiAssistantPanel[^"]*' | head -1