mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
5bb8e405bb
* refactor: optimize theme script to prevent render-blocking - Move theme script from `public/` to `src/scripts/` - Split into minimal inline script (FOUC prevention) + external script (non-blocking) - Rename `primaryColorScheme` to `initialColorScheme` - Rename `toggle-theme.js` to `theme.ts` - Use TypeScript for theme script - Update docs for theme customization