feat: add placeholder for kling AccessKey and SecretKey
This commit is contained in:
@@ -64,6 +64,8 @@ function type2secretPrompt(type) {
|
|||||||
return '按照如下格式输入:AppId|SecretId|SecretKey';
|
return '按照如下格式输入:AppId|SecretId|SecretKey';
|
||||||
case 33:
|
case 33:
|
||||||
return '按照如下格式输入:Ak|Sk|Region';
|
return '按照如下格式输入:Ak|Sk|Region';
|
||||||
|
case 50:
|
||||||
|
return '按照如下格式输入: AccessKey|SecretKey';
|
||||||
default:
|
default:
|
||||||
return '请输入渠道对应的鉴权密钥';
|
return '请输入渠道对应的鉴权密钥';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user