Added dynamic capture example

- Added dynamic capture plugin example
- Added dynamic capture plugin doc
- Removed ztnc from plugin example
This commit is contained in:
Toby Chui
2025-05-30 21:21:08 +08:00
parent a1df5a1060
commit cd822ed904
59 changed files with 1502 additions and 4134 deletions

View File

@@ -64,6 +64,11 @@
"filename": "2. Architecture/5. Plugin UI.md",
"title": "Plugin UI",
"type": "file"
},
{
"filename": "2. Architecture/6. Compile a Plugin.md",
"title": "Compile a Plugin",
"type": "file"
}
]
},
@@ -86,6 +91,11 @@
"filename": "3. Basic Examples/3. Static Capture Example.md",
"title": "Static Capture Example",
"type": "file"
},
{
"filename": "3. Basic Examples/4. Dynamic Capture Example.md",
"title": "Dynamic Capture Example",
"type": "file"
}
]
},