Rename apiCustomParams to customBody

This commit is contained in:
FlyLoongZ
2025-08-11 16:03:30 +08:00
parent be6e34ba52
commit e1f902c203
4 changed files with 26 additions and 26 deletions

View File

@@ -228,11 +228,11 @@ export const I18N = {
zh: `请求超时时间 (5000-30000ms)`,
en: `Request Timeout Time (5000-30000ms)`,
},
api_custom_params: {
zh: `API自定义参数`,
custom_body: {
zh: `自定义Body参数`,
en: `API Custom Params`,
},
api_custom_params_help: {
custom_body_help: {
zh: `使用JSON格式例如 "top_p": 0.7`,
en: `Use JSON format, for example "top_p": 0.7`,
},