.1915763867792649:d70718703410c9664b03b867aba69df1_69de652c5b35a0d4139f7f98.69de7baa5b35a0d4139f81c3.69de7ba91f2e35bf02e01ba7:Trae CN.T(2026/4/15 01:38:50)#15
Open
keep-me wants to merge 3 commits intoColor2333:mainfrom
Conversation
- 新增标签数据模型及关联表 - 添加标签相关API接口 - 实现前端标签管理界面 - 支持为论文添加/移除标签 - 支持按标签筛选论文 - 添加标签初始化脚本
添加 init_db.py 用于初始化数据库表结构 添加 check_db.py 用于检查数据库状态 添加 check_alembic.py 用于检查 alembic 版本
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat(数据库): 添加数据库初始化脚本和检查工具
添加 init_db.py 用于初始化数据库表结构
添加 check_db.py 用于检查数据库状态
添加 check_alembic.py 用于检查 alembic 版本