Skip to content

Conversation

@spongehah
Copy link
Contributor

Summary

  • 添加账号状态筛选功能(全部/已启用/已禁用)
  • 添加按创建日期和成功次数排序功能(升序/降序)
  • 显示当前查询结果的账号总数

功能说明

后端改动

  • GET /v2/accounts 接口新增查询参数:
    • enabled: 筛选启用/禁用账号(true/false)
    • sort_by: 排序字段(created_at/success_count)
    • sort_order: 排序方向(asc/desc)
  • 返回格式改为 {"accounts": [...], "count": n}

前端改动

  • 添加账号状态筛选单选按钮
  • 添加排序字段和排序方向下拉选择框
  • 在标题旁显示当前查询结果的账号数量

🤖 Generated with Claude Code

- 添加账号状态筛选(全部/已启用/已禁用)
- 添加按创建日期和成功次数排序功能(升序/降序)
- 显示当前查询结果的账号总数

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant