lzy1960
Results
2
issues of
lzy1960
## Terminal used linux zsh ## OS Ubuntu 22.04.3 in wsl2 ```sh ➜ uname -a Linux GOD-BOOK 5.15.133.1-microsoft-standard-WSL2 #1 SMP Thu Oct 5 21:02:42 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux...
question
### 这个功能解决了什么问题? 比如:有的项目``统一要求字号为16px,只需在全局配置`button.size`为`large`即可,无需在每个按钮处添加此属性 ### 你期望的 API 是什么样子的? ```ts // vite.config.ts export default defineConfig({ wot: { // ... preset: { button: { size: 'large' }, // ... } } }) ```
feature: need confirm