0x3lang

Results 60 comments of 0x3lang

就是这么设计的哈,你的场景是不是用 `Checkbox` 或者 `Switch` 更合适?

> 😯我看到了。如果`checkbox`支持的自定义图标的话 应该也是可以的。其实就是一个类似于签署协议的选项,如果这样设计的话。可以考虑对TS定义进行优化,把radio对`checked`等属性的声明Omit掉 `Checkbox` 支持自定义图标的 关于 `Radio` ts定义 确实可以优化

@aiko-chan-ai Hi, hope I can get your help 🥹🥹 How to catch all errors How to safely destroy instances

> What I normally do is throw the following code into another file and then in my index.js call it like require("./antiCrash.js")(); > > ```js > module.exports = () =>...

> same here, I run about 900 requests/minutes. After about 10 minutes, CycleTLS seems to be non-responsive where all requests are timed out with status 408. > > Sometimes it...

请在业务内使用样式表覆盖,打包产物的问题需要额外修复

当前 `IndexBar` 的 `itemRender` 属性应该能完成需求,至于拓展接口近期没有计划(忙不过来🥹)