Files
yunkong2.mobile/io-package.json
2018-07-21 15:04:51 +08:00

114 lines
4.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"common": {
"name": "mobile",
"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",
"desc": {
"en": "jQuery Mobile based yunkong2 user interface",
"de": "yunkong2 GUI für mobile Geräte",
"ru": "yunkong2 визуализация для мобильных устройств"
},
"platform": "javascript/Node.js",
"onlyWWW": "true",
"loglevel": "info",
"dependencies": [
"web"
],
"icon": "mobile.png",
"extIcon": "https://git.spacen.net/yunkong2/yunkong2.mobile/master/admin/mobile.png",
"keywords": [
"user",
"interface",
"webapp",
"jquerymobile",
"ui"
],
"readme": "https://git.spacen.net/yunkong2/yunkong2.mobile/blob/master/README.md",
"singleton": true,
"preserveSettings": "mobile",
"authors": [
"bluefox <dogafox@gmail.com>"
],
"localLink": "%web_protocol%://%ip%:%web_port%/mobile/index.html",
"type": "visualization",
"license": "MIT",
"noConfig": true,
"welcomeScreen": {
"link": "mobile/index.html",
"name": "mobile",
"img": "mobile.admin/mobile.png",
"color": "black",
"order": 2
}
},
"native": {
"root": [
"enum.favorites.Admin",
"enum.rooms",
"enum.functions"
],
"swatches": {
"header": "b",
"content": "c",
"footer": "a"
}
},
"objects": []
}