Skip to content

Commit 538f9a4

Browse files
committed
refactor(plugin): 更新插件作者、名称和图标
- 修改manifest.yaml中的作者和插件名称 - 删除旧的icon.svg和icon-dark.svg文件 - 更新_assets目录下的图标文件为自定义图标
1 parent 7a13e96 commit 538f9a4

File tree

7 files changed

+12
-148
lines changed

7 files changed

+12
-148
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ cython_debug/
174174
.DS_Store
175175
.AppleDouble
176176
.LSOverride
177-
docs/debug.json
178-
docs/development_summary.md
179-
docs/dify_chatflow_sse_guide.md
177+
docs/
180178
examples/test_sse.py
181179
examples/test_sse.py

_assets/icon-dark.svg

Lines changed: 1 addition & 55 deletions
Loading

_assets/icon.svg

Lines changed: 1 addition & 55 deletions
Loading

icon-dark.svg

Lines changed: 0 additions & 13 deletions
This file was deleted.

icon.svg

Lines changed: 0 additions & 13 deletions
This file was deleted.

manifest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 0.0.1
22
type: plugin
3-
author: lw
4-
name: dify_sse_node_plugin
3+
author: tdcktz
4+
name: sse_request_tool
55
label:
66
en_US: SSE Request Tool
77
ja_JP: SSEリクエストツール

provider/dify_sse_node_plugin.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
identity:
2-
author: "lw"
3-
name: "dify_sse_node_plugin"
2+
author: "tdcktz"
3+
name: "sse_request_tool"
44
label:
5-
en_US: "dify_sse_node_plugin"
6-
zh_Hans: "dify_sse_node_plugin"
7-
pt_BR: "dify_sse_node_plugin"
5+
en_US: "sse_request_tool"
6+
zh_Hans: "sse请求工具"
7+
pt_BR: "sse_request_tool"
88
description:
99
en_US: "Send an SSE request in the workflow node of Dify. The SSE node will support the establishment of a long connection, receive real-time data streams pushed by the server, and output the complete result after the communication ends."
10-
zh_Hans: "Send an SSE request in the workflow node of Dify. The SSE node will support the establishment of a long connection, receive real-time data streams pushed by the server, and output the complete result after the communication ends."
11-
pt_BR: "Send an SSE request in the workflow node of Dify. The SSE node will support the establishment of a long connection, receive real-time data streams pushed by the server, and output the complete result after the communication ends."
10+
zh_Hans: "在Dify的工作流节点中发送SSE请求。SSE节点将支持建立长连接,接收服务器推送的实时数据流,并在通信结束后输出完整结果。"
11+
pt_BR: "Envie uma solicitação SSE no nó de fluxo de trabalho do Dify. O nó SSE suportará o estabelecimento de uma conexão longa, receberá fluxos de dados em tempo real enviados pelo servidor e produzirá o resultado completo após o término da comunicação."
1212
icon: "icon.svg"
1313

1414
#########################################################################################

0 commit comments

Comments
 (0)