|
|
|
|
@ -42,12 +42,12 @@ const config: ProviderConfig = {
|
|
|
|
|
key: 'app_id',
|
|
|
|
|
required: true,
|
|
|
|
|
label: {
|
|
|
|
|
'en': 'API ID',
|
|
|
|
|
'zh-Hans': 'API ID',
|
|
|
|
|
'en': 'APPID',
|
|
|
|
|
'zh-Hans': 'APPID',
|
|
|
|
|
},
|
|
|
|
|
placeholder: {
|
|
|
|
|
'en': 'Enter your API ID here',
|
|
|
|
|
'zh-Hans': '在此输入您的 API ID',
|
|
|
|
|
'en': 'Enter your APPID here',
|
|
|
|
|
'zh-Hans': '在此输入您的 APPID',
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
@ -72,7 +72,7 @@ const config: ProviderConfig = {
|
|
|
|
|
'zh-Hans': 'APIKey',
|
|
|
|
|
},
|
|
|
|
|
placeholder: {
|
|
|
|
|
'en': 'Enter your API key here',
|
|
|
|
|
'en': 'Enter your APIKey here',
|
|
|
|
|
'zh-Hans': '在此输入您的 APIKey',
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
|