feat: add doubao audio token input prompt

This commit is contained in:
feitianbubu
2025-10-17 22:05:58 +08:00
parent 735386c0b9
commit 8965fc49c9

View File

@@ -107,6 +107,8 @@ function type2secretPrompt(type) {
return '按照如下格式输入AppId|SecretId|SecretKey';
case 33:
return '按照如下格式输入Ak|Sk|Region';
case 45:
return '请输入渠道对应的鉴权密钥, 豆包语音输入AppId|AccessToken';
case 50:
return '按照如下格式输入: AccessKey|SecretKey, 如果上游是New API则直接输ApiKey';
case 51: