Go to file
wangzhiwei cece5b745e feat: 添加LibraryItem功能并优化筛选能力
1. 创建了完整的LibraryItem功能模块
   - 实体类:LibraryItem
   - Mapper:LibraryItemMapper
   - Service:LibraryItemService
   - Controller:LibraryItemController
   - 相关模型类

2. 将tags字段替换为四个独立字段
   - age:年龄(youth-青年,middle-中年,old-老年)
   - gender:性别(male-男性,female-女性)
   - scene:场景(emotion-情感,podcast-播客,education-教育)
   - language:语种(chinese-中文,english-英语)

3. 支持多条件筛选
   - 在pageList方法中添加了根据age、gender、scene、language字段筛选的逻辑
   - 优化了SQL查询性能

4. 生成了完整的SQL文件
   - 创建了dh_library_item表
   - 添加了合理的索引设计
   - 包含了示例数据
   - 提供了查询示例

5. 创建了.gitignore文件
   - 忽略了不必要的文件和目录
   - 优化了git仓库结构
2026-01-08 11:06:50 +08:00
.style project init 2026-01-04 16:26:51 +08:00
continew-admin-business feat: 添加LibraryItem功能并优化筛选能力 2026-01-08 11:06:50 +08:00
continew-admin-common feat: 完成多个功能修改和bug修复 2026-01-06 16:09:17 +08:00
continew-admin-extension project init 2026-01-04 16:26:51 +08:00
continew-admin-plugins project init 2026-01-04 16:26:51 +08:00
continew-admin-system fix: uploadOnLineResource支持任何网络资源URL,并修复登录状态过期问题 2026-01-06 10:45:05 +08:00
continew-admin-webapi feat: 为SubtitleItem添加批量添加API接口 2026-01-08 10:31:45 +08:00
docker project init 2026-01-04 16:26:51 +08:00
src/main/resources/db/changelog/mysql/change/202512 project init 2026-01-04 16:26:51 +08:00
.gitignore feat: 添加LibraryItem功能并优化筛选能力 2026-01-07 18:32:51 +08:00
LICENSE project init 2026-01-04 16:26:51 +08:00
README.md Initial commit 2025-12-29 10:19:05 +08:00
lombok.config project init 2026-01-04 16:26:51 +08:00
pom.xml project init 2026-01-04 16:26:51 +08:00

README.md

digital_human_Backend