Files
server-configs/siyuan/data/plugins/siyuan-plugin-embedding-pdf/plugin.json
2026-02-13 22:24:27 +08:00

33 lines
757 B
JSON

{
"name": "siyuan-plugin-embedding-pdf",
"author": "muhanstudio",
"url": "https://github.com/muhanstudio/siyuan-plugin-embedding-pdf",
"version": "0.2.0",
"minAppVersion": "2.10.14",
"backends": [
"all"
],
"frontends": [
"all"
],
"displayName": {
"en_US": "PDF embedder",
"zh_CN": "PDF嵌入器"
},
"description": {
"en_US": "Embed pdf that can be viewed in the document, and the theory supports all devices that display web pages.",
"zh_CN": "在文档中嵌入可以翻阅的pdf,理论支持所有显示网页的设备"
},
"readme": {
"en_US": "README.md",
"zh_CN": "README_zh_CN.md"
},
"funding": {
"custom": [
]
},
"keywords": [
"PDF", "PDF embedder", "PDF嵌入器"
]
}