Skip to content

Commit

Permalink
修复群助手透明度异常
Browse files Browse the repository at this point in the history
  • Loading branch information
xh321 committed Mar 12, 2024
1 parent e5bbca3 commit ed680af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "背景插件",
"slug": "background_plugin",
"description": "在QQNT聊天界面轮播展示背景图,同时让QQNT界面透明化以便更好地展示背景图。",
"version": "0.2.16",
"version": "0.2.17",
"icon": "./icon.png",
"authors": [
{
Expand All @@ -16,7 +16,7 @@
"repo": "xh321/LiteLoaderQQNT-Background-Plugin",
"branch": "master",
"release": {
"tag": "0.2.16",
"tag": "0.2.17",
"file": "Background.zip"
}
},
Expand Down
4 changes: 2 additions & 2 deletions renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,7 @@ function onLoad() {
}
.group-assistent-list__top{
background-color: rgb(0 0 0 / 70%)!important;
background-color: rgb(0 0 0 / 0%)!important;
}
.q-context-sub-menu__container , .q-context-menu{
Expand Down Expand Up @@ -2036,7 +2036,7 @@ function onLoad() {
}
.group-assistent-list__top{
background-color: rgb(255 255 255 / 70%)!important;
background-color: rgb(255 255 255 / 20%)!important;
}
.q-context-sub-menu__container , .q-context-menu{
Expand Down

0 comments on commit ed680af

Please sign in to comment.