Initial TrueGrowth source import

This commit is contained in:
2026-07-07 09:36:36 +08:00
commit 3b6781d695
2283 changed files with 691996 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
## 1. Implementation
- [x] 1.1 定义智能 CDN 优先的行为边界与缓存元数据规则
- [x] 1.2 实现 Service Worker 中的 CDN 偏好持久化与优先级选择
- [x] 1.3 调整运行时静态资源与预缓存的加载策略
- [x] 1.4 同步主线程 CDN 探测结果到 Service Worker
- [x] 1.5 增加针对 CDN 优先、回源和缓存复用的测试