Merge branch 'pr/support-New-API-proxy-kling' of github.com:feitianbubu/new-api into feitianbubu-pr/support-New-API-proxy-kling

This commit is contained in:
creamlike1024
2025-07-21 23:03:53 +08:00
6 changed files with 66 additions and 43 deletions

View File

@@ -86,7 +86,7 @@ function type2secretPrompt(type) {
case 33:
return '按照如下格式输入Ak|Sk|Region';
case 50:
return '按照如下格式输入: AccessKey|SecretKey';
return '按照如下格式输入: AccessKey|SecretKey, 如果上游是New API则直接输ApiKey';
case 51:
return '按照如下格式输入: Access Key ID|Secret Access Key';
default: