mirror of
https://github.com/langgenius/dify-plugin-daemon.git
synced 2026-07-22 09:45:27 -04:00
dbbc4a29cc
* feat: update template * feat: update ja_JP * feat: update GUIDE.md
18 lines
490 B
YAML
18 lines
490 B
YAML
identity:
|
|
author: {{ .Author }}
|
|
name: {{ .PluginName }}
|
|
label:
|
|
en_US: "{{ .PluginName | SnakeToCamel }}"
|
|
zh_Hans: "{{ .PluginName | SnakeToCamel }}"
|
|
ja_JP: "{{ .PluginName | SnakeToCamel }}"
|
|
description:
|
|
en_US: "{{ .PluginName | SnakeToCamel }}"
|
|
zh_Hans: "{{ .PluginName | SnakeToCamel }}"
|
|
ja_JP: "{{ .PluginName | SnakeToCamel }}"
|
|
icon: icon.svg
|
|
strategies:
|
|
- strategies/{{ .PluginName }}.yaml
|
|
extra:
|
|
python:
|
|
source: provider/{{ .PluginName }}.py
|