Files
homeagent-sdk/example/editdoc/plg.json

16 lines
460 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "editdoc",
"name_zh": "文档编辑",
"name_en": "Document Editor",
"version": "1.0.0",
"description": "办公文档编辑工具(.docx基于 Python python-docx 库实现。支持文本替换、表格操作、内容插入等。",
"author": "HomeAgent",
"entry": "plugin.so",
"tags": ["editdoc", "office", "document"],
"targets": "linux/amd64",
"outdir": "dist",
"bundle": true,
"replaces": {},
"source_dirs": []
}