Conversation
…ing and group rates Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
…er/type filters and card/list views; drop landing pricing preview and public endpoint Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
…, frosted toolbar, iOS segmented control, refined cards and motion) Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
…itize/recover accounts with audit trail and admin UI) Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
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.
概述
custom 分支的两大魔改功能(均以"新增文件为主、少改上游"方式实现,便于后续合并上游):
1. 模型广场(Apple 风格)
/models页面:模型 × 单价 × 分组倍率聚合展示,分组/供应商/类型筛选 + 卡片/列表切换2. 渠道调度策略引擎(监控驱动的自动调度)
scheduling_policies(规则:监控 + 连续失败次数/延迟阈值 → 临停或降优先级)+scheduling_actions(全量审计,含恢复还原)ChannelMonitorService.RunCheck完成后回调策略引擎(setter 注入,非阻塞,错误只记日志)SetTempUnschedulable临停(可定时长或直到恢复,30 天兜底)/ Priority 增量降级;连续成功 N 次自动恢复原状态;冷却时间防抖动/admin/scheduling-policies(CRUD + 动作历史)+ 前端「调度策略」页(策略列表/表单 + 动作历史时间线,zh/en i18n)测试
后续