feat: export author spread metrics

This commit is contained in:
wxs
2026-06-29 16:06:14 +08:00
parent 7839380613
commit 121977fd0d
14 changed files with 1117 additions and 20 deletions
+3 -1
View File
@@ -68,7 +68,9 @@ export function mapMarketListRow(
? {
singleVideoAfterSearchRate
}
: undefined
: undefined,
spreadAuthorId:
readString(readMarketFieldValue(row, attributeDatas, "id")) ?? undefined
};
}