Merged
Conversation
详细说明: - 新增 CLAUDE.md 为 Claude Code 提供项目开发指南 - 包含开发命令、核心架构、模块结构说明 - 更新 .gitignore 移除 CLAUDE.md 忽略规则 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
改进内容: 1. 过滤已过期套餐(剩余天数 <= 0) 2. 精简显示格式: - 去掉"付"字(月付→月,年付→年) - 去掉"剩余"字 - 去掉括号和逗号 改进前:PLUS ¥198/月付 (可重置2次, 剩余53天) 改进后:PLUS ¥198/月 可重置2次 53天 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
johnnyee
added a commit
to johnnyee/byebyecode
that referenced
this pull request
Dec 10, 2025
johnnyee
added a commit
to johnnyee/byebyecode
that referenced
this pull request
Dec 10, 2025
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.
Summary
效果对比
改进前:
改进后:
Test plan
cargo build --release)🤖 Generated with Claude Code