Skip to content

Commit

Permalink
添加透明度控制
Browse files Browse the repository at this point in the history
  • Loading branch information
greatanimalion committed Aug 26, 2024
1 parent 91c37e4 commit 9b782d4
Show file tree
Hide file tree
Showing 26 changed files with 575 additions and 64 deletions.
1 change: 1 addition & 0 deletions dist/assets/contentPage-BULgnV61.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#app{width:270px;height:300px;background-color:#fff}*{margin:0;padding:0}
1 change: 1 addition & 0 deletions dist/assets/popup-BNkx8v9l.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#app{width:139px}#control{display:flex;margin-top:10px}#control>#text{width:60px;font-size:small;display:flex;align-items:center}
1 change: 1 addition & 0 deletions dist/assets/popup-Db6paIIa.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#app{width:139px}#control{display:flex;margin-top:10px}#control>#text{width:60px;padding-right:10px;font-size:small;display:flex;align-items:center}
1 change: 1 addition & 0 deletions dist/assets/popup-Dd1P5HIw.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#app{width:139px}#control{display:flex}
1 change: 1 addition & 0 deletions dist/assets/popup-c899P1H7.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#app{width:139px}#control{display:flex;margin-top:10px;padding-right:10px}#control>#text{width:60px;font-size:small;display:flex;align-items:center}
22 changes: 13 additions & 9 deletions dist/content/content.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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/ButtonBase-BHj4VbCb.js">
<link rel="stylesheet" crossorigin href="/assets/contentPage-CbE2oDwg.css">
<link rel="modulepreload" crossorigin href="/js/ButtonBase-8la9PwCJ.js">
<link rel="stylesheet" crossorigin href="/assets/contentPage-BULgnV61.css">
</head>
<body>
<div id="root"></div>
Expand Down
Loading

0 comments on commit 9b782d4

Please sign in to comment.