Merge pull request #306 from iaineng/main

fix: 修复Claude账户autoStopOnWarning字段无法更新的问题
This commit is contained in:
Wesley Liddick
2025-08-31 22:58:10 +08:00
committed by GitHub

View File

@@ -520,7 +520,8 @@ class ClaudeAccountService {
'accountType',
'priority',
'schedulable',
'subscriptionInfo'
'subscriptionInfo',
'autoStopOnWarning'
]
const updatedData = { ...accountData }