Skip to content

Commit fd9be89

Browse files
committed
[zh]Update contribute pages for links with '/zh/' prefix, using new prefix '/zh-cn/'
1 parent e0d6f94 commit fd9be89

21 files changed

+116
-116
lines changed

content/zh-cn/docs/contribute/generate-ref-docs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ To build the reference documentation, see the following guide:
2222
本节的主题是描述如何生成 Kubernetes 参考指南。
2323
要生成参考文档,请参考下面的指南:
2424

25-
* [生成参考文档快速入门](/zh/docs/contribute/generate-ref-docs/quickstart/)
25+
* [生成参考文档快速入门](/zh-cn/docs/contribute/generate-ref-docs/quickstart/)
2626

content/zh-cn/docs/contribute/generate-ref-docs/contribute-upstream.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ API or the `kube-*` components from the upstream code, see the following instruc
2929
-->
3030
如果你仅想从上游代码重新生成 Kubernetes API 或 `kube-*` 组件的参考文档。请参考以下说明:
3131

32-
- [生成 Kubernetes API 的参考文档](/zh/docs/contribute/generate-ref-docs/kubernetes-api/)
33-
- [生成 Kubernetes 组件和工具的参考文档](/zh/docs/contribute/generate-ref-docs/kubernetes-components/)
32+
- [生成 Kubernetes API 的参考文档](/zh-cn/docs/contribute/generate-ref-docs/kubernetes-api/)
33+
- [生成 Kubernetes 组件和工具的参考文档](/zh-cn/docs/contribute/generate-ref-docs/kubernetes-components/)
3434

3535
## {{% heading "prerequisites" %}}
3636

@@ -406,7 +406,7 @@ You are now ready to follow the [Generating Reference Documentation for the Kube
406406
[published Kubernetes API reference documentation](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/).
407407
-->
408408
现在,你可以按照
409-
[生成 Kubernetes API 的参考文档](/zh/docs/contribute/generate-ref-docs/kubernetes-api/)
409+
[生成 Kubernetes API 的参考文档](/zh-cn/docs/contribute/generate-ref-docs/kubernetes-api/)
410410
指南来生成
411411
[已发布的 Kubernetes API 参考文档](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/)。
412412

@@ -417,7 +417,7 @@ You are now ready to follow the [Generating Reference Documentation for the Kube
417417
* [Generating Reference Docs for Kubernetes Components and Tools](/docs/home/contribute/generated-reference/kubernetes-components/)
418418
* [Generating Reference Documentation for kubectl Commands](/docs/home/contribute/generated-reference/kubectl/)
419419
-->
420-
* [生成 Kubernetes API 的参考文档](/zh/docs/contribute/generate-ref-docs/kubernetes-api/)
421-
* [为 Kubernetes 组件和工具生成参考文档](/zh/docs/contribute/generate-ref-docs/kubernetes-components/)
422-
* [生成 kubectl 命令的参考文档](/zh/docs/contribute/generate-ref-docs/kubectl/)
420+
* [生成 Kubernetes API 的参考文档](/zh-cn/docs/contribute/generate-ref-docs/kubernetes-api/)
421+
* [为 Kubernetes 组件和工具生成参考文档](/zh-cn/docs/contribute/generate-ref-docs/kubernetes-components/)
422+
* [生成 kubectl 命令的参考文档](/zh-cn/docs/contribute/generate-ref-docs/kubectl/)
423423

content/zh-cn/docs/contribute/generate-ref-docs/kubectl.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ reference page, see
3636
生成参考文档,如 [kubectl apply](/docs/reference/generated/kubectl/kubectl-commands#apply)
3737
[kubectl taint](/docs/reference/generated/kubectl/kubectl-commands#taint)
3838
本主题没有讨论如何生成 [kubectl](/docs/reference/generated/kubectl/kubectl-commands/) 组件选项的参考页面。
39-
相关说明请参见[为 Kubernetes 组件和工具生成参考页面](/zh/docs/contribute/generate-ref-docs/kubernetes-components/)
39+
相关说明请参见[为 Kubernetes 组件和工具生成参考页面](/zh-cn/docs/contribute/generate-ref-docs/kubernetes-components/)
4040
{{< /note >}}
4141

4242
## {{% heading "prerequisites" %}}
@@ -416,7 +416,7 @@ topics will be visible in the
416416
`kubernetes/website` 仓库创建 PR。跟踪你的 PR,并根据需要回应评审人的评论。
417417
继续跟踪你的 PR,直到它被合入。
418418

419-
在 PR 合入的几分钟后,你更新的参考主题将出现在[已发布文档](/zh/docs/home/)中。
419+
在 PR 合入的几分钟后,你更新的参考主题将出现在[已发布文档](/zh-cn/docs/home/)中。
420420

421421
## {{% heading "whatsnext" %}}
422422

@@ -425,7 +425,7 @@ topics will be visible in the
425425
* [Generating Reference Documentation for Kubernetes Components and Tools](/docs/contribute/generate-ref-docs/kubernetes-components/)
426426
* [Generating Reference Documentation for the Kubernetes API](/docs/contribute/generate-ref-docs/kubernetes-api/)
427427
-->
428-
* [生成参考文档快速入门](/zh/docs/contribute/generate-ref-docs/quickstart/)
429-
* [为 Kubernetes 组件和工具生成参考文档](/zh/docs/contribute/generate-ref-docs/kubernetes-components/)
430-
* [为 Kubernetes API 生成参考文档](/zh/docs/contribute/generate-ref-docs/kubernetes-api/)
428+
* [生成参考文档快速入门](/zh-cn/docs/contribute/generate-ref-docs/quickstart/)
429+
* [为 Kubernetes 组件和工具生成参考文档](/zh-cn/docs/contribute/generate-ref-docs/kubernetes-components/)
430+
* [为 Kubernetes API 生成参考文档](/zh-cn/docs/contribute/generate-ref-docs/kubernetes-api/)
431431

content/zh-cn/docs/contribute/generate-ref-docs/kubernetes-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Kubernetes API 参考文档是从
3131
构建的,
3232
且使用[kubernetes-sigs/reference-docs](https://github.com/kubernetes-sigs/reference-docs) 生成代码。
3333

34-
如果你在生成的文档中发现错误,则需要[在上游修复](/zh/docs/contribute/generate-ref-docs/contribute-upstream/)
34+
如果你在生成的文档中发现错误,则需要[在上游修复](/zh-cn/docs/contribute/generate-ref-docs/contribute-upstream/)
3535

3636
如果你只需要从 [OpenAPI](https://github.com/OAI/OpenAPI-Specification) 规范中重新生成参考文档,请继续阅读此页。
3737

@@ -305,7 +305,7 @@ Submit your changes as a
305305
Monitor your pull request, and respond to reviewer comments as needed. Continue
306306
to monitor your pull request until it has been merged.
307307
-->
308-
基于你所生成的更改[创建 PR](/zh/docs/contribute/new-content/open-a-pr/)
308+
基于你所生成的更改[创建 PR](/zh-cn/docs/contribute/new-content/open-a-pr/)
309309
提交到 [kubernetes/website](https://github.com/kubernetes/website) 仓库。
310310
监视你提交的 PR,并根据需要回复 reviewer 的评论。继续监视你的 PR,直到合并为止。
311311

@@ -316,7 +316,7 @@ to monitor your pull request until it has been merged.
316316
* [Generating Reference Docs for Kubernetes Components and Tools](/docs/contribute/generate-ref-docs/kubernetes-components/)
317317
* [Generating Reference Documentation for kubectl Commands](/docs/contribute/generate-ref-docs/kubectl/)
318318
-->
319-
* [生成参考文档快速入门](/zh/docs/contribute/generate-ref-docs/quickstart/)
320-
* [为 Kubernetes 组件和工具生成参考文档](/zh/docs/contribute/generate-ref-docs/kubernetes-components/)
321-
* [为 kubectl 命令集生成参考文档](/zh/docs/contribute/generate-ref-docs/kubectl/)
319+
* [生成参考文档快速入门](/zh-cn/docs/contribute/generate-ref-docs/quickstart/)
320+
* [为 Kubernetes 组件和工具生成参考文档](/zh-cn/docs/contribute/generate-ref-docs/kubernetes-components/)
321+
* [为 kubectl 命令集生成参考文档](/zh-cn/docs/contribute/generate-ref-docs/kubectl/)
322322

content/zh-cn/docs/contribute/generate-ref-docs/kubernetes-components.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ This page shows how to build the Kubernetes component and tool reference pages.
2323
Start with the [Prerequisites section](/docs/contribute/generate-ref-docs/quickstart/#before-you-begin)
2424
in the Reference Documentation Quickstart guide.
2525
-->
26-
阅读参考文档快速入门指南中的[准备工作](/zh/docs/contribute/generate-ref-docs/quickstart/#before-you-begin)节。
26+
阅读参考文档快速入门指南中的[准备工作](/zh-cn/docs/contribute/generate-ref-docs/quickstart/#before-you-begin)节。
2727

2828
<!-- steps -->
2929

3030
<!--
3131
Follow the [Reference Documentation Quickstart](/docs/contribute/generate-ref-docs/quickstart/)
3232
to generate the Kubernetes component and tool reference pages.
3333
-->
34-
按照[参考文档快速入门](/zh/docs/contribute/generate-ref-docs/quickstart/)
34+
按照[参考文档快速入门](/zh-cn/docs/contribute/generate-ref-docs/quickstart/)
3535
指引,生成 Kubernetes 组件和工具的参考文档。
3636

3737
## {{% heading "whatsnext" %}}
@@ -43,8 +43,8 @@ to generate the Kubernetes component and tool reference pages.
4343
* [Contributing to the Upstream Kubernetes Project for Documentation](/docs/contribute/generate-ref-docs/contribute-upstream/)
4444
-->
4545

46-
* [生成参考文档快速入门](/zh/docs/contribute/generate-ref-docs/quickstart/)
47-
* [为 kubectll 命令生成参考文档](/zh/docs/contribute/generate-ref-docs/kubectl/)
48-
* [为 Kubernetes API 生成参考文档](/zh/docs/contribute/generate-ref-docs/kubernetes-api/)
49-
* [为上游 Kubernetes 项目做贡献以改进文档](/zh/docs/contribute/generate-ref-docs/contribute-upstream/)
46+
* [生成参考文档快速入门](/zh-cn/docs/contribute/generate-ref-docs/quickstart/)
47+
* [为 kubectll 命令生成参考文档](/zh-cn/docs/contribute/generate-ref-docs/kubectl/)
48+
* [为 Kubernetes API 生成参考文档](/zh-cn/docs/contribute/generate-ref-docs/kubernetes-api/)
49+
* [为上游 Kubernetes 项目做贡献以改进文档](/zh-cn/docs/contribute/generate-ref-docs/contribute-upstream/)
5050

content/zh-cn/docs/contribute/generate-ref-docs/prerequisites-ref-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141

4242
- 你需要知道如何为一个 GitHub 仓库创建拉取请求(PR)。
4343
这牵涉到创建仓库的派生(fork)副本。
44-
有关信息可进一步查看[基于本地副本开展工作](/zh/docs/contribute/new-content/open-a-pr/#fork-the-repo)
44+
有关信息可进一步查看[基于本地副本开展工作](/zh-cn/docs/contribute/new-content/open-a-pr/#fork-the-repo)
4545

content/zh-cn/docs/contribute/generate-ref-docs/quickstart.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ see the [contributing upstream guide](/docs/contribute/generate-ref-docs/contrib
5757

5858
{{< note>}}
5959
如果你希望更改构建工具和 API 参考资料,可以阅读
60-
[上游贡献指南](/zh/docs/contribute/generate-ref-docs/contribute-upstream).
60+
[上游贡献指南](/zh-cn/docs/contribute/generate-ref-docs/contribute-upstream).
6161
{{< /note >}}
6262

6363
<!--
@@ -185,7 +185,7 @@ Single page Markdown documents, imported by the tool, must adhere to
185185
the [Documentation Style Guide](/docs/contribute/style/style-guide/).
186186
-->
187187
通过工具导入的单页面的 Markdown 文档必须遵从
188-
[文档样式指南](/zh/docs/contribute/style/style-guide/)。
188+
[文档样式指南](/zh-cn/docs/contribute/style/style-guide/)。
189189
190190
<!--
191191
## Customizing reference.yml
@@ -385,7 +385,7 @@ topics will be visible in the
385385
继续监视该 PR 直到其被合并为止。
386386
387387
当你的 PR 被合并几分钟之后,你所做的对参考文档的变更就会出现
388-
[发布的文档](/zh/docs/home/)上。
388+
[发布的文档](/zh-cn/docs/home/)上。
389389
390390
## {{% heading "whatsnext" %}}
391391
@@ -399,7 +399,7 @@ running the build targets, see the following guides:
399399
-->
400400
要手动设置所需的构造仓库,执行构建目标,以生成各个参考文档,可参考下面的指南:
401401
402-
* [为 Kubernetes 组件和工具生成参考文档](/zh/docs/contribute/generate-ref-docs/kubernetes-components/)
403-
* [为 kubectl 命令生成参考文档](/zh/docs/contribute/generate-ref-docs/kubectl/)
404-
* [为 Kubernetes API 生成参考文档](/zh/docs/contribute/generate-ref-docs/kubernetes-api/)
402+
* [为 Kubernetes 组件和工具生成参考文档](/zh-cn/docs/contribute/generate-ref-docs/kubernetes-components/)
403+
* [为 kubectl 命令生成参考文档](/zh-cn/docs/contribute/generate-ref-docs/kubectl/)
404+
* [为 Kubernetes API 生成参考文档](/zh-cn/docs/contribute/generate-ref-docs/kubernetes-api/)
405405

content/zh-cn/docs/contribute/localization.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The website content directory includes sub-directories for each language. The lo
7373
### 派生(fork)并且克隆仓库 {#fork-and-clone-the-repo}
7474

7575
首先,为 [kubernetes/website](https://github.com/kubernetes/website) 仓库
76-
[创建你自己的副本](/zh/docs/contribute/new-content/open-a-pr/#fork-the-repo)
76+
[创建你自己的副本](/zh-cn/docs/contribute/new-content/open-a-pr/#fork-the-repo)
7777

7878
<!--
7979
Then, clone your fork and `cd` into it:
@@ -116,7 +116,7 @@ that localization. The process is very similar to proposing changes to the upstr
116116

117117
请将拉取请求限制为单个本地化,因为在多个本地化中更改内容的拉取请求可能难以审查。
118118

119-
按照[内容改进建议](/zh/docs/contribute/suggest-improvements/)提出对该本地化的更改。
119+
按照[内容改进建议](/zh-cn/docs/contribute/suggest-improvements/)提出对该本地化的更改。
120120
该过程与提议更改上游(英文)内容非常相似。
121121

122122
<!--
@@ -434,7 +434,7 @@ For an example of adding a new localization, see the PR to enable [docs in Frenc
434434
-->
435435
### 打开拉取请求 {#open-a-pull-request}
436436

437-
接下来,[打开拉取请求](/zh/docs/contribute/new-content/open-a-pr/#open-a-pr)(PR)
437+
接下来,[打开拉取请求](/zh-cn/docs/contribute/new-content/open-a-pr/#open-a-pr)(PR)
438438
将本地化添加到 `kubernetes/website` 存储库。
439439

440440
PR 必须包含所有[最低要求内容](#minimum-required-content)才能获得批准。
@@ -515,17 +515,17 @@ Releases | [All heading and subheading URLs](/releases)
515515
-->
516516
描述 | 网址
517517
-----|-----
518-
主页 | [所有标题和副标题网址](/zh/docs/home/)
519-
安装 | [所有标题和副标题网址](/zh/docs/setup/)
520-
教程 | [Kubernetes 基础](/zh/docs/tutorials/kubernetes-basics/), [Hello Minikube](/zh/docs/tutorials/hello-minikube/)
518+
主页 | [所有标题和副标题网址](/zh-cn/docs/home/)
519+
安装 | [所有标题和副标题网址](/zh-cn/docs/setup/)
520+
教程 | [Kubernetes 基础](/zh-cn/docs/tutorials/kubernetes-basics/), [Hello Minikube](/zh-cn/docs/tutorials/hello-minikube/)
521521
网站字符串 | [所有网站字符串](#Site-strings-in-i18n)
522522
发行版本 | [所有标题和副标题 URL](/releases)
523523

524524
<!--
525525
Translated documents must reside in their own `content/**/` subdirectory, but otherwise follow the same URL path as the English source. For example, to prepare the [Kubernetes Basics](/docs/tutorials/kubernetes-basics/) tutorial for translation into German, create a subfolder under the `content/de/` folder and copy the English source:
526526
-->
527527
翻译后的文档必须保存在自己的 `content/**/` 子目录中,否则将遵循与英文源相同的 URL 路径。
528-
例如,要准备将 [Kubernetes 基础](/zh/docs/tutorials/kubernetes-basics/) 教程翻译为德语,
528+
例如,要准备将 [Kubernetes 基础](/zh-cn/docs/tutorials/kubernetes-basics/) 教程翻译为德语,
529529
请在 `content/de/` 文件夹下创建一个子文件夹并复制英文源:
530530

531531
```shell
@@ -634,7 +634,7 @@ Some language teams have their own language-specific style guide and glossary. F
634634
### 特定语言的样式指南和词汇表 {#language-specific-style-guide-and-glossary}
635635

636636
一些语言团队有自己的特定语言样式指南和词汇表。
637-
例如,请参见[中文本地化指南](/zh/docs/contribute/localization_zh/)。
637+
例如,请参见[中文本地化指南](/zh-cn/docs/contribute/localization_zh/)。
638638

639639
<!--
640640
### Language specific Zoom meetings

content/zh-cn/docs/contribute/new-content/_index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ prior to submitting new content. The information details follow.
8484
- 使用 Markdown 编写 Kubernetes 文档并使用 [Hugo](https://gohugo.io/) 构建网站。
8585
- Kubernetes 文档使用 [CommonMark](https://commonmark.org/) 作为 Markdown 的风格。
8686
- 源代码位于 [GitHub](https://github.com/kubernetes/website) 仓库中。
87-
你可以在 `/content/zh/docs/` 目录下找到 Kubernetes 文档。
87+
你可以在 `/content/zh-cn/docs/` 目录下找到 Kubernetes 文档。
8888
某些参考文档是使用位于 `update-imported-docs/` 目录下的脚本自动生成的。
89-
- [页面内容类型](/zh/docs/contribute/style/page-content-types/)使用 Hugo 描述文档内容的呈现。
89+
- [页面内容类型](/zh-cn/docs/contribute/style/page-content-types/)使用 Hugo 描述文档内容的呈现。
9090

9191
<!--
9292
- You can use [Docsy shortcodes](https://www.docsy.dev/docs/adding-content/shortcodes/) or [custom Hugo shortcodes](/docs/contribute/style/hugo-shortcodes/) to contribute to Kubernetes documentation.
@@ -103,15 +103,15 @@ prior to submitting new content. The information details follow.
103103
-->
104104

105105
- 你可以使用 [Docsy 短代码](https://www.docsy.dev/docs/adding-content/shortcodes/)
106-
[定制的 Hugo 短代码](/zh/docs/contribute/style/hugo-shortcodes/)贡献 Kubernetes 文档。
106+
[定制的 Hugo 短代码](/zh-cn/docs/contribute/style/hugo-shortcodes/)贡献 Kubernetes 文档。
107107
- 除了标准的 Hugo 短代码外,
108-
我们还在文档中使用一些[定制的 Hugo 短代码](/zh/docs/contribute/style/hugo-shortcodes/)来控制内容的呈现。
108+
我们还在文档中使用一些[定制的 Hugo 短代码](/zh-cn/docs/contribute/style/hugo-shortcodes/)来控制内容的呈现。
109109
- 文档的源代码有多种语言形式,位于 `/content/` 目录下。
110110
每种语言都有一个自己的目录,用两个字母表示,这两个字母是基于
111111
[ISO 639-1 标准](https://www.loc.gov/standards/iso639-2/php/code_list.php)来确定的。
112112
例如,英语文档的源代码位于 `/content/en/docs/` 目录下。
113113
- 关于为多语言文档做贡献以及如何开始新翻译的详细信息,
114-
可参考[本地化文档](/zh/docs/contribute/localization)
114+
可参考[本地化文档](/zh-cn/docs/contribute/localization)
115115

116116
<!--
117117
## Before you begin {#before-you-begin}
@@ -159,7 +159,7 @@ If you're still not sure which branch to choose, ask in `#sig-docs` on Slack.
159159
:---------|:------------
160160
针对当前发行版本的,对现有英文内容的修改或新的英文内容 | `main`
161161
针对功能特性变更的内容 | 分支对应于功能特性变更的主要和次要版本,分支名称采用 `dev-<version>` 的模式。例如,如果某功能特性在 `v{{< skew nextMinorVersion >}}` 版本发生变化,则对应的文档变化要添加到 `dev-{{< skew nextMinorVersion >}}` 分支。
162-
其他语言的内容(本地化) | 基于本地化团队的约定。参见[本地化分支策略](/zh/docs/contribute/localization/#branching-strategy)了解更多信息。
162+
其他语言的内容(本地化) | 基于本地化团队的约定。参见[本地化分支策略](/zh-cn/docs/contribute/localization/#branching-strategy)了解更多信息。
163163

164164
如果你仍不能确定要选择哪个分支,请在 Slack 的 `#sig-docs` 频道上提出问题。
165165

@@ -196,5 +196,5 @@ contribution journey go more smoothly.
196196

197197
## 为贡献者提供的工具
198198

199-
`kubernetes/website` 仓库的[文档贡献者工具](https://github.com/kubernetes/website/tree/main/content/zh/docs/doc-contributor-tools)目录中包含了一些工具,
199+
`kubernetes/website` 仓库的[文档贡献者工具](https://github.com/kubernetes/website/tree/main/content/zh-cn/docs/doc-contributor-tools)目录中包含了一些工具,
200200
有助于使你的贡献过程更为顺畅。

content/zh-cn/docs/contribute/new-content/blogs-case-studies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ To submit a blog post, follow these steps:
119119
- 博客内容不可以是销售用语。
120120
- 文章内容必须是对整个 Kubernetes 社区中很多人都有参考意义。
121121
例如,所提交的文章应该关注上游的 Kubernetes 项目本身,而不是某个厂商特定的配置。
122-
请参阅[文档风格指南](/zh/docs/contribute/style/content-guide/#what-s-allowed)
122+
请参阅[文档风格指南](/zh-cn/docs/contribute/style/content-guide/#what-s-allowed)
123123
以了解哪些内容是 Kubernetes 所允许的。
124124
- 链接应该主要指向官方的 Kubernetes 文档。
125125
当引用外部信息时,链接应该是多样的。
@@ -217,7 +217,7 @@ SIG Docs [博客子项目](https://github.com/kubernetes/community/tree/master/s
217217
- Do **not** include dots in the filename. A name like `2020-01-01-whats-new-in-1.19.md` causes failures during a build.
218218
- The front matter must include the following:
219219
-->
220-
- [发起一个包含新博文的 PR](/zh/docs/contribute/new-content/open-a-pr/#fork-the-repo)
220+
- [发起一个包含新博文的 PR](/zh-cn/docs/contribute/new-content/open-a-pr/#fork-the-repo)
221221
新博文要创建于 [`content/en/blog/_posts`](https://github.com/kubernetes/website/tree/main/content/en/blog/_posts) 目录下。
222222

223223
- 确保你的博文遵从合适的命名规范,并带有下面的引言(元数据)信息:

0 commit comments

Comments
 (0)