mirror of
https://gitcode.com/JianFeeeee/homeagent-sdk.git
synced 2026-09-20 00:48:12 +00:00
16 lines
457 B
JSON
16 lines
457 B
JSON
{
|
||
"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": []
|
||
}
|