Skip to content

Commit a7a0cdd

Browse files
committed
New translations v22.3.md (Chinese Simplified)
1 parent 7bb3131 commit a7a0cdd

File tree

1 file changed

+8
-8
lines changed
  • guide/content/zh/release-notes/2022

1 file changed

+8
-8
lines changed

guide/content/zh/release-notes/2022/v22.3.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ async def 处理(请求, 文件名, ext):
6161

6262
一些潜在的例子:
6363

64-
| 定义 | 示例 | 文件名 | 扩展 |
65-
| -------------------------------------------------------- | ----------------------------------------------------------- | -------- | --------------------------- |
66-
| \file:ext | 页次 | `"page"` | `"txt"` |
67-
| \file:ext=jpg | jpg | `"cat"` | \`"jpg"" |
68-
| \file:ext=jpg\\\|png\\\|gif\\\|svg | jpg | `"cat"` | \`"jpg"" |
69-
| \<file=int:ext> | 123.txt | `123` | `"txt"` |
70-
| \<file=int:ext=jpg\\|png\\|gif\\|svg> | 123.svg | `123` | `"svg"` |
71-
| \<file=float:ext=tar.gz> | 3.14.tar.gz | `3.14` | \`"tar.gz"" |
64+
| 定义 | 示例 | 文件名 | 扩展 |
65+
| ------------------------------------------------------------------------------------ | ----------------------------------------------------------- | -------- | --------------------------- |
66+
| \<file:ext> | 页次 | `"page"` | `"txt"` |
67+
| \<file:ext=jpg> | jpg | `"cat"` | \`"jpg"" |
68+
| \<file:ext=jpg\\\|png\\\|gif\\\|svg> | jpg | `"cat"` | \`"jpg"" |
69+
| <file=int:ext> | 123.txt | `123` | `"txt"` |
70+
| <file=int:ext=jpg\\|png\\|gif\\|svg> | 123.svg | `123` | `"svg"` |
71+
| <file=float:ext=tar.gz> | 3.14.tar.gz | `3.14` | \`"tar.gz"" |
7272

7373
### 🚨 _Breaking变换_ - 非空字符串路径参数
7474

0 commit comments

Comments
 (0)