94 Commits

Author SHA1 Message Date
e6e3c8eda9 update
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled
2026-05-18 05:10:57 -06:00
cf09b8dd08 update 2026-05-18 05:01:36 -06:00
783359af98 docs: add terminal theme redesign implementation plan
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 04:50:06 -06:00
fa2c943817 docs: add terminal theme redesign spec (Dracula purple focus)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 04:46:30 -06:00
27e3722668 redesign: cyberpunk theme — CP2077 palette + glitch title + HUD corner brackets
Switch from Matrix green to Cyberpunk 2077 yellow/pink/cyan palette.
Add combined RGB-split + glitch-tear title animation, HUD corner bracket
markers on cards via ::before, yellow bottom-border accent on buttons,
and yellow-tinted scanline sweep.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 04:35:23 -06:00
8c750b880a fix: use pixel values for diagonal AC background scroll
Percentage-based background-position translates to unequal pixel offsets
(268px X vs 768px Y on a 1280x768 viewport), making the movement appear
mostly vertical. Equal pixel values (1012px, 1012px) give a true 45-degree
diagonal. X loops seamlessly at the tile width boundary.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 04:23:14 -06:00
7438498d4b feat: add diagonal scroll animation to AC tile background
@keyframes ac-bg-scroll mirrors the reference site's bgScroll:
background-position 100%0% → 0%100% over 80s infinite.
Disabled via prefers-reduced-motion.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 04:18:30 -06:00
8f44a3186a feat: add leaf tile texture to Animal Crossing theme
Downloads home_bg webp from animal-island-ui reference and tiles it
over the page background. Light mode 60% opacity on cream, dark mode
12% opacity on forest green.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 04:16:51 -06:00
a2aba434a8 fix: minecraft light mode button hover uses stone-gray not charcoal
The base hover rule hardcoded rgba(82,82,82) which leaked dark charcoal
into light mode. Override with rgba(218,218,218) for Overworld Day.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 04:09:22 -06:00
0e60bbee4d style: run prettier after minecraft theme 2026-05-18 04:04:18 -06:00
629f461c33 feat: add minecraft light mode CSS 2026-05-18 04:02:59 -06:00
9d4cb74280 feat: add minecraft dark mode CSS 2026-05-18 03:57:44 -06:00
29d8ed18c0 feat: add minecraft labels for all 11 languages 2026-05-18 03:56:13 -06:00
4cd9a13f3b feat: register minecraft theme slug 2026-05-18 03:54:29 -06:00
c46cd06954 update
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled
2026-05-18 03:44:07 -06:00
ce3be0143a feat: AC card 3D ledge press effect matching button style
- default: rgb(189,174,160)/rgb(15,30,15) 0px 5px 0px 0px ledge
- hover: ledge grows to 7px + translateY(-2px)
- active: translateY(5px) + box-shadow none (press-in collapse)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 03:43:07 -06:00
00cdb383ee feat: AC button pill shape with 3D ledge press effect
- border-radius: 50px (pill shape matching animal-island-ui reference)
- box-shadow ledge: rgb(189,174,160) 0 5px in light, rgb(15,30,15) 0 5px in dark
- :active collapses ledge with translateY(5px) + box-shadow: none
- :hover lifts to 7px ledge
- fix: index.html fallback label Animal Crossing (was 动森)
- fix: remove redundant color on .card:hover

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 03:41:35 -06:00
d1ccf962ea style: run prettier after animal-crossing theme 2026-05-18 03:37:24 -06:00
d015363430 feat: add animal-crossing dark mode CSS 2026-05-18 03:35:27 -06:00
fe6c9dbe5d feat: add animal-crossing light mode CSS 2026-05-18 03:30:14 -06:00
2517a84713 feat: add animal-crossing labels for all 11 languages 2026-05-18 03:27:43 -06:00
2f6e5e4842 feat: register animal-crossing theme slug 2026-05-18 03:26:26 -06:00
29853d9c14 docs: add Animal Crossing theme design spec
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 03:19:33 -06:00
9d457caefd fix
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled
2026-04-16 01:49:49 -06:00
3fb59b9c89 add theme
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled
2026-04-16 01:39:30 -06:00
879f308871 update
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled
2026-04-02 06:25:27 -06:00
bbe843fc54 update
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled
2026-04-02 06:22:13 -06:00
90632dcd25 add url
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled
2026-04-02 06:18:47 -06:00
5308047b2d update 2026-01-19 10:49:09 +08:00
e575ccd71a fix 2026-01-18 21:18:04 +08:00
e28197aa41 update 2026-01-15 14:58:45 +08:00
76d69745b5 update 2026-01-15 14:33:59 +08:00
46b94a3218 update 2026-01-15 11:17:42 +08:00
ed880fd57d add i18n
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled
2026-01-15 11:13:41 +08:00
e5c6db95b7 fix 2026-01-14 23:31:42 +08:00
c1e5b48038 fix 2026-01-14 23:29:28 +08:00
36c32feb01 add actions 2026-01-14 23:26:04 +08:00
d13f895965 update 2026-01-14 23:23:55 +08:00
bbce4c8eec update 2026-01-14 22:38:28 +08:00
137f3e7988 update
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled
2026-01-13 22:42:14 +08:00
8ccbdf4a2e 多种主题的切换 2026-01-13 21:59:11 +08:00
e3122b6068 update 2026-01-06 10:14:07 +08:00
263283b215 fluent UI design
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled
2025-12-29 21:00:35 +08:00
a3176becf3 update
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled
2025-09-17 12:06:18 +08:00
84a3f35c6f revert 2025-09-17 12:03:06 +08:00
bf8fc9cd8a update
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled
update

no gay
2025-09-17 11:53:51 +08:00
6e21ba00dd Update main.js 2025-08-29 10:14:17 +08:00
0104464f3e update 2025-05-14 19:21:22 +08:00
75f5d38aaf update 2025-05-09 15:30:33 +08:00
c9b88574a2 环境变量 2025-05-08 19:40:02 +08:00