Try our Chrome extension
Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!Changedetection.io needs your support!
You can help us by supporting changedetection.io on these platforms;
- Rate us at AlternativeTo.net
- Star us on GitHub
- Follow us at Twitter/X
- G2 Software reviews
- Check us out on LinkedIn
- And tell your friends and colleagues :)
The more popular changedetection.io is, the more time we can dedicate to adding amazing features!
Many thanks :)
changedetection.io team
尚未 秒前
False
尚未 秒前
触发文本 忽略文本 阻止文本
28分钟前
Skip to content
Navigation Menu
Sign in Appearance settings
* Platform
+ AI CODE CREATION
o GitHub Copilot Write better code with AI
o GitHub Copilot app Direct agents from issue to merge
o MCP Registry Integrate external tools
+ DEVELOPER WORKFLOWS
o Actions Automate any workflow
o Codespaces Instant dev environments
o Issues Plan and track work
o Code Review Manage code changes
o Code Quality Enforce quality at merge
+ APPLICATION SECURITY
o GitHub Advanced Security Find and fix vulnerabilities
o Code security Secure your code as you build
o Secret protection Stop leaks before they start
+ EXPLORE
o Why GitHub
o Documentation
o Blog
o Changelog
o Marketplace
View all features
* Solutions
+ BY COMPANY SIZE
o Enterprises
o Small and medium teams
o Startups
o Nonprofits
+ BY USE CASE
o App Modernization
o DevSecOps
o DevOps
o CI/CD
o View all use cases
+ BY INDUSTRY
o Healthcare
o Financial services
o Manufacturing
o Government
o View all industries
View all solutions
* Resources
+ EXPLORE BY TOPIC
o AI
o Software Development
o DevOps
o Security
o View all topics
+ EXPLORE BY TYPE
o Customer stories
o Events & webinars
o Ebooks & reports
o Business insights
o GitHub Skills
+ SUPPORT & SERVICES
o Documentation
o Customer support
o Community forum
o Trust center
o Partners
View all resources
* Open Source
+ COMMUNITY
o GitHub Sponsors Fund open source developers
+ PROGRAMS
o Security Lab
o Maintainer Community
o Accelerator
o GitHub Stars
o Archive Program
+ REPOSITORIES
o Topics
o Trending
o Collections
* Enterprise
+ ENTERPRISE SOLUTIONS
o Enterprise platform AI-powered developer platform
+ AVAILABLE ADD-ONS
o GitHub Advanced Security Enterprise-grade security features
o Copilot for Business Enterprise-grade AI features
o Premium Support Enterprise-grade 24/7 support
* Pricing
Type / to search
Sign in
Sign up Appearance settings
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Uh oh!
There was an error while loading. Please reload this page.
ant-design / ant-design Public
* Uh oh!
There was an error while loading. Please reload this page.
* Notifications You must be signed in to change notification settings
* Fork 54.7k
* Star 99k
* Code
* Issues 1k
* Pull requests 66
* Discussions
* Actions
* Projects
* Wiki
* Security and quality 0
* Insights
Additional navigation options
* Code
* Issues
* Pull requests
* Discussions
* Actions
* Projects
* Wiki
* Security and quality
* Insights
master
Branches Tags
Go to file
Code
Open more actions menu
Folders and files
Name Name Last commit message Last commit date
Latest commit
History
32,815 Commits
32,815 Commits
.agents/ skills .agents/ skills
.claude .claude
.cursor .cursor
.devcontainer .devcontainer
.dumi .dumi
.github .github
.husky .husky
alias alias
components components
docs docs
functions functions
public public
scripts scripts
tests tests
typings typings
vitest vitest
.antd-tools.config.js .antd-tools.config.js
.depslintrc.js .depslintrc.js
.dockerignore .dockerignore
.dumirc.ts .dumirc.ts
.editorconfig .editorconfig
.fatherrc.ts .fatherrc.ts
.gitignore .gitignore
.gitpod.yml .gitpod.yml
.jest.image.js .jest.image.js
.jest.js .jest.js
.jest.node.js .jest.node.js
.jest.site.js .jest.site.js
.lintstagedrc.json .lintstagedrc.json
.ncurc.js .ncurc.js
.npmignore .npmignore
.npmrc .npmrc
.prettierignore .prettierignore
.prettierrc .prettierrc
.remarkrc.js .remarkrc.js
.surgeignore .surgeignore
AGENTS.md AGENTS.md
BUG_VERSIONS.json BUG_VERSIONS.json
CHANGELOG.en-US.md CHANGELOG.en-US.md
CHANGELOG.zh-CN.md CHANGELOG.zh-CN.md
CLAUDE.md CLAUDE.md
CNAME CNAME
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md
DESIGN.md DESIGN.md
LICENSE LICENSE
README-zh_CN.md README-zh_CN.md
README.md README.md
SECURITY.md SECURITY.md
biome.json biome.json
codecov.yml codecov.yml
contributors.json contributors.json
eslint.config.mjs eslint.config.mjs
index-style-only.js index-style-only.js
index-with-locales.js index-with-locales.js
index.js index.js
jest-puppeteer.config.js jest-puppeteer.config.js
mako.config.json mako.config.json
package.json package.json
react-doctor.config.json react-doctor.config.json
renovate.json renovate.json
tsconfig-old-react.json tsconfig-old-react.json
tsconfig.json tsconfig.json
vitest.config.ts vitest.config.ts
vitest.setup.ts vitest.setup.ts
webpack.config.js webpack.config.js
View all files
Repository files navigation
*
* README
* Code of conduct
* Contributing
* License
* Security
More items
Ant Design
An enterprise-class UI design language and React UI library.
Changelog · Report Bug · Request Feature · English · 中文
❤️ Sponsors
✨ Features
* 🌈 Enterprise-class UI designed for web applications.
* 📦 A set of high-quality React components out of the box.
* 🛡 Written in TypeScript with predictable static types.
* ⚙️ Whole package of design resources and development tools.
* 🌍 Internationalization support for dozens of languages.
* 🎨 Powerful theme customization based on CSS-in-JS.
🖥 Environment Support
* Modern browsers
* Server-side Rendering
* Electron
Edge Firefox Chrome Safari Electron
Edge last 2 versions last 2 versions last 2 versions last 2 versions
📦 Install
npm install antd
yarn add antd
pnpm add antd
bun add antd
🔨 Usage
import { Button, DatePicker } from 'antd';
export default () => (
<>
<Button type="primary">PRESS ME</Button>
<DatePicker placeholder="select date" />
</>
);
🔗 Links
* Home page
* Components Overview
* Sponsor
* Change Log
* rc-components
* 🆕 Ant Design X
* Ant Design Pro
* Pro Components
* Ant Design Mobile
* Ant Design Mini
* Ant Design Charts
* Ant Design Web3
* Landing Pages
* Ant Motion
* Scaffold Market
* Developer Instruction
* Versioning Release Note
* FAQ
* Online Playground for bug reports
* Customize Theme
* How to Apply for Being A Collaborator
⌨️ Development
Use opensumi.run, a free online pure front-end dev environment.
Or clone locally:
$ git clone git@github.com:ant-design/ant-design.git
$ cd ant-design
$ npm install
$ npm start
Open your browser and visit http://127.0.0.1:8001, see more at Development.
🤝 Contributing
Let's build a better antd together.
We warmly invite contributions from everyone. Before you get started, please take a moment to review our Contribution Guide. Feel free to share your ideas through Pull Requests or GitHub Issues. If you're interested in enhancing our codebase, explore the Development Instructions and enjoy your coding journey! :)
For collaborators, adhere to our Pull Request Principle and utilize our Pull Request Template when creating a Pull Request.
Issue funding
We use Issuehunt to up-vote and promote specific features that you would like to see and implement. Check our backlog and help us:
❤️ Backers
About
An enterprise-class UI design language and React UI library
ant.design
Topics
ant-designantddesign-systemsreacttypescriptui-kitui-library
Resources
Readme
License
Code of conduct
Code of conduct
Contributing
Contributing
Security policy
Security policy
Activity
Custom properties
Stars
99.0k stars
Watchers
249 watching
Forks
54.7k forks
Report repository
Releases
Sponsor this project
Used by
Contributors
Languages
Footer
© 2026 GitHub, Inc.
Footer navigation
* Terms
* Privacy
* Security
* Status
* Community
* Docs
* Contact
* Manage cookies
* Do not share my personal information
You can’t perform that action at this time.
目前差异仅按文本比较,非图形对比,只提供最新截图。
截图需要支持截图的内容抓取器(如 Sockpuppetbrowser、Selenium 等)。