heart
All checks were successful
Deploy to Server / deploy (push) Successful in 38s

This commit is contained in:
jeremygan2021
2026-03-02 20:28:16 +08:00
parent e306ac6f61
commit 2ef1771be0
10 changed files with 198 additions and 7 deletions

View File

@@ -310,6 +310,10 @@ const ForumList = () => {
<AtIcon value='eye' size='14' color='#777' />
<Text>{item.view_count || 0}</Text>
</View>
<View className='stat-item'>
<AtIcon value='heart' size='14' color='#777' />
<Text>{item.like_count || 0}</Text>
</View>
<View className='stat-item'>
<AtIcon value='message' size='14' color='#777' />
<Text>{item.replies?.length || 0}</Text>