Skip to content

Commit f3f8020

Browse files
添加jsonpath-ng的链接,供使用参考。
1 parent 6a4c39f commit f3f8020

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ui/src/locales/lang/en-US/workflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ You are a master of problem optimization, adept at accurately inferring user int
505505
expression: {
506506
label: 'Expression',
507507
placeholder: 'Please enter expression',
508-
tooltip: 'Please use JSON Path expressions to split variables, e.g.: $.store.book',
508+
tooltip: 'Please use JSON Path expressions to split variables, e.g.: $.store.book . For details, see https://pypi.org/project/jsonpath-ng/1.8.0/',
509509
},
510510
},
511511
parameterExtractionNode: {

ui/src/locales/lang/zh-CN/workflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ export default {
496496
expression: {
497497
label: '表达式',
498498
placeholder: '请输入表达式',
499-
tooltip: '请使用JSON Path 表达式拆分变量,例如:$.store.book',
499+
tooltip: '请使用 JSON Path 表达式拆分变量,例如:$.store.book 。详情见 https://pypi.org/project/jsonpath-ng/1.8.0/',
500500
},
501501
},
502502
parameterExtractionNode: {

ui/src/locales/lang/zh-Hant/workflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ export default {
490490
expression: {
491491
label: '表達式',
492492
placeholder: '請輸入表達式',
493-
tooltip: '請使用 JSON Path 表達式拆分變量,例如:$.store.book',
493+
tooltip: '請使用 JSON Path 表達式拆分變量,例如:$.store.book 。詳情見 https://pypi.org/project/jsonpath-ng/1.8.0/',
494494
},
495495
},
496496
parameterExtractionNode: {

0 commit comments

Comments
 (0)