Debug / Build Info
用于确认部署是否生效。每次 Vercel 重新 build 后,下面数值会刷新。
Build
| 字段 | 值 |
|---|---|
| Build Time (UTC) | {buildTime} |
| Commit SHA | {commitSha} |
| Branch | {commitRef} |
| Commit Message | Rewrite root Shadow landing page - Explain Shadow name comes from Shadow Paging, author adopted it as a project-naming prefix for convenience → ecosystem formed - Listed 3 current projects (Shadow Cheat Engine / Shadow Nav / Allow Cheat Expert) with one-line what-each-is - Added shared design philosophy (kernel does dirty work, userland does business, zero-detection priority, single validated device) - Noted 🔒 marker convention for gated groups - Replaced the stale one-liner TOC that only mentioned Shadow CE |
Inline code rendering test
下面这一行在 iOS Safari / WKWebView light mode 下如果背景是浅灰、字是深色就算修好:
Token bg_deep is #1a1a1a, token bg_base is #2a2a2a, color-mix(in oklab, ...) 的测试。
环境
- Next.js static pre-render (SSG) — 上面数值在构建时写死到 HTML,访问时不变
- 只有触发新部署才会刷新
Last updated on