Skip to content

Commit

Permalink
New translations v22.3.md (Chinese Simplified)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Dec 22, 2024
1 parent 7bb3131 commit a7a0cdd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions guide/content/zh/release-notes/2022/v22.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ async def 处理(请求, 文件名, ext):

一些潜在的例子:

| 定义 | 示例 | 文件名 | 扩展 |
| -------------------------------------------------------- | ----------------------------------------------------------- | -------- | --------------------------- |
| \file:ext | 页次 | `"page"` | `"txt"` |
| \file:ext=jpg | jpg | `"cat"` | \`"jpg"" |
| \file:ext=jpg\\\|png\\\|gif\\\|svg | jpg | `"cat"` | \`"jpg"" |
| \<file=int:ext> | 123.txt | `123` | `"txt"` |
| \<file=int:ext=jpg\\|png\\|gif\\|svg> | 123.svg | `123` | `"svg"` |
| \<file=float:ext=tar.gz> | 3.14.tar.gz | `3.14` | \`"tar.gz"" |
| 定义 | 示例 | 文件名 | 扩展 |
| ------------------------------------------------------------------------------------ | ----------------------------------------------------------- | -------- | --------------------------- |
| \<file:ext> | 页次 | `"page"` | `"txt"` |
| \<file:ext=jpg> | jpg | `"cat"` | \`"jpg"" |
| \<file:ext=jpg\\\|png\\\|gif\\\|svg> | jpg | `"cat"` | \`"jpg"" |
| <file=int:ext> | 123.txt | `123` | `"txt"` |
| <file=int:ext=jpg\\|png\\|gif\\|svg> | 123.svg | `123` | `"svg"` |
| <file=float:ext=tar.gz> | 3.14.tar.gz | `3.14` | \`"tar.gz"" |

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

Expand Down

0 comments on commit a7a0cdd

Please sign in to comment.