We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6cbff0 commit 859580cCopy full SHA for 859580c
schema/metadata.yaml
@@ -137,7 +137,7 @@ resource_metas:
137
delimiter: |-
138
[\s
139
,;]
140
- help: 多个备注以英文逗号、英文分号、空格或换行分割
+ help: 多个备注以英文逗号、英文分号、空格或换行分割,重复将去重,最大数量500
141
widget: textarea
142
status:
143
display_name: 记录初始状态
@@ -164,7 +164,7 @@ resource_metas:
164
165
166
167
- help: 多个主机记录以英文逗号、英文分号、空格或换行分割,重复将去重
+ help: 多个主机记录以英文逗号、英文分号、空格或换行分割,重复将去重,最大数量500
168
169
ttl:
170
display_name: TTL
@@ -185,7 +185,7 @@ resource_metas:
185
186
187
188
- help: 多个记录值以英文逗号、英文分号、空格或换行分割
+ help: 多个记录值以英文逗号、英文分号、空格或换行分割,重复将去重,最大数量500
189
190
weight:
191
display_name: 权重信息
0 commit comments