feat: add poll post support

This commit is contained in:
Tim
2025-08-29 23:56:03 +08:00
parent dc5eb5a637
commit a2ccc95b4e
4 changed files with 232 additions and 7 deletions

View File

@@ -33,6 +33,7 @@ export default {
return [
{ id: 'NORMAL', name: '普通帖子', icon: 'fa-regular fa-file' },
{ id: 'LOTTERY', name: '抽奖帖子', icon: 'fa-solid fa-gift' },
{ id: 'POLL', name: '投票帖子', icon: 'fa-solid fa-square-poll-vertical' },
]
}