feat: 为文档库/相关问题页面添加类型筛选功能 #92

Manually merged
remilia merged 10 commits from feat/support-category into master 2025-12-03 18:00:13 +08:00
9 changed files with 322 additions and 12 deletions
Showing only changes of commit 3fb721f278 - Show all commits

View File

@ -42,7 +42,7 @@ describe('toQuestionTypeView', () => {
expect(toQuestionTypeView(rawData)).toEqual({ expect(toQuestionTypeView(rawData)).toEqual({
id: '-1', id: '-1',
type: '', name: '',
}); });
}); });
}); });