fix(channel): splice替换model_pricing条目 + 增强调试日志

This commit is contained in:
erio
2026-03-30 21:47:06 +08:00
parent 1cd033e521
commit 3de7713017
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
0.1.112
0.1.105.13

View File

@@ -970,6 +970,7 @@ async function handleSubmit() {
}
const { group_ids, model_pricing, model_mapping } = formToAPI()
console.log('[handleSubmit] model_pricing to send:', JSON.stringify(model_pricing))
submitting.value = true
try {