4 Commits

7 changed files with 8 additions and 8 deletions

View File

@@ -214,8 +214,8 @@ HotelTV.Init = async function() {
HotelTV.ui_utils.SetBusy(true); HotelTV.ui_utils.SetBusy(true);
const __ifxn_showFatalErr_Network = function() { const __ifxn_showFatalErr_Network = function() {
let _tmval = 10; let _tmval = 30;
setTimeout(HotelTV.hal.Reboot, 10000); setTimeout(HotelTV.hal.Reboot, 29000);
HotelTV.ui_utils.SetBusy(false); HotelTV.ui_utils.SetBusy(false);
HotelTV.ui_utils.ShowErrMsg(true, HotelTV.ui_utils.ShowErrMsg(true,
"system.error.get-devinfo", "system.error.get-devinfo",
@@ -320,8 +320,8 @@ HotelTV.Init = async function() {
console.log("System Need to Reboot"); console.log("System Need to Reboot");
HotelTV.ui_utils.SetBusy(false); HotelTV.ui_utils.SetBusy(false);
let _tmval = 20; let _tmval = 30;
setTimeout(HotelTV.hal.Reboot, 20000); setTimeout(HotelTV.hal.Reboot, 29000);
HotelTV.ui_utils.ShowErrMsg(true, HotelTV.ui_utils.ShowErrMsg(true,
"system.info.change-configuration", "system.info.change-configuration",
"SYSTEM INFO", "SYSTEM INFO",

View File

@@ -114,7 +114,7 @@
width: 620px; width: 620px;
height: 830px; height: 830px;
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
background-color: rgba(50,40,26, 0.7); background-color: rgba(0, 0, 0, 0.7);
padding: 0px 12px 0px 12px; padding: 0px 12px 0px 12px;
overflow: hidden; overflow: hidden;
} }

View File

@@ -21,6 +21,6 @@
font-size: 32px; font-size: 32px;
text-align: center; text-align: center;
line-height: 40px; line-height: 40px;
background-color: rgba(50,40,26, 0.7); background-color: rgba(19, 21, 23, 0.6);
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
} }

View File

@@ -133,7 +133,7 @@ div#sm_item_icon {
width: 360px; width: 360px;
height: 734px; height: 734px;
line-height: 50px; line-height: 50px;
background-color: rgba(50,40,26, 0.7); background-color: rgba(0, 0, 0, 0.7);
overflow: hidden; overflow: hidden;
} }

View File

@@ -37,7 +37,7 @@ body {
/* background-image: url(./images/bg_language_welcome_box.png); /* background-image: url(./images/bg_language_welcome_box.png);
background-size: cover; */ background-size: cover; */
background-repeat: no-repeat; background-repeat: no-repeat;
background: linear-gradient(rgba(50,40,26,0.7),rgba(50,46,26,0.85)); background: linear-gradient(rgba(45,45,45,0.6),rgba(16,16,16,0.7));
border-radius: 11px; border-radius: 11px;
filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5)); filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 615 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 714 B