v0.8.1 + app.option
This commit is contained in:
parent
39a480de19
commit
1a91125f2a
4 changed files with 11 additions and 8 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "象传应用",
|
"name": "象传应用",
|
||||||
"short": "象传",
|
"short": "象传",
|
||||||
"description": "象传应用后台"
|
"description": "象传应用后台",
|
||||||
|
"option": {}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -41,11 +41,12 @@ type AppRoot struct {
|
||||||
|
|
||||||
// AppInfo 应用信息
|
// AppInfo 应用信息
|
||||||
type AppInfo struct {
|
type AppInfo struct {
|
||||||
Name string `json:"name,omitempty"`
|
Name string `json:"name,omitempty"`
|
||||||
Short string `json:"short,omitempty"`
|
Short string `json:"short,omitempty"`
|
||||||
Version string `json:"version,omitempty"`
|
Version string `json:"version,omitempty"`
|
||||||
Description string `json:"description,omitempty"`
|
Description string `json:"description,omitempty"`
|
||||||
Icons map[string]string `json:"icons,omitempty"`
|
Icons map[string]string `json:"icons,omitempty"`
|
||||||
|
Option map[string]interface{} `json:"option,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// App 应用信息
|
// App 应用信息
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// VERSION 版本号
|
// VERSION 版本号
|
||||||
const VERSION = "0.8.0"
|
const VERSION = "0.8.1"
|
||||||
|
|
||||||
// DOMAIN 许可域
|
// DOMAIN 许可域
|
||||||
const DOMAIN = "*.iqka.com"
|
const DOMAIN = "*.iqka.com"
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,6 @@
|
||||||
"short": "象传",
|
"short": "象传",
|
||||||
"version": "0.6.5",
|
"version": "0.6.5",
|
||||||
"description": "象传应用引擎管理后台",
|
"description": "象传应用引擎管理后台",
|
||||||
"icons": {}
|
"icons": {},
|
||||||
|
"option": {}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue