fix(*) 更新Launcher配置项内容

This commit is contained in:
2023-10-09 11:42:26 +08:00
parent 590e9d8838
commit ee0eb342d5
10 changed files with 17 additions and 10 deletions

View File

@ -6,6 +6,5 @@
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="xin-launcher" level="project" /> <orderEntry type="library" name="xin-launcher" level="project" />
<orderEntry type="library" name="xin-admin" level="project" />
</component> </component>
</module> </module>

View File

@ -2,3 +2,7 @@
Xin-Laucher包更新后下载的框架内容初始化登录账号密码已修改 Xin-Laucher包更新后下载的框架内容初始化登录账号密码已修改
旧账号密码: admin/111111 旧账号密码: admin/111111
新账号密码: admin/CRTECH@2023laucher 新账号密码: admin/CRTECH@2023laucher
2023-10-09
Xin-laucher包更新后需要在配置文件 xin-launcher > conf > XinLauncher.ini 中加上配置 product_version=2.0
以上配置实时更新,下载此包时需要查看

Binary file not shown.

View File

@ -86,7 +86,7 @@ body {
.company-det { .company-det {
padding: 10px; padding: 10px;
margin: 10px 20px 0px 20px; margin: 10px 20px 0 20px;
} }
.company-logo { .company-logo {
@ -155,7 +155,7 @@ body {
} }
.app-name { .app-name {
font-family: "微软雅黑"; font-family: "微软雅黑", serif;
font-size: 12pt; font-size: 12pt;
color: #666666; color: #666666;
text-decoration: none; text-decoration: none;
@ -164,14 +164,14 @@ body {
} }
.app-des { .app-des {
font-family: "微软雅黑"; font-family: "微软雅黑", serif;
font-size: 14px; font-size: 14px;
line-height: 22px; line-height: 22px;
color: #999999; color: #999999;
} }
.app-license { .app-license {
font-family: "微软雅黑"; font-family: "微软雅黑", serif;
font-size: 14px; font-size: 14px;
line-height: 28px; line-height: 28px;
color: #084aaf; color: #084aaf;
@ -216,7 +216,7 @@ body {
} }
.main { .main {
margin: 10px 0px auto; margin: 10px 0 auto;
padding: 10px; padding: 10px;
} }

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<Dev-Hosts>
<Context path="/" docBase=""/>
</Dev-Hosts>

View File

@ -1 +0,0 @@
cNSGlMwZy8GxLDTo3QxuAYdVS847cZkzMhg/elJWYfigvUT6qRoxruOwstcfHkMHh18o7e6t/8KVUTycWJ5YJbpmYIAQBDOnCLD3//z+RFFPKj56UGZl9gyii4poNjj6phEnQWQ0wSf0DAAiL59m4y26ZzadKfSIqxMQlVPlj4T9tuhaLtqFKPIVPPllhJd8/okdKBcFK0m9GyKu9RyjWFuaBbpnyYE4/h/PuBY8hv6+e9bZPbz0i7SdX9EFBqDE

View File

@ -6,6 +6,7 @@ port=8080
charset=UTF-8 charset=UTF-8
connectiontimeout=60000 connectiontimeout=60000
login.edit=0 login.edit=0
login.pass=96e79218965eb72c92a549dd5a330112 login.pass=aeb6a04dfe285d98298f5666f02d2503
is_check=1 is_dev=1
maxconnections=10000 maxconnections=10000
product_version=2.0

Binary file not shown.

Binary file not shown.