clean99
clean99
[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] ### 🤔 This is a ... - [ ] New feature - [ ] Bug fix - [ ] Site / documentation update - [ ]...
[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] ### 🤔 This is a ... - [ ] New feature - [ ] Bug fix - [ ] Site / documentation update - [ ]...
## Summary I use `npm run lint` and there is no error but the git actions CI shows there are format problems, this makes me unable to use `npm run...
lack a space: `head(x) ==="**" ` -> `head(x) === "**"`
# Issue #777
[[中文版模板 / Chinese template](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] ### 🤔 This is a ... - [ ] New feature - [ ] Bug fix - [ ] Site / documentation update - [ ]...
Following up with #70 , we now have a potential way to evaluate the result provided by the system. Meanwhile, we can generate instructions automatically by vision comparison. Now our...
## Motivation Refactor website(New account) code, removing unnecessary code and following best practice to make it clearer ## Test Plan I'd like to contribute some unit testing later on~
## Motivation Website dark mode by default is dark, update to follow the system setting.