This commit is contained in:
freedakgmail
2025-11-30 09:16:43 +08:00
parent b436ae0680
commit fd9c064749
227 changed files with 1251 additions and 912 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ export async function recordMemberHistory(params: {
'birthPlace', 'ancestralHome', 'generation', 'bio', 'phone', 'email',
'address', 'photoIds', 'spouseIds', 'childrenIds', 'motherId', 'fatherId',
'generationName', 'courtesyName', 'artName', 'posthumousName', 'rank',
'isFounder', 'isLunarDate', 'burialPlace', 'telephone', 'tags'
'isFounder', 'isLunarDate', 'burialPlace', 'telephone', 'tags',
'avatarUrl', 'stories'
]
for (const field of fieldsToTrack) {