修改图标,注释掉跳转和文字

This commit is contained in:
halliday 2025-04-29 19:18:31 +08:00
parent f5312d23da
commit 35ece0e317
4 changed files with 8 additions and 14 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -37,9 +37,7 @@
"downloads.open" "downloads.open"
], ],
"background": { "background": {
"scripts": [ "scripts": ["background.js"]
"background.js"
]
}, },
"icons": { "icons": {
"16": "logo/16.png", "16": "logo/16.png",
@ -51,9 +49,7 @@
"run_at": "document_start", "run_at": "document_start",
"all_frames": true, "all_frames": true,
"match_about_blank": true, "match_about_blank": true,
"matches": [ "matches": ["<all_urls>"],
"<all_urls>"
],
"js": [ "js": [
"content/jquery.min.js", "content/jquery.min.js",
"content/content.js", "content/content.js",
@ -63,9 +59,7 @@
"content/search.js", "content/search.js",
"content/record.js" "content/record.js"
], ],
"css": [ "css": ["content/style.css"]
"content/style.css"
]
} }
], ],
"browser_action": { "browser_action": {
@ -76,4 +70,4 @@
"page": "option.html", "page": "option.html",
"browser_style": false "browser_style": false
} }
} }

View File

@ -17,9 +17,9 @@
</head> </head>
<body id="body"> <body id="body">
<div class="review"> <!-- <div class="review">
<p>Ruto wishes you a happy and prosperous new year</p> <p>Ruto wishes you a happy and prosperous new year</p>
</div> </div> -->
<div id="version" class="flex-containers"> <div id="version" class="flex-containers">
<div <div
class="onoffswitch" class="onoffswitch"
@ -52,9 +52,9 @@
data-balloon="Write a review" data-balloon="Write a review"
data-balloon-pos="left" data-balloon-pos="left"
> >
<a href="http://tiny.cc/rutoff" target="_blank"> <!-- <a href="http://tiny.cc/rutoff" target="_blank">
<img src="./logo/icon/love.svg" alt="review" /> <img src="./logo/icon/love.svg" alt="review" />
</a> </a> -->
</div> </div>
</div> </div>
<hr /> <hr />