.1502411993651747:db66c9b7a040d66a4d2018ac59285166_69f20f67666bfaca1f198f9c.69f2102d666bfaca1f198feb.69f2102d42303946ddf208b1:Trae CN.T(2026/4/29 22:05:33)#316
Closed
lovely90133 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.
本轮在 Todo 应用中增加了任务视图偏好功能。主要修改 App.jsx:新增筛选状态和排序状态的 localStorage 持久化;新增任务排序配置,支持 Name A-Z、Name Z-A、Created Order 三种排序方式;复用 FilterButton 渲染排序按钮组;任务列表渲染时先按当前排序方式排序,再按 All、Active、Completed 筛选展示。原有新增、编辑、删除和完成状态切换逻辑保持不变。