This commit is contained in:
jxxghp
2024-02-27 18:55:57 +08:00
parent 9044b56e55
commit 2946fec671
4 changed files with 2 additions and 2 deletions

BIN
icons/NeoDB.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

View File

@@ -379,7 +379,7 @@
"name": "NeoDB 想看",
"description": "同步 NeoDB 想看条目,自动添加订阅",
"version": "1.0",
"icon": "neodb.png",
"icon": "NeoDB.jpeg",
"author": "hcplantern",
"level": 1
}

View File

@@ -30,7 +30,7 @@ class NeoDBSync(_PluginBase):
# 插件描述
plugin_desc = "同步 NeoDB 想看数据,自动添加订阅。"
# 插件图标
plugin_icon = "neodb.png"
plugin_icon = "NeoDB.jpeg"
# 插件版本
plugin_version = "1.0"
# 插件作者