feat(floating-card): 添加多账号余量概览视图和本地访问过滤功能#534
Open
zz314657917 wants to merge 3 commits intojlcodes99:mainfrom
Open
feat(floating-card): 添加多账号余量概览视图和本地访问过滤功能#534zz314657917 wants to merge 3 commits intojlcodes99:mainfrom
zz314657917 wants to merge 3 commits intojlcodes99:mainfrom
Conversation
- 实现了formatGroupTokenStats函数,用于汇总会话组的令牌使用情况。 - 更新了CodexSessionManager,在用户界面中显示令牌统计信息,包括加载状态。 - 添加了新的CSS样式,以优化令牌信息的布局和呈现效果
feat(floating-card): 添加多账号余量概览视图和本地访问过滤功能 - 实现了浮动卡片的双视图模式(单账号详情/多账号概览) - 添加了账号余量进度条显示和排序功能 - 集成了Codex本地访问状态过滤逻辑 - 优化了账号列表按剩余配额百分比排序的算法 feat(dashboard): 新增Codex令牌统计展示卡片 - 在仪表板页面添加了今日消耗、7日日均和预估费用统计卡片 - 实现了令牌统计数据的自动获取和格式化显示 - 添加了千分位和百万位数值缩写显示逻辑 refactor(codex-session): 修复会话组默认展开逻辑并添加令牌统计加载 - 修复CodexSessionManager中buildDefaultExpandedGroups函数参数缺失问题 - 实现在会话组初始化时自动加载令牌统计数据 chore: 更新依赖版本并完善锁文件忽略规则 - 将项目版本从0.22.2升级到0.22.4 - 在.gitignore中添加package-lock.json等锁文件的忽略规则 style(floating-card): 添加新的CSS类样式定义 - 为浮动卡片的视图模式切换按钮添加样式 - 定义了余量概览面板和进度条的相关CSS类 ```
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(floating-card): 添加多账号余量概览视图和本地访问过滤功能
feat(dashboard): 新增Codex令牌统计展示卡片
refactor(codex-session): 修复会话组默认展开逻辑并添加令牌统计加载
chore: 更新依赖版本并完善锁文件忽略规则
style(floating-card): 添加新的CSS类样式定义