Open
Conversation
- 前端支持开始时间、结束时间输入,并提供"至今"选项 - 后端兼容原有纯文本数据,确保向后兼容性 - 更改get_text_list函数返回对象而非字符串,支持其他字段拓展
feat: - 优化个人状态学术地图条目显示逻辑,包含时间显示和内容显示
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.
将原来的纯文本的条目更改成了对象, 初步加入了时间属性
后续可以添加更多属性与标签以支持推荐匹配
同时增加str()方法保证向后兼容
更改了主页部分前端的显示, 支持显示时间