feat: 添加邮箱字段到贡献请求体,并更新相关测试用例
This commit is contained in:
@@ -599,6 +599,7 @@
|
||||
body: {
|
||||
nickname: buildNickname(currentState, options.nickname),
|
||||
qq: buildContributionQq(currentState, options.qq),
|
||||
email: normalizeString(currentState.email),
|
||||
source: 'cpa',
|
||||
channel: 'codex-extension',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user