浏览代码

Updated wallpaper pack

Toby Chui 2 年之前
父节点
当前提交
191cea6e12

+ 1 - 1
main.flags.go

@@ -29,7 +29,7 @@ var subserviceBasePort = 12810            //Next subservice port
 
 // =========== SYSTEM BUILD INFORMATION ==============
 var build_version = "development"                      //System build flag, this can be either {development / production / stable}
-var internal_version = "0.2.016"                       //Internal build version, [fork_id].[major_release_no].[minor_release_no]
+var internal_version = "0.2.017"                       //Internal build version, [fork_id].[major_release_no].[minor_release_no]
 var deviceUUID string                                  //The device uuid of this host
 var deviceVendor = "IMUSLAB.INC"                       //Vendor of the system
 var deviceVendorURL = "http://imuslab.com"             //Vendor contact information

二进制
web/SystemAO/info/img/banner.png


二进制
web/SystemAO/info/img/banner.psd


二进制
web/SystemAO/info/img/banners/New File System Foundation.png


二进制
web/img/desktop/bg/default/3.jpg


二进制
web/img/desktop/bg/default/4.jpg


二进制
web/img/public/auth_bg.jpg


二进制
web/img/public/auth_icon.png


二进制
web/img/public/auth_icon.psd


二进制
web/img/public/legacy/auth_bg_2023.jpg


+ 4 - 4
web/login.system

@@ -72,21 +72,21 @@
     }
 
     .themecolor{
-        background-color: #485b73 !important;
+        background-color: #6eacfc !important;
         transition: background-color 0.1s;
     }
 
     .themecolor:hover{
-        background-color: #677c96 !important;
+        background-color: #63a7ff !important;
     }
 
     .subthemecolor{
-        background-color: #3e4f64 !important;
+        background-color: #6eacfc !important;
         transition: background-color 0.1s;
     }
 
     .subthemecolor:hover{
-        background-color: rgb(74, 88, 105) !important;
+        background-color: #61a6ff !important;
     }
 
     .loginbtn{