Cat73

Results 90 comments of Cat73

@yeahwu 所以说为神马是你给转0.0

木有- - 我也成酱紫了- -

似乎是获取 status 没有返回内容就酱紫了- -

@yeahwu @Cat7373 也是你。

Swift 开发,感觉 win 版本可能性不大,除非从零开始重新开发,而且维护两套代码 (许愿 iOS 和 iPad 版

开虚拟网卡也会断,本质上是核心跟着 UI 一起被杀掉了

hmmm 不是样式声明顺序问题,是 css 的 layer 问题([参考文档](https://developer.mozilla.org/en-US/docs/Web/CSS/@layer)),就像这样: 不过经过刚才更多的了解,tailwindcss 似乎走的有点快,css layer 大概在三年前才被主流浏览器全面支持的样子,所以 naive-ui 如果想正常的与 TailwindCSS 4 兼容,可能最好是增加一个配置,选择是否启用 css layer,并警告用户这样做的风险(可能不兼容 22 年之前的浏览器),或者提醒用户最好先不要升级到 TailwindCSS 4

我已经选择[先降级 TailwindCSS](https://github.com/Cat7373/linuxdo-dof-ui/commit/1795e8cc16a641805582a6077c22e1afa286d5f2) 了

> > [@Inori-Lover](https://github.com/Inori-Lover) 这样就行了,甚至你可以完全删除[@layer](https://github.com/layer) > > [@layer](https://github.com/layer) theme, base, components, utilities; > > [@import](https://github.com/import) 'tailwindcss/theme.css' layer(theme); > > /* [@import](https://github.com/import) 'tailwindcss/preflight.css' layer(base); _/ > > /_ [@import](https://github.com/import) 'tailwindcss/utilities.css' layer(utilities); */...

加了一丢丢日志 hhhh