Super12138
Super12138
mdui版本:V1.0.2 --------------------------- 这是一个(可多选) * [ ] bug 反馈 * [x] 功能建议 * [x] 新组件或新特性 --------------------------- * 使用平台:如 Android、iOS、Windows、Linux、MacOS 等 * 浏览器及版本:Chrome 103.0.5057.0 (64-bit) ### 预期结果 可以添加一个适合Material Design的html取色器。
After creating text on the costumes page, a "custom font" can be added to the font selection menu. 
### Checklist / 检查清单 - [X] No one has submitted a similar or identical feature request before. / 之前没有人提交过类似或相同的功能请求。 - [X] This suggestion does not depart from the original intention...
在使用`@mdui/icons`组件导入图标后,报错 `TS2551`:  打包也会报错: ```bash error TS2551: Property 'MduiIconSearchOutlined' does not exist on type '{ "MduiIconSearch-Outlined": unknown; }'. Did you mean 'MduiIconSearch-Outlined'? ``` 代码精简过后是这样的: ```vue import '@mdui/icons/search--outlined.js'; ``` 已经确保在`vite.config.ts`中添加: ```ts...