mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
endpoint form
This commit is contained in:
@ -33,14 +33,14 @@ export const toolNotion = {
|
||||
default: null,
|
||||
options: null,
|
||||
label: {
|
||||
'en-US': 'API-key',
|
||||
'zh-Hans': 'API-key',
|
||||
en_US: 'API-key',
|
||||
zh_Hans: 'API-key',
|
||||
},
|
||||
help: null,
|
||||
url: null,
|
||||
placeholder: {
|
||||
'en-US': 'Please input your API key',
|
||||
'zh-Hans': '请输入你的 API key',
|
||||
en_US: 'Please input your API key',
|
||||
zh_Hans: '请输入你的 API key',
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -81,14 +81,14 @@ export const toolNotionEndpoints = [
|
||||
default: null,
|
||||
options: null,
|
||||
label: {
|
||||
'en-US': 'API-key',
|
||||
'zh-Hans': 'API-key',
|
||||
en_US: 'API-key',
|
||||
zh_Hans: 'API-key',
|
||||
},
|
||||
help: null,
|
||||
url: null,
|
||||
placeholder: {
|
||||
'en-US': 'Please input your API key',
|
||||
'zh-Hans': '请输入你的 API key',
|
||||
en_US: 'Please input your API key',
|
||||
zh_Hans: '请输入你的 API key',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user