Files
Leonmmcoset 0bb365cadb feat(appgui): 添加应用GUI界面支持及包类型管理
新增appgui API用于绘制顶部和底部状态栏,提供一致的UI界面
在package.json中添加type字段区分应用和API包类型
更新安装程序以使用新的appgui界面
修改pkg程序以支持根据包类型安装到不同目录
添加appgui使用文档和演示程序
2025-09-12 17:10:44 +08:00

12 lines
217 B
JSON

{
"name": "example",
"version": "1.0.1",
"description": "An example package for LeonOS",
"author": "LeonMMcoset",
"license": "MIT",
"type": "app",
"dependencies": {},
"files": [
"example.lua"
]
}