feat: official website at codexapp.agentsmirror.com#47
Merged
Conversation
…ting and image-optimization pipelines
…f-hosted subset fonts
…e product replica, pinned pipeline visualization, trust/download/scope sections
… reduced-motion fallbacks
…ntsmirror.com and local preview config
…n so reduced-motion contexts don't hit the TDZ
… hero download; settle reduced-motion users on the final manager panel
…ices (incl. desktop-mode iPadOS)
…NGLE-on-Metal Intel Macs aren't tagged Apple Silicon
… demo), add preloader, progressive image fade-in and wallpaper skeleton
…and text, not the whole row
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
新增
website/子工程 —— Codex App Manager + Codex App Mirror 的中英双语官网,部署为 Cloudflare assets-only Worker,路由codexapp.agentsmirror.com/*(最长匹配优先,不影响既有的/manager/*与/latest/*分发路由)。navigator.language自动选择 + localStorage 持久化,<html lang>与 title/og:* 同步prefers-reduced-motion全静态降级、语义化结构、44px 触控目标Deploy
cd website && npm run build && npx wrangler deploy(assets-only,zone 路由见website/wrangler.jsonc)Review
codex review --base main迭代 4 轮至无意见(修复:reduced-motion TDZ 崩溃、Mac 架构误判 ×2、iOS 设备误推 DMG)。