Commit Graph

14 Commits

Author SHA1 Message Date
ekko e45325b750 Add official X link to website (#1878) 2026-07-01 12:32:48 +08:00
thursdaycapital 8805d9da34 [codex] add ESP32 docs page (#1735)
* add ESP32 docs page

* add mini box nav link

---------

Co-authored-by: openclaw <openclaw@openclaws-Mac-mini.local>
2026-06-22 19:33:17 +08:00
ekko 1bbcccd5d7 rename repository to hermes-studio (#1552) 2026-06-14 16:56:52 +08:00
ekko bf59351ecb Use single GIF showcase (#1549) 2026-06-14 14:54:10 +08:00
thursdaycapital 651bc60423 Add Hermes Studio manual docs page (#1475)
Co-authored-by: openclaw <openclaw@openclaws-Mac-mini.local>
2026-06-10 14:24:01 +08:00
ekko 29d9362f7e Force website light theme (#1473) 2026-06-10 12:14:53 +08:00
ekko 34a1256b2e Redesign website landing page (#1471)
* Redesign website landing page

* Fix website type check
2026-06-10 12:09:42 +08:00
ekko 1034313fca [codex] allow manual website version inputs (#1429)
* allow manual website version inputs

* map website downloads to release version
2026-06-09 11:37:07 +08:00
ekko 8dbf4c7439 Add website download mirrors (#1189) 2026-05-31 20:47:38 +08:00
ekko e45b3a881e add website downloads and deploy workflow (#1165) 2026-05-30 21:35:38 +08:00
ekko acf5184d5f Remove website QQ QR code (#730) 2026-05-14 22:04:08 +08:00
ekko 2ba88f7b07 feat(website): add QQ group QR code to navigation bar (#572)
Add a "QQ Group" tab in the site header that opens a centered modal
with the QR code image. Includes mobile menu support and i18n.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 19:17:15 +08:00
ekko 9507cbcc71 fix(website): improve mobile responsiveness (#554) 2026-05-09 08:43:05 +08:00
ekko 9edb76ac64 feat: add landing page and docs website (#537)
* feat: add landing page and docs website package

Add packages/website — a Vue 3 + Naive UI static site with landing page
and documentation, sharing the Pure Ink monochrome design with the main
app. Features: particle network hero animation, screenshot carousel,
feature grid, install guide tabs, GitHub star history, scroll reveal
animations, and Chinese/English bilingual support.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* chore: add favicon to website package

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* fix: use dynamic theme param for star history chart

Switch from CSS media query to JS-based dark mode detection so the
star-history SVG matches the current theme toggle state.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* fix: resolve TypeScript strict mode errors in website components

- Remove unused isDark import in HeroSection
- Add null check for canvas parent element
- Rename unused img loop variable in ScreenshotsSection
- Remove unused NIcon import in SiteHeader

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* fix: resolve TS narrowing errors in canvas resize closure

Use canvasRef.value directly inside resize() with local null check
instead of relying on outer closure narrowing.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-08 13:36:11 +08:00