.4062073974432528:2241ab09f0bbbe5e212bc4467a59bd76_69e980dc7944aa7e546210f2.69e987957944aa7e54621150.69e987955eb0255b54a092f1:Trae CN.T(2026/4/23 10:44:37)#2
Open
CGW516 wants to merge 2 commits into
Conversation
added 2 commits
April 23, 2026 10:23
在借书信息界面右侧新增推荐书籍面板,根据用户借阅记录智能推荐相关书籍。当无借阅记录时,随机推荐热门书籍。推荐面板包含书籍名称、分类、编号和状态等信息,并优化了界面布局和滚动条显示。
在Book类中添加author字段,修改数据库表结构及相关操作 更新图书信息录入界面,增加作者输入框 修改图书推荐信息显示逻辑,处理空作者情况
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(图书管理): 添加作者字段并更新相关功能
在Book类中添加author字段,修改数据库表结构及相关操作
更新图书信息录入界面,增加作者输入框
修改图书推荐信息显示逻辑,处理空作者情况