@dovetail-v2/refine 0.3.26-alpha.1 → 0.3.26-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/refine.cjs +1 -1
- package/dist/refine.js +1 -1
- package/package.json +1 -1
package/dist/refine.cjs
CHANGED
|
@@ -1280,7 +1280,7 @@ const clear_search_condition = "清空搜索条件";
|
|
|
1280
1280
|
const no_labels = "无标签";
|
|
1281
1281
|
const no_annotations = "无注解";
|
|
1282
1282
|
const pause_scheduling = "暂停调度";
|
|
1283
|
-
const service_port_name_tip = "
|
|
1283
|
+
const service_port_name_tip = "端口数量为 1 时,名称为选填项;大于 1 时,名称为必填项。";
|
|
1284
1284
|
const dovetail = {
|
|
1285
1285
|
copy,
|
|
1286
1286
|
reset_arguments,
|
package/dist/refine.js
CHANGED
|
@@ -1261,7 +1261,7 @@ const clear_search_condition = "清空搜索条件";
|
|
|
1261
1261
|
const no_labels = "无标签";
|
|
1262
1262
|
const no_annotations = "无注解";
|
|
1263
1263
|
const pause_scheduling = "暂停调度";
|
|
1264
|
-
const service_port_name_tip = "
|
|
1264
|
+
const service_port_name_tip = "端口数量为 1 时,名称为选填项;大于 1 时,名称为必填项。";
|
|
1265
1265
|
const dovetail = {
|
|
1266
1266
|
copy,
|
|
1267
1267
|
reset_arguments,
|