fix: 去除logger自动添加metadata字段

This commit is contained in:
shaw
2025-08-20 21:45:24 +08:00
parent d27c84b13b
commit 4aa562be21
4 changed files with 30 additions and 16 deletions

View File

@@ -2081,8 +2081,8 @@ const updateAccount = async () => {
}
}
if (props.account.platform === 'gemini' && form.value.projectId) {
data.projectId = form.value.projectId
if (props.account.platform === 'gemini') {
data.projectId = form.value.projectId || ''
}
// Claude 官方账号优先级和订阅类型更新