docs: update CDN URLs in README files

This commit is contained in:
Simon
2026-01-19 19:39:13 +08:00
parent 4b69a7ee00
commit e9c5cece4f
2 changed files with 6 additions and 8 deletions

View File

@@ -74,12 +74,11 @@ PageAgent adopts a simplified monorepo structure:
```
packages/
├── page-agent/ # AI agent with UI Panel(npm: page-agent)
├── page-agent/ # AI agent and demo(npm: page-agent)
├── core/ # Agent core logic without UI(npm: @page-agent/core)
├── llms/ # LLM client (npm: @page-agent/llms)
├── page-controller/ # DOM operations & Visual Mask (npm: @page-agent/page-controller)
├── ui/ # Panel & i18n (npm: @page-agent/ui)
├── cdn/ # CDN IIFE builds (npm: @page-agent/cdn)
└── website/ # Demo & Documentation site
```