Commit Graph
8 Commits
Author SHA1 Message Date
gongzhiyong e360959dca fix: correct agent spelling on website 2026-05-26 16:21:09 +08:00
gongzhiyongandOmX 3ac920a493 Route website registration to CodeGW signup
Website visitors now have a single registration path through the CodeGW sign-up page, while the header no longer presents a separate login action beside registration. Static export output is included so the repository matches the deployed Azure Static Web Apps artifact.

Constraint: Website must use the CodeGW sign-up URL and remove the header login button.
Rejected: Keeping the separate Agnet login URL | it sends registration traffic to the wrong surface.
Confidence: high
Scope-risk: narrow
Directive: Keep public website registration links pointed at https://code.xinghanlab.com/sign-up unless product routing changes.
Tested: pnpm run build; Azure Static Web Apps production deploy; live curl checks for sign-up URL and removed login link.
Not-tested: Browser visual pass after deployment.
Co-authored-by: OmX <omx@oh-my-codex.dev>
2026-05-18 21:48:47 +08:00
gongzhiyong f5e5ce37de Reopen launch popup on Chinese switch 2026-05-18 15:05:00 +08:00
gongzhiyong c41733e6d9 Add launch announcement popup 2026-05-18 14:59:41 +08:00
gongzhiyong 23d9e6b34d Add website registration links 2026-05-18 14:45:31 +08:00
gongzhiyong dd79f41a69 Restore website from xiaohei main 2026-05-18 14:14:32 +08:00
gongzhiyong 5d2d463db3 fix: stabilize production auth redirect and HTTPS defaults
Normalize redirect targets and fallback auth state after login, and switch manager server defaults to the production HTTPS domain to avoid localhost-origin redirect issues.

Made-with: Cursor
2026-04-30 21:00:59 +08:00
gongzhiyong 9bf3a73a75 feat: align heicode web-manager branding and deployment docs
Unify website and manager experience with updated logo and manager entry links, and document the current production topology and URLs in CLAUDE.md for consistent future operations.

Made-with: Cursor
2026-04-30 20:23:46 +08:00