Skip to content

Commit

Permalink
更换material-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
greatanimalion committed Aug 26, 2024
1 parent 41ebf2e commit 91c37e4
Show file tree
Hide file tree
Showing 20 changed files with 1,138 additions and 950 deletions.
1 change: 1 addition & 0 deletions dist/assets/contentPage-CbE2oDwg.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#app{width:270px;margin:5px auto 0;height:300px;background-color:#fff;box-shadow:0 0 7px 1px #a5a5a5}*{margin:0;padding:0}
1 change: 1 addition & 0 deletions dist/assets/contentPage-DNSroL7W.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#app{width:270px;margin:5px auto 0;height:300px;background-color:#878787;box-shadow:0 0 7px 1px #a5a5a5}*{margin:0;padding:0}
1 change: 1 addition & 0 deletions dist/assets/contentPage-kmmt2CHa.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#app{width:261px;margin:5px auto 0;height:300px;background-color:#fff;border-radius:5px;box-shadow:0 0 7px 1px #a5a5a5}*{margin:0;padding:0}
1 change: 1 addition & 0 deletions dist/assets/popup-BjZ_jgmG.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#app{width:180px}
1 change: 1 addition & 0 deletions dist/assets/popup-CtIV95Yl.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#app{width:139px}
2 changes: 1 addition & 1 deletion dist/contentPage/contentPage.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/contentPage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Measuring Tools</title>
<script type="module" crossorigin src="/contentPage/contentPage.js"></script>
<link rel="modulepreload" crossorigin href="/js/client-B7nMxStY.js">
<link rel="stylesheet" crossorigin href="/assets/contentPage-i4Tcqm5Z.css">
<link rel="modulepreload" crossorigin href="/js/ButtonBase-BHj4VbCb.js">
<link rel="stylesheet" crossorigin href="/assets/contentPage-CbE2oDwg.css">
</head>
<body>
<div id="root"></div>
Expand Down
128 changes: 128 additions & 0 deletions dist/js/ButtonBase-BHj4VbCb.js

Large diffs are not rendered by default.

128 changes: 128 additions & 0 deletions dist/js/ButtonBase-BVCbsIha.js

Large diffs are not rendered by default.

128 changes: 128 additions & 0 deletions dist/js/ButtonBase-Cei3YEY4.js

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions dist/js/client-__Hnot74.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/popup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Measuring Tools </title>
<script type="module" crossorigin src="/popup/popup.js"></script>
<link rel="modulepreload" crossorigin href="/js/client-B7nMxStY.js">
<link rel="stylesheet" crossorigin href="/assets/popup-D9HIifOd.css">
<link rel="modulepreload" crossorigin href="/js/ButtonBase-BHj4VbCb.js">
<link rel="stylesheet" crossorigin href="/assets/popup-CtIV95Yl.css">
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion dist/popup/popup.js

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,19 @@
},
"dependencies": {
"@ant-design/icons": "^5.4.0",
"antd": "^5.20.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^5.16.7",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"react-swipeable-views": "^0.14.0"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/node": "^22.5.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-swipeable-views": "^0.13.5",
"@vitejs/plugin-react": "^4.3.1",
"chrome-types": "^0.1.301",
"eslint": "^9.9.0",
Expand Down
Loading

0 comments on commit 91c37e4

Please sign in to comment.