跳到主要内容
linwis_
_
Home
Blog
Projects
Archive
About
搜索
Ctrl K
Home
Blog
Projects
Archive
About
← /blog
Frontend
前端工程实践:框架、构建工具、样式系统与浏览器端优化。
2026-08-28
Astro Content Collections 内容建模实践
用 Content Collections 给博客加上 schema 校验:frontmatter 类型安全、category 枚举校验与定时发布的实现。
2026-08-20
Tailwind CSS v4 的 Design Tokens 实践
用 CSS 变量 + @theme 管理明暗双主题的设计令牌,告别无意义的工具类堆砌。
2026-08-12
TypeScript 品牌类型与类型收窄笔记
用品牌类型(Branded Types)让「合法的 string」和「随便的 string」在类型层面区分开,附几个日常收窄技巧。
Esc