Skip to content

Commit 1e1a9a1

Browse files
refactor: update icon design and rename Excel plugin; remove deprecated tools
- Updated the icon.svg with a new design featuring a green background and white elements. - Renamed the Excel plugin from 'dify-plugin-markdown-to-excel' to 'excel-plugin' and updated its labels accordingly. - Removed deprecated tools: 'dify-plugin-excel-to-xml', 'dify-plugin-markdown-to-excel', and 'dify-plugin-xml-to-excel' along with their corresponding YAML configurations.
1 parent 8cde3b1 commit 1e1a9a1

File tree

8 files changed

+27
-15
lines changed

8 files changed

+27
-15
lines changed

_assets/icon.svg

Lines changed: 17 additions & 5 deletions
Loading

provider/excel-plugin.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
identity:
22
author: lemilemio
3-
name: dify-plugin-markdown-to-excel
3+
name: excel-plugin
44
label:
5-
en_US: dify-plugin-markdown-to-excel
6-
zh_Hans: dify-plugin-markdown-to-excel
7-
pt_BR: dify-plugin-markdown-to-excel
5+
en_US: Excel-Plugin
6+
zh_Hans: Excel-Plugin
7+
pt_BR: Excel-Plugin
88
description:
99
en_US: Excel-Plugin
1010
zh_Hans: Excel-Plugin
1111
pt_BR: Excel-Plugin
1212
icon: icon.svg
1313
tools:
14-
- tools/dify-plugin-markdown-to-excel.yaml
15-
- tools/dify-plugin-excel-to-xml.yaml
16-
- tools/dify-plugin-xml-to-excel.yaml
14+
- tools/markdown-to-excel.yaml
15+
- tools/excel-to-xml.yaml
16+
- tools/xml-to-excel.yaml
1717
extra:
1818
python:
1919
source: provider/excel-plugin.py
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ parameters:
3030

3131
extra:
3232
python:
33-
source: tools/dify-plugin-excel-to-xml.py
33+
source: tools/excel-to-xml.py
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ parameters:
3030

3131
extra:
3232
python:
33-
source: tools/dify-plugin-markdown-to-excel.py
33+
source: tools/markdown-to-excel.py
3434

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ parameters:
3030

3131
extra:
3232
python:
33-
source: tools/dify-plugin-xml-to-excel.py
33+
source: tools/xml-to-excel.py

0 commit comments

Comments
 (0)