Update io-package.json
This commit is contained in:
parent
f7aba1e155
commit
a57e745ecc
@ -2,93 +2,29 @@
|
|||||||
"common": {
|
"common": {
|
||||||
"name": "mobile",
|
"name": "mobile",
|
||||||
"version": "0.4.11",
|
"version": "0.4.11",
|
||||||
"news": {
|
|
||||||
"0.4.12": {
|
|
||||||
"en": "Update adapter type",
|
|
||||||
"de": "Update Adaptertyp",
|
|
||||||
"ru": "Обновить тип драйвера"
|
|
||||||
},
|
|
||||||
"0.4.11": {
|
|
||||||
"en": "Fixed blind states",
|
|
||||||
"de": "Rolladenstatus korrigiert",
|
|
||||||
"ru": "Исправлены слепые состояния"
|
|
||||||
},
|
|
||||||
"0.4.10": {
|
|
||||||
"en": "Better support of cloud",
|
|
||||||
"de": "Bessere cloud Unterstützung",
|
|
||||||
"ru": "Поддержка облака"
|
|
||||||
},
|
|
||||||
"0.4.9": {
|
|
||||||
"en": "Fix rooms rendering\nadd green, red, blue, white types",
|
|
||||||
"de": "Korrigiere Räumeaufbau\nHinzugefügt: rot, blau, grün- Typen",
|
|
||||||
"ru": "Исправлено построение комнат\nДобавлены новые типы: красный, синий..."
|
|
||||||
},
|
|
||||||
"0.4.8": {
|
|
||||||
"en": "implement type blind",
|
|
||||||
"de": "Typ Rolladen ist fertig",
|
|
||||||
"ru": "Добавлен тип жалюзи"
|
|
||||||
},
|
|
||||||
"0.4.7": {
|
|
||||||
"en": "fix input number and select value",
|
|
||||||
"de": "Korrigieren Nummereingabe und Wertauswahl",
|
|
||||||
"ru": "исправить ввод номера и выбор значения"
|
|
||||||
},
|
|
||||||
"0.4.6": {
|
|
||||||
"en": "fix input number and select value",
|
|
||||||
"de": "Korrigieren Nummereingabe und Wertauswahl",
|
|
||||||
"ru": "исправить ввод номера и выбор значения"
|
|
||||||
},
|
|
||||||
"0.4.5": {
|
|
||||||
"en": "fix open first page",
|
|
||||||
"de": "fix open first page",
|
|
||||||
"ru": "fix open first page"
|
|
||||||
},
|
|
||||||
"0.4.4": {
|
|
||||||
"en": "reload if problems occur",
|
|
||||||
"de": "reload if problems occur",
|
|
||||||
"ru": "reload if problems occur"
|
|
||||||
},
|
|
||||||
"0.4.3": {
|
|
||||||
"en": "check invalid objects",
|
|
||||||
"de": "check invalid objects",
|
|
||||||
"ru": "check invalid objects"
|
|
||||||
},
|
|
||||||
"0.4.2": {
|
|
||||||
"en": "update version number",
|
|
||||||
"de": "update version number",
|
|
||||||
"ru": "update version number"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"title": "Mobile UI",
|
"title": "Mobile UI",
|
||||||
"desc": {
|
"desc": {
|
||||||
"en": "jQuery Mobile based yunkong2 user interface",
|
"en": "jQuery Mobile based yunkong2 user interface",
|
||||||
"de": "yunkong2 GUI für mobile Geräte",
|
"cn": "移动端"
|
||||||
"ru": "yunkong2 визуализация для мобильных устройств"
|
|
||||||
},
|
},
|
||||||
"platform": "javascript/Node.js",
|
"platform": "Node.js",
|
||||||
"onlyWWW": "true",
|
"onlyWWW": "true",
|
||||||
"loglevel": "info",
|
"loglevel": "info",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"web"
|
"web"
|
||||||
],
|
],
|
||||||
"icon": "mobile.png",
|
"icon": "mobile.png",
|
||||||
"extIcon": "https://git.spacen.net/yunkong2/yunkong2.mobile/master/admin/mobile.png",
|
"extIcon": "https://git.spacen.net/yunkong2/yunkong2.mobile/raw/master/admin/mobile.png",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"user",
|
|
||||||
"interface",
|
|
||||||
"webapp",
|
"webapp",
|
||||||
"jquerymobile",
|
"jquerymobile"
|
||||||
"ui"
|
|
||||||
],
|
],
|
||||||
"readme": "https://git.spacen.net/yunkong2/yunkong2.mobile/blob/master/README.md",
|
"readme": "https://git.spacen.net/yunkong2/yunkong2.mobile/blob/master/README.md",
|
||||||
"singleton": true,
|
"singleton": true,
|
||||||
"preserveSettings": "mobile",
|
"preserveSettings": "mobile",
|
||||||
"authors": [
|
|
||||||
"bluefox <dogafox@gmail.com>"
|
|
||||||
],
|
|
||||||
"localLink": "%web_protocol%://%ip%:%web_port%/mobile/index.html",
|
"localLink": "%web_protocol%://%ip%:%web_port%/mobile/index.html",
|
||||||
"type": "visualization",
|
"type": "visualization",
|
||||||
"license": "MIT",
|
"license": "SPACEN",
|
||||||
"noConfig": true,
|
"noConfig": true,
|
||||||
"welcomeScreen": {
|
"welcomeScreen": {
|
||||||
"link": "mobile/index.html",
|
"link": "mobile/index.html",
|
||||||
|
Loading…
Reference in New Issue
Block a user