diff options
author | CaiCandong <50507092+CaiCandong@users.noreply.github.com> | 2023-08-14 13:35:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-14 01:35:49 -0400 |
commit | db7b0a1a4ef2222ca6209c190b2283f27061db55 (patch) | |
tree | 1dadc9d149986e528b6b0dbbfb4c4afadd07ea9c /docs/content/usage/template-repositories.zh-cn.md | |
parent | ecd51f710b7b08eddc952d518f0d097367221388 (diff) | |
download | gitea-db7b0a1a4ef2222ca6209c190b2283f27061db55.tar.gz gitea-db7b0a1a4ef2222ca6209c190b2283f27061db55.zip |
Update zh-cn documentation (#26406)
Diffstat (limited to 'docs/content/usage/template-repositories.zh-cn.md')
-rw-r--r-- | docs/content/usage/template-repositories.zh-cn.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/usage/template-repositories.zh-cn.md b/docs/content/usage/template-repositories.zh-cn.md index 68881e023b..885b2f4ec8 100644 --- a/docs/content/usage/template-repositories.zh-cn.md +++ b/docs/content/usage/template-repositories.zh-cn.md @@ -47,6 +47,8 @@ a/b/c/d.json 在与上述通配符匹配的任何文件中,将会扩展某些变量。 +文件名和路径的匹配也可以被扩展,并且会经过谨慎的清理处理,以支持跨平台的文件系统。 + 所有变量都必须采用`$VAR`或`${VAR}`的形式。要转义扩展,使用双重`$$`,例如`$$VAR`或`$${VAR}`。 | 变量 | 扩展为 | 可转换 | |