mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 09:38:02 +00:00
fix: 修复Claude账户autoStopOnWarning字段无法更新的问题
在updateAccount方法的allowedUpdates数组中添加autoStopOnWarning字段, 解决通过管理后台API更新Claude账户时该字段被过滤掉的问题
This commit is contained in:
@@ -520,7 +520,8 @@ class ClaudeAccountService {
|
|||||||
'accountType',
|
'accountType',
|
||||||
'priority',
|
'priority',
|
||||||
'schedulable',
|
'schedulable',
|
||||||
'subscriptionInfo'
|
'subscriptionInfo',
|
||||||
|
'autoStopOnWarning'
|
||||||
]
|
]
|
||||||
const updatedData = { ...accountData }
|
const updatedData = { ...accountData }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user