Files
infinite-canvas/official-plugins.json
T
2026-07-17 08:43:36 +00:00

46 lines
1.4 KiB
JSON

{
"version": 1,
"plugins": [
{
"id": "markdown",
"name": "Markdown 节点",
"version": "1.1.0",
"description": "在画布中编辑与渲染 Markdown",
"icon": "📝",
"entry": "markdown.js"
},
{
"id": "svg",
"name": "SVG 节点",
"version": "1.1.0",
"description": "透明背景渲染 SVG,可接收上游文本节点的 SVG 源码",
"icon": "🔷",
"entry": "svg.js"
},
{
"id": "html",
"name": "HTML 节点",
"version": "1.2.0",
"description": "沙箱 iframe 渲染 HTML,支持 {{input}} 注入上游文本",
"icon": "🌐",
"entry": "html.js"
},
{
"id": "panorama",
"name": "3D 全景节点",
"version": "1.1.0",
"description": "查看 360° 等距柱状全景图,可从上游图片节点取图",
"icon": "🧭",
"entry": "panorama.js"
},
{
"id": "sticky-note",
"name": "便利贴节点",
"version": "1.1.0",
"description": "可自选颜色、双击编辑、拖动即可移动的便利贴",
"icon": "📌",
"entry": "sticky-note.js"
}
]
}