soybeanjs / soybean-admin

A clean, elegant, beautiful and powerful admin template, based on Vue3, Vite5, TypeScript, Pinia, NaiveUI and UnoCSS. 一个清新优雅、高颜值且功能强大的后台管理模板,基于最新的前端技术栈,包括 Vue3, Vite5, TypeScript, Pinia, NaiveUI 和 UnoCSS。

Home Page:https://soybeanjs.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Refactor]: 主题系统设计: 将 theme tokens 和 theme settings 进行合并

honghuangdc opened this issue · comments

当前的 theme tokenstheme settings 是分离的
设计缘故:
theme tokens 用于统一UI框架和UnoCSS的样式,而 theme settings 用于管理项目的一些主题配置

变更:
theme tokenstheme settings 进行合并,统一成 theme tokens,方便进行统一管理

属于破坏性更新,放到 v1.2 中,待定

暂时不考虑该变更了,破坏性更新较大