feat: 支持 88code 新域名 (88code.ai) 和国内线路 (rainapp.top)#16
Merged
zcg merged 2 commits intobyebye-code:mainfrom Dec 10, 2025
Merged
Conversation
改进内容: 1. 新增支持 88code.ai 域名(新主域名) 2. 新增支持 rainapp.top 域名(国内线路) 3. 保持对旧域名 88code.org 的兼容 4. 更新默认 API URL 为新域名 88code.ai 支持的域名列表: - 88code.org(旧域名,兼容) - 88code.ai(新域名) - rainapp.top(国内线路) - packyapi.com(Packy) 🤖 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
88code.ai域名(88code 新主域名)rainapp.top域名(国内线路)88code.org的向后兼容88code.ai背景
88code 更新了 API 域名,从
.org迁移到.ai,同时新增了国内优化线路rainapp.top。支持的域名
88code.org88code.airainapp.toppackyapi.com用户配置示例
Test plan
cargo build --release)88code.ai配置正常工作88code.org配置仍然兼容🤖 Generated with Claude Code