Skip to content

Commit 7c912ba

Browse files
committed
chore: make minor adjustments and refinements
1 parent 51a1439 commit 7c912ba

File tree

4 files changed

+4
-36
lines changed

4 files changed

+4
-36
lines changed

.DS_Store

0 Bytes
Binary file not shown.

manifest.json

-32
This file was deleted.

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "DeepSeek AI",
44
"description": "DeepSeek AI助手旨在为用户提供即时、智能的网页内容分析与回答服务。通过集成先进的人工智能大模型,用户可以轻松选择网页上的任何文本内容,并立即获得深度、准确的AI回答。",
5-
"version": "1.5.0",
5+
"version": "1.7.1",
66
"permissions": ["storage", "contextMenus", "scripting", "commands"],
77
"content_scripts": [
88
{

src/style.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -900,8 +900,8 @@
900900
/* 图标容器样式 */
901901
.icon-container {
902902
position: absolute;
903-
bottom: -25px;
904-
right: -15px;
903+
bottom: -20px;
904+
right: -5px;
905905
display: none;
906906
gap: 2px;
907907
align-items: center;
@@ -927,7 +927,7 @@
927927
display: flex;
928928
align-items: center;
929929
justify-content: center;
930-
padding: 4px;
930+
padding: 2px;
931931
border-radius: 6px;
932932
transition: all 0.2s ease;
933933
}

0 commit comments

Comments
 (0)