Skip to content

Commit 9a53631

Browse files
committed
feat: 完善key-value参数可视化编辑逻辑
1 parent 11df62c commit 9a53631

File tree

3 files changed

+338
-149
lines changed

3 files changed

+338
-149
lines changed

src/locales/en.ts

+6
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,12 @@ export default {
538538
openEditorBtn: "Open Code Editor",
539539
tipsTitle: "Script Operator Tips",
540540
tipsDes: "Use a JavaScript script to filter nodes",
541+
paramsEdit: 'Edit Parameters',
542+
noCache: 'noCache',
543+
paramsAdd: 'Add',
544+
paramsDelete: 'Delete',
545+
paramsOptions: 'Options',
546+
paramsEmpty: 'No parameters',
541547
},
542548
},
543549
sourceNamePicker: {

src/locales/zh.ts

+6
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,12 @@ export default {
417417
openEditorBtn: '打开脚本编辑器',
418418
tipsTitle: '脚本操作操作提示',
419419
tipsDes: '使用一段 JavaScript 脚本来修改节点信息',
420+
paramsEdit: '参数编辑',
421+
noCache: '关闭缓存',
422+
paramsAdd: '添加参数',
423+
paramsDelete: '删除',
424+
paramsOptions: '操作',
425+
paramsEmpty: '暂无参数数据',
420426
},
421427
'Flag Operator': {
422428
label: '旗帜操作',

0 commit comments

Comments
 (0)