page-agent 0.0.10 → 0.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -31,10 +31,11 @@ The GUI Agent Living in Your Webpage. Control web interfaces with natural langua
31
31
  ### CDN Integration
32
32
 
33
33
  ```html
34
- <!-- temporary CDN URL. May change in the future -->
35
- <script
36
- src="https://hwcxiuzfylggtcktqgij.supabase.co/storage/v1/object/public/demo-public/v0.0.4/page-agent.js"
37
- crossorigin="true"
34
+ // CDN - https://cdn.jsdelivr.net/npm/page-agent@latest/dist/umd/page-agent.js
35
+ // Mirror(CN) - https://registry.npmmirror.com/page-agent/latest/files/dist/umd/page-agent.js
36
+ <script
37
+ src="https://cdn.jsdelivr.net/npm/page-agent@latest/dist/umd/page-agent.js"
38
+ crossorigin="true"
38
39
  type="text/javascript"
39
40
  ></script>
40
41
  ```