mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-24 07:26:48 +00:00
fix icon
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
"name": "ChatGPT",
|
||||
"description": "消息交互支持与ChatGPT对话。",
|
||||
"version": "1.1",
|
||||
"icon": "chatgpt.png",
|
||||
"icon": "Chatgpt_A.png",
|
||||
"color": "#74AA9C",
|
||||
"author": "jxxghp",
|
||||
"level": 1
|
||||
|
||||
@@ -14,7 +14,7 @@ class ChatGPT(_PluginBase):
|
||||
# 插件描述
|
||||
plugin_desc = "消息交互支持与ChatGPT对话。"
|
||||
# 插件图标
|
||||
plugin_icon = "chatgpt.png"
|
||||
plugin_icon = "Chatgpt_A.png"
|
||||
# 主题色
|
||||
plugin_color = "#74AA9C"
|
||||
# 插件版本
|
||||
|
||||
Reference in New Issue
Block a user