Skip to content

Commit

Permalink
预览
Browse files Browse the repository at this point in the history
  • Loading branch information
Win102021DMMRWQ\Administrator committed Aug 7, 2023
1 parent 6aecfef commit 0d2502d
Show file tree
Hide file tree
Showing 42 changed files with 644 additions and 312 deletions.
Empty file added favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/editor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>Mojito-可视化低代码开发平台</title>
</head>
<body>
<div id="root"></div>
Expand Down
16 changes: 8 additions & 8 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"@babel/standalone": "^7.22.5",
"@mojito/common": "workspace:^",
"@monaco-editor/react": "^4.5.1",
"@types/systemjs": "^6.13.1",
"@types/uuid": "^9.0.2",
"@vitejs/plugin-react": "^4.0.1",
"ahooks": "^3.7.8",
"antd": "^5.7.2",
"classnames": "^2.3.2",
Expand All @@ -27,18 +24,21 @@
"react-dnd-html5-backend": "^16.0.1",
"react-moveable": "^0.52.1",
"react-router-dom": "^6.14.0",
"rollup-plugin-visualizer": "^5.9.2",
"shadow-style-loader": "^1.0.1",
"systemjs": "^6.14.1",
"terser": "^5.19.2",
"transform-parser": "^1.0.1",
"ts-md5": "^1.3.1",
"uuid": "^9.0.0",
"vite": "^4.3.9"
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/babel__standalone": "^7.1.4",
"@types/lodash-es": "^4.17.8",
"@types/node": "20.3.2",
"env-cmd": "^10.1.0"
"@types/systemjs": "^6.13.1",
"@types/uuid": "^9.0.2",
"@vitejs/plugin-react": "^4.0.1",
"env-cmd": "^10.1.0",
"rollup-plugin-visualizer": "^5.9.2",
"vite": "^4.3.9"
}
}
30 changes: 30 additions & 0 deletions packages/editor/public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0d2502d

Please sign in to comment.