浏览代码

Fixed capital letter bug on Linux device showing 404 after shutdown

TC pushbot 5 4 年之前
父节点
当前提交
ff0c46dc3a
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      web/Music/embedded.html
  2. 1 1
      web/desktop.system

+ 1 - 1
web/Music/embedded.html

@@ -55,7 +55,7 @@
 	    color:#4b75ff !important;
 	    color:#4b75ff !important;
 	}
 	}
 	.playerControlWrapper{
 	.playerControlWrapper{
-	    text-align="center";
+	    text-align: center;
 	    position:absolute;
 	    position:absolute;
 	    bottom:50px;
 	    bottom:50px;
 	    width:100% !important;
 	    width:100% !important;

+ 1 - 1
web/desktop.system

@@ -5429,7 +5429,7 @@
                 desc: "Please enter your password to confirm operation.",
                 desc: "Please enter your password to confirm operation.",
                 thisuser: true, //This username as default, set to false for entering other user
                 thisuser: true, //This username as default, set to false for entering other user
                 method: "GET",
                 method: "GET",
-                success: "systemAO/boot/shutdown.html" //Success redirection
+                success: "SystemAO/boot/shutdown.html" //Success redirection
             }
             }
             apiObject = encodeURIComponent(JSON.stringify(apiObject));
             apiObject = encodeURIComponent(JSON.stringify(apiObject));