添加单行文本组件

This commit is contained in:
2023-05-04 19:26:58 +08:00
parent 5516c6008b
commit 81f7f0563d
19 changed files with 153532 additions and 17558 deletions

View File

@@ -1,5 +1,5 @@
{
"name":"dooringx-example",
"name": "dooringx-example",
"version": "0.0.1",
"private": true,
"scripts": {
@@ -23,16 +23,18 @@
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"antd": "^4.15.2",
"@ant-design/pro-components": "^2.4.6",
"@ant-design/pro-layout": "^6.5.0",
"@umijs/preset-react": "1.x",
"umi": "^3.5.20",
"animate.css": "^4.1.1"
"animate.css": "^4.1.1",
"antd": "^4.15.2",
"umi": "^3.5.20"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@umijs/test": "^3.5.4",
"antd-colorpicker": "^1.0.0",
"lint-staged": "^10.0.7",
"prettier": "^2.2.0",
"react": "17.x",