Skip to content

Commit ccdea61

Browse files
committed
Auto-fix formatting issues
1 parent 202954d commit ccdea61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/advanced-usage_CN.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ document.addEventListener("keydown", (e) => {
4545
Pake 自动提供用户友好的下载错误通知:
4646

4747
**功能特性:**
48+
4849
- **双语支持**:自动检测浏览器语言(中文/英文)
4950
- **系统通知**:在授予权限后使用原生操作系统通知
5051
- **优雅降级**:如果通知不可用则降级到控制台日志
@@ -53,6 +54,7 @@ Pake 自动提供用户友好的下载错误通知:
5354
**用户体验:**
5455

5556
当下载失败时,用户将看到通知:
57+
5658
- 英文:"Download Error - Download failed: filename.pdf"
5759
- 中文:"下载错误 - 下载失败: filename.pdf"
5860

@@ -68,6 +70,7 @@ if (window.Notification && Notification.permission === "default") {
6870
```
6971

7072
下载系统自动处理:
73+
7174
- 常规 HTTP(S) 下载
7275
- Data URI 下载(base64 编码文件)
7376
- Blob URL 下载(动态生成的文件)

0 commit comments

Comments
 (0)