增加账号凌晨响应标记

This commit is contained in:
yml2213
2026-08-18 20:39:13 +08:00
parent 1f204f17ad
commit c4507caf37
13 changed files with 79 additions and 70 deletions
@@ -275,9 +275,11 @@ func externalAccountToCreateRequest(
"resources": resources,
"skin_groups": externalSkinGroups(skins),
"online_time_text": onlineTimeText,
"ban_record": normalizeBanRecord(item.BanRecord),
"common_regions": commonRegions(item.CommonRegion),
"remark": remark,
// 外部导入没有该字段时按不可凌晨响应处理,避免旧数据误入夜间专区。
"early_morning_response": "否",
"ban_record": normalizeBanRecord(item.BanRecord),
"common_regions": commonRegions(item.CommonRegion),
"remark": remark,
"import_meta": map[string]any{
"uploader_name": uploaderName,
"client_upload_time": uploadTime,