feat(api): 添加热门卡片与榜单接口及实现
- 新增热门帖子、热门作者、榜单接口及实现 - 新增api-documentation,更好的ai协作 - 修复types没有导出的问题 BREAKING CHANGES: 1.0.0->1.1.0(latest)
This commit is contained in:
8
types/user/enum.ts
Normal file
8
types/user/enum.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// 通知类型枚举
|
||||
export enum NotificationType {
|
||||
LIKE = 'like',
|
||||
COMMENT = 'comment',
|
||||
FOLLOW = 'follow',
|
||||
MENTION = 'mention'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user