Skip to content

Commit

Permalink
refactor(crd): 优化 CRD 页面的字段标签文案
Browse files Browse the repository at this point in the history
- 将 "kind" 标签改为 "资源类型(kind)"
-将 "scope" 标签改为 "作用域"
- 将 "group" 标签改为 "组(group)"
- 将 "version" 标签改为 "版本"
  • Loading branch information
weibaohui committed Dec 25, 2024
1 parent 6d44b97 commit 8cda1fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/pages/crd/crd.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@
},
{
"name": "spec.names.kind",
"label": "kind",
"label": "资源类型(kind)",
"type": "text",
"searchable": {
"type": "input-text",
Expand All @@ -443,12 +443,12 @@

{
"name": "spec.scope",
"label": "scope",
"label": "作用域",
"type": "text"
},
{
"name": "spec.group",
"label": "group",
"label": "组(group)",
"type": "text",
"searchable": {
"type": "input-text",
Expand All @@ -459,7 +459,7 @@
},
{
"name": "spec.versions",
"label": "version",
"label": "版本",
"type": "each",
"items": {
"type": "tpl",
Expand Down

0 comments on commit 8cda1fb

Please sign in to comment.