mirror of
https://gitcode.com/JianFeeeee/homeagent-sdk.git
synced 2026-09-20 00:48:12 +00:00
12 lines
312 B
JSON
12 lines
312 B
JSON
{
|
|
"name": "luademo",
|
|
"name_zh": "Lua 全功能示例",
|
|
"name_en": "Lua Demo",
|
|
"version": "0.1.0",
|
|
"description": "Lua 插件全功能示例:工具(no_memory/cleaner) + 阶段钩子 + 通道 + 数据类 API",
|
|
"author": "HomeAgent",
|
|
"entry": "main.lua",
|
|
"tags": ["luademo"],
|
|
"targets": "lua"
|
|
}
|