zoy

Results 9 comments of zoy

太需要了, 非常感谢!非常感谢!非常感谢! 重要的事说三遍 哈哈哈

Q1: ![antd](https://user-images.githubusercontent.com/15136058/76140233-03e4b280-6093-11ea-9a62-3207272d2e90.jpg) 优势: 1. 周边工具有完整的闭环 2. 文档清晰 (最近更新4, 文档打开非常慢, 可能我是移动的网- -!) 3. 有一线技术支撑, 明确是中后台框架, 内部应该有很多业务实践 4. 组件覆盖大部分应用场景, 相对适合国人使用 5. 给出了框架, 也给了设计规范 劣势: 1. 用了很多rc组件,不利于阅读和调试 2. 一些动画视觉上有点卡(hhhhh) 3. 改用hooks ? (猜测...

Used in our chat software to preview images, Great library

Are there any other components that can be assigned? I want to develop one 🤠

hi self-recommendation, I implemented one, if needed I can transfer this library to `mui` [styils](https://github.com/styils/styils)🤠

I can try to completely solve this problem, but I still need to continue verifying if there are any side effects. https://github.com/user-attachments/assets/e5d09768-94f2-4f3a-9adf-d48c962df4e5

@hopejr No, it's just that I was too lazy to write an event handler, so I used the close button instead. ```js mainWindow.on("close", (event)=>{ event.preventDefault() ... }) ```

> Is there a reason why the actual Maximise button is missing? I've got that happening on one of my projects, but can't replicate it in a gist. When this...

It seems that this can only be reproduced in `Fiddle`? the issue doesn’t appear in our application.