.3704670284688232:8e265e422701be0108a92764f90abc76_696b639c4635fe18cab091cd.696b65c84635fe18cab091e5.696b65c89572f66b43c7c3d2:Trae CN.T(2026/1/17 18:34:48)#7
Open
houxq8888 wants to merge 1 commit into
Conversation
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.
HGAppModule/HGLogModule是日志管理器,日志分页管理,存储于SQLITE数据库。
现在搜日志只能搜当前这一页,需要改成能搜所有的日志,并且分页显示。
具体要实现的点:
1、数据库还是分页存储日志
2、点击按日期或关键词搜索时,支持所有页搜索,并且分页显示结果
3、搜索出来的关键词需要高亮显示
4、当搜到的日志较多,再显示到界面,耗时有些长(有些在1分钟),需要优化搜索和显示耗时,优化到5s内。