wip: 2026-08-11 工作树快照(docs/memory/h5.py/scripts 等 447 项未评审改动,安全提交到 feat 分支)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
echo '=== served index.html assets ==='
|
||||
curl -s http://127.0.0.1/itagent/index.html | grep -o 'assets/[^"]*' | sort -u
|
||||
echo '=== NEW Workspace chunk (served): TodoPanel refs (expect 0) ==='
|
||||
curl -s http://127.0.0.1/itagent/assets/Workspace-D0Lbi52U.js | grep -o 'TodoPanel' | wc -l
|
||||
echo '=== NEW AiAssistantPanel chunk (served): TodoPanel refs (expect >0) ==='
|
||||
curl -s http://127.0.0.1/itagent/assets/AiAssistantPanel-DEzJ9GRb.js | grep -o 'TodoPanel' | wc -l
|
||||
echo '=== ALL Workspace chunks on server ==='
|
||||
ls /opt/wecom-it-desk/frontend-agent/dist/assets/Workspace-*.js
|
||||
echo '=== service worker / PWA files? ==='
|
||||
ls /opt/wecom-it-desk/frontend-agent/dist/ | grep -i -E 'sw|service|register|manifest|workbox'
|
||||
echo '=== nginx proxy cache headers on index.html ==='
|
||||
curl -sI http://127.0.0.1/itagent/index.html | grep -i -E 'cache|age|expires|etag|last-modified|x-cache'
|
||||
Reference in New Issue
Block a user