This commit is contained in:
jxxghp
2023-11-28 13:06:59 +08:00
parent cbf15ad5de
commit 9a934b70f3
2 changed files with 2 additions and 2 deletions

View File

@@ -165,7 +165,7 @@
"name": "ChatGPT",
"description": "消息交互支持与ChatGPT对话。",
"version": "1.1",
"icon": "chatgpt.png",
"icon": "Chatgpt_A.png",
"color": "#74AA9C",
"author": "jxxghp",
"level": 1

View File

@@ -14,7 +14,7 @@ class ChatGPT(_PluginBase):
# 插件描述
plugin_desc = "消息交互支持与ChatGPT对话。"
# 插件图标
plugin_icon = "chatgpt.png"
plugin_icon = "Chatgpt_A.png"
# 主题色
plugin_color = "#74AA9C"
# 插件版本