diff --git a/Xin-Launcher生产环境部署文档(windows版本).docx b/Xin-Launcher生产环境部署文档(windows版本).docx new file mode 100644 index 0000000..cf302b8 Binary files /dev/null and b/Xin-Launcher生产环境部署文档(windows版本).docx differ diff --git a/xin-launcher.zip b/xin-launcher.zip index b1aa6ed..b665c37 100644 Binary files a/xin-launcher.zip and b/xin-launcher.zip differ diff --git a/xin-launcher/apps/xinadmin/WEB-INF/lib/commons-logging-1.2.jar b/xin-launcher/apps/xinadmin/WEB-INF/lib/commons-logging-1.2.jar new file mode 100644 index 0000000..93a3b9f Binary files /dev/null and b/xin-launcher/apps/xinadmin/WEB-INF/lib/commons-logging-1.2.jar differ diff --git a/xin-launcher/apps/xinadmin/WEB-INF/lib/httpclient-4.5.13.jar b/xin-launcher/apps/xinadmin/WEB-INF/lib/httpclient-4.5.13.jar new file mode 100644 index 0000000..218ee25 Binary files /dev/null and b/xin-launcher/apps/xinadmin/WEB-INF/lib/httpclient-4.5.13.jar differ diff --git a/xin-launcher/apps/xinadmin/WEB-INF/lib/httpclient-cache-4.1.2.jar b/xin-launcher/apps/xinadmin/WEB-INF/lib/httpclient-cache-4.1.2.jar new file mode 100644 index 0000000..6b7bcce Binary files /dev/null and b/xin-launcher/apps/xinadmin/WEB-INF/lib/httpclient-cache-4.1.2.jar differ diff --git a/xin-launcher/apps/xinadmin/WEB-INF/lib/httpcore-4.4.14.jar b/xin-launcher/apps/xinadmin/WEB-INF/lib/httpcore-4.4.14.jar new file mode 100644 index 0000000..349db18 Binary files /dev/null and b/xin-launcher/apps/xinadmin/WEB-INF/lib/httpcore-4.4.14.jar differ diff --git a/xin-launcher/apps/xinadmin/WEB-INF/lib/httpmime-4.1.2.jar b/xin-launcher/apps/xinadmin/WEB-INF/lib/httpmime-4.1.2.jar new file mode 100644 index 0000000..eea3b3f Binary files /dev/null and b/xin-launcher/apps/xinadmin/WEB-INF/lib/httpmime-4.1.2.jar differ diff --git a/xin-launcher/apps/xinadmin/WEB-INF/lib/xin-admin.jar b/xin-launcher/apps/xinadmin/WEB-INF/lib/xin-admin.jar index aeea704..9b27430 100644 Binary files a/xin-launcher/apps/xinadmin/WEB-INF/lib/xin-admin.jar and b/xin-launcher/apps/xinadmin/WEB-INF/lib/xin-admin.jar differ diff --git a/xin-launcher/apps/xinadmin/themes/img/login_bg.svg b/xin-launcher/apps/xinadmin/themes/img/login_bg.svg new file mode 100644 index 0000000..89c2597 --- /dev/null +++ b/xin-launcher/apps/xinadmin/themes/img/login_bg.svg @@ -0,0 +1,69 @@ + + + + Group 21 + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/xin-launcher/apps/xinadmin/themes/img/logo.png b/xin-launcher/apps/xinadmin/themes/img/logo.png new file mode 100644 index 0000000..bc81994 Binary files /dev/null and b/xin-launcher/apps/xinadmin/themes/img/logo.png differ diff --git a/xin-launcher/conf/Dev-Hosts.xml b/xin-launcher/conf/Dev-Hosts.xml deleted file mode 100644 index baf72d7..0000000 --- a/xin-launcher/conf/Dev-Hosts.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/xin-launcher/conf/XinLauncher.data b/xin-launcher/conf/XinLauncher.data new file mode 100644 index 0000000..a6be071 --- /dev/null +++ b/xin-launcher/conf/XinLauncher.data @@ -0,0 +1 @@ +cNSGlMwZy8GxLDTo3QxuAYdVS847cZkzMhg/elJWYfigvUT6qRoxruOwstcfHkMHh18o7e6t/8KVUTycWJ5YJbpmYIAQBDOnCLD3//z+RFFPKj56UGZl9gyii4poNjj6phEnQWQ0wSf0DAAiL59m4y26ZzadKfSIqxMQlVPlj4T9tuhaLtqFKPIVPPllhJd8/okdKBcFK0m9GyKu9RyjWFuaBbpnyYE4/h/PuBY8hv6+e9bZPbz0i7SdX9EFBqDE \ No newline at end of file diff --git a/xin-launcher/conf/XinLauncher.ini b/xin-launcher/conf/XinLauncher.ini index 0ba7968..f6bc509 100644 --- a/xin-launcher/conf/XinLauncher.ini +++ b/xin-launcher/conf/XinLauncher.ini @@ -7,5 +7,5 @@ charset=UTF-8 connectiontimeout=60000 login.edit=0 login.pass=96e79218965eb72c92a549dd5a330112 -is_dev=1 +is_check=1 maxconnections=10000 diff --git a/xin-launcher/run.bat b/xin-launcher/run.bat new file mode 100644 index 0000000..90be13c --- /dev/null +++ b/xin-launcher/run.bat @@ -0,0 +1,6 @@ +@echo off +title Xin-launcher启动器(请勿关闭) +set CURRENT_DIR="%cd%" +set JAVA_HOME="%CURRENT_DIR%\..\..\..\DevelopTools\jdk1.8.0_51" +CHCP 65001 +%JAVA_HOME%\bin\java -Xms1024m -Xmx1024m -Dfile.encoding=utf-8 -jar lib\xin-launcher.jar \ No newline at end of file