Update List uploaded apps
parent
49f0ccea8b
commit
faef02c40d
|
@ -10,7 +10,23 @@
|
|||
|
||||
If it contains any app in apps.json:
|
||||
```
|
||||
[{"name":"Camera","ver":"6","appid":"734017834573","info":"Take pictures using WebDesk! Handy for laptops, iOS support is buggy.","pub":"macos.amfi","path":"/uploads/Camera/index.js"}]
|
||||
[
|
||||
{
|
||||
"name": "Camera",
|
||||
"ver": "6",
|
||||
"appid": "734017834573",
|
||||
"info": "Take pictures using WebDesk! Handy for laptops, iOS support is buggy.",
|
||||
"pub": "macos.amfi",
|
||||
"path": "/uploads/Camera/index.js"
|
||||
}
|
||||
]
|
||||
|
||||
name - App name
|
||||
ver - App version
|
||||
appid - Application ID (once set during uploading, it cannot be changed unless deleted)
|
||||
info - Application description
|
||||
pub - Application developer
|
||||
path - Path to file in web server (generated by the web server)
|
||||
```
|
||||
Otherwaise if it has no apps in apps.json:
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user