Skip to content

Commit a5be8c3

Browse files
committed
Update intro documentation to clarify incremental update package size, specifying it as "几十至几百 KB" instead of "几十 KB" for improved accuracy.
1 parent 56f2942 commit a5be8c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

site/pages/docs/intro.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pushy (npm 包名: [`react-native-update`](https://www.npmjs.com/package/react-n
1919

2020
### 极致的更新体验
2121

22-
- **🎯 超小更新包**:基于 bsdiff/hdiff 算法的增量更新,通常只需**几十 KB**(相比其他全量更新服务的几十 MB,节省流量 99%+)
22+
- **🎯 超小更新包**:基于 bsdiff/hdiff 算法的增量更新,通常只需**几十至几百 KB**(相比其他全量更新服务的几十 MB,节省流量 99%+)
2323
- **⚡️ 极速分发**:国内用户使用阿里云高速 CDN,国外用户智能分流至 Cloudflare,在各地区都使用覆盖率最好的 CDN 服务商,更新成功率高达 **99.9%+**
2424
- **🛡️ 安全可靠**:内置崩溃回滚机制,出现问题自动回退,确保应用稳定运行
2525
- **🌐 全平台覆盖**:完美支持 <AppleOutlined style={{fontSize: '16px', color: '#555', marginRight: '6px'}} /> **iOS** <AndroidOutlined style={{fontSize: '16px', color: '#3DDC84', marginRight: '6px'}} /> **Android**, 且业内独家第一方支持 <HarmonyOSOutlined style={{fontSize: '16px', color: '#000', marginRight: '6px'}} /> **鸿蒙(HarmonyOS)**
@@ -41,7 +41,7 @@ Pushy (npm 包名: [`react-native-update`](https://www.npmjs.com/package/react-n
4141
|--------|-------|-------------|
4242
| **起步价** | ¥66/月 | ~¥136/月 |
4343
| **流量计费** | 不单独计费 | 超出需额外付费 |
44-
| **更新包大小** | 几十 KB(增量) | 几十 MB(全量) |
44+
| **更新包大小** | 几十至几百 KB(增量) | 几十 MB(全量) |
4545
| **国内速度** | ⭐⭐⭐⭐⭐ 极快 | ⭐⭐ 较慢 |
4646
| **鸿蒙支持** | ✅ 支持 | ❌ 不支持 |
4747

0 commit comments

Comments
 (0)