mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
feat(appgui): 添加应用GUI界面支持及包类型管理
新增appgui API用于绘制顶部和底部状态栏,提供一致的UI界面 在package.json中添加type字段区分应用和API包类型 更新安装程序以使用新的appgui界面 修改pkg程序以支持根据包类型安装到不同目录 添加appgui使用文档和演示程序
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"description": "An example package for LeonOS",
|
||||
"author": "LeonMMcoset",
|
||||
"license": "MIT",
|
||||
"type": "app",
|
||||
"dependencies": {},
|
||||
"files": [
|
||||
"example.lua"
|
||||
|
||||
Reference in New Issue
Block a user