mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:01:12 +00:00
新增appgui API用于绘制顶部和底部状态栏,提供一致的UI界面 在package.json中添加type字段区分应用和API包类型 更新安装程序以使用新的appgui界面 修改pkg程序以支持根据包类型安装到不同目录 添加appgui使用文档和演示程序
12 lines
217 B
JSON
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"
|
|
]
|
|
} |