thinkasany
thinkasany
1. ```tsx 和 ```html 颜色有点不太一样的,看文档几乎都是html确实也更好看,这边统一一下 2. 事例中缺少hook const [open2, setOpen2] = useState(false); 3. ts type.: any -> TouchEvent 4. search 组件按钮的交互 & close 鼠标移入 transition other:缩进
### 🤔 This is a ... - [x] 🆕 New feature 这个任务优先级为语义化系列最低级的,大致放在最后一个做(根据时间充裕情况来考虑是否重构List组件(可能是样式 / dom结构的大重构))。 ### 📝 Change Log | Language | Changelog | | ---------- | --------- | | 🇺🇸...
皮套猫可以分析出pr中的版本升级,能否提供一个类似 dependabot 评论的 compare view 功能呢,感觉对于处理依赖升级的pr有很大的帮助,比如 CR 或者 后期溯源排查。 https://github.com/react-component/tree/compare/v5.9.0...v5.10.0  
### Code of Conduct - [x] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/.github/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/zh/support/sharing-feedback-with-github ### What part(s)...
### What problem does this feature solve? 希望能够支持自定义锚点功能,如 vitepress 这样子的效果。 https://vitepress.dev/zh/guide/markdown#custom-anchors  antd 的语义化功能的二级分类,有时候跳过过来,如果能锚点定位到具体的 demo 会方便很多,但是目前默认点过来会变成 tag#tagcheckabletaggroup-1,如果遇到中文demo的话,就是更奇怪的名字了,在文档的维护上会比较麻烦。  ### Possible Solution (optional) _No response_