endpoint form

This commit is contained in:
JzoNg
2024-10-19 17:23:26 +08:00
parent d2190e9c3a
commit ebaf8766ef
8 changed files with 101 additions and 43 deletions

View File

@ -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',
},
},
],