Merge pull request #1279 from feitianbubu/add-kling-key-placeholder

feat: add placeholder for kling AccessKey and SecretKey
This commit is contained in:
Calcium-Ion
2025-06-22 00:46:09 +08:00
committed by GitHub
2 changed files with 5 additions and 3 deletions

View File

@@ -64,6 +64,8 @@ function type2secretPrompt(type) {
return '按照如下格式输入AppId|SecretId|SecretKey';
case 33:
return '按照如下格式输入Ak|Sk|Region';
case 50:
return '按照如下格式输入: AccessKey|SecretKey';
default:
return '请输入渠道对应的鉴权密钥';
}