diff --git a/xin-launcher.zip b/xin-launcher.zip index 57ca5c8..f33ed51 100644 Binary files a/xin-launcher.zip and b/xin-launcher.zip differ diff --git a/xin-launcher/apps/xinadmin/themes/css/main.css b/xin-launcher/apps/xinadmin/themes/css/main.css index d7cfb24..37de1db 100644 --- a/xin-launcher/apps/xinadmin/themes/css/main.css +++ b/xin-launcher/apps/xinadmin/themes/css/main.css @@ -141,6 +141,7 @@ body { justify-content: center; align-items: center; padding: 20px 40px; + cursor: pointer; } .app-det { @@ -181,7 +182,7 @@ body { height: 20px; line-height: 20px; color: #666; - text-align: right; + text-align: center; width: 100%; } @@ -260,3 +261,11 @@ body { .hide{ display: none; } + +.keySpan{ + color: #F56C6C; +} + +.notKeySpan{ + color: #409EFF; +} diff --git a/xin-launcher/lib/fastjson-1.2.44.jar b/xin-launcher/lib/fastjson-1.2.44.jar deleted file mode 100644 index efe859f..0000000 Binary files a/xin-launcher/lib/fastjson-1.2.44.jar and /dev/null differ diff --git a/xin-launcher/lib/xin-launcher.jar b/xin-launcher/lib/xin-launcher.jar index ca47573..f451cd0 100644 Binary files a/xin-launcher/lib/xin-launcher.jar and b/xin-launcher/lib/xin-launcher.jar differ