feat(image): 新建 knowai-core:1.0.0 镜像并完成推送
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
- 搭建 api、auth、utils 等逻辑模块 - 通过 tsc、eslint、vitest 测试验证 BREAKING CHANGE: 新镜像分支
This commit is contained in:
6
types/model/enum.d.ts
vendored
Normal file
6
types/model/enum.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
// AI模型评论排序枚举
|
||||
export enum CommentSortType {
|
||||
LATEST = 'latest', // 最新
|
||||
HOTTEST = 'hottest', // 最热
|
||||
HIGHEST_RATING = 'highest_rating' // 评分最高
|
||||
}
|
||||
Reference in New Issue
Block a user