1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Update zh-cn documentation (#26406)

This commit is contained in:
CaiCandong
2023-08-14 13:35:49 +08:00
committed by GitHub
parent ecd51f710b
commit db7b0a1a4e
11 changed files with 1467 additions and 397 deletions

View File

@@ -47,6 +47,8 @@ a/b/c/d.json
在与上述通配符匹配的任何文件中,将会扩展某些变量。
文件名和路径的匹配也可以被扩展,并且会经过谨慎的清理处理,以支持跨平台的文件系统。
所有变量都必须采用`$VAR``${VAR}`的形式。要转义扩展,使用双重`$$`,例如`$$VAR``$${VAR}`
| 变量 | 扩展为 | 可转换 |