fix(*) 更新Launcher配置项内容
This commit is contained in:
1
.idea/xin-launcher.iml
generated
1
.idea/xin-launcher.iml
generated
@ -6,6 +6,5 @@
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" name="xin-launcher" level="project" />
|
||||
<orderEntry type="library" name="xin-admin" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
@ -1,4 +1,8 @@
|
||||
2023-02-06
|
||||
Xin-Laucher包更新后,下载的框架内容初始化登录账号密码已修改
|
||||
旧账号密码: admin/111111
|
||||
新账号密码: admin/CRTECH@2023laucher
|
||||
新账号密码: admin/CRTECH@2023laucher
|
||||
|
||||
2023-10-09
|
||||
Xin-laucher包更新后,需要在配置文件 xin-launcher > conf > XinLauncher.ini 中加上配置 product_version=2.0
|
||||
以上配置实时更新,下载此包时需要查看
|
||||
|
||||
BIN
xin-launcher.zip
BIN
xin-launcher.zip
Binary file not shown.
Binary file not shown.
@ -86,7 +86,7 @@ body {
|
||||
|
||||
.company-det {
|
||||
padding: 10px;
|
||||
margin: 10px 20px 0px 20px;
|
||||
margin: 10px 20px 0 20px;
|
||||
}
|
||||
|
||||
.company-logo {
|
||||
@ -155,7 +155,7 @@ body {
|
||||
}
|
||||
|
||||
.app-name {
|
||||
font-family: "微软雅黑";
|
||||
font-family: "微软雅黑", serif;
|
||||
font-size: 12pt;
|
||||
color: #666666;
|
||||
text-decoration: none;
|
||||
@ -164,14 +164,14 @@ body {
|
||||
}
|
||||
|
||||
.app-des {
|
||||
font-family: "微软雅黑";
|
||||
font-family: "微软雅黑", serif;
|
||||
font-size: 14px;
|
||||
line-height: 22px;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.app-license {
|
||||
font-family: "微软雅黑";
|
||||
font-family: "微软雅黑", serif;
|
||||
font-size: 14px;
|
||||
line-height: 28px;
|
||||
color: #084aaf;
|
||||
@ -216,7 +216,7 @@ body {
|
||||
}
|
||||
|
||||
.main {
|
||||
margin: 10px 0px auto;
|
||||
margin: 10px 0 auto;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
||||
4
xin-launcher/conf/Dev-Hosts.xml
Normal file
4
xin-launcher/conf/Dev-Hosts.xml
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Dev-Hosts>
|
||||
<Context path="/" docBase=""/>
|
||||
</Dev-Hosts>
|
||||
@ -1 +0,0 @@
|
||||
cNSGlMwZy8GxLDTo3QxuAYdVS847cZkzMhg/elJWYfigvUT6qRoxruOwstcfHkMHh18o7e6t/8KVUTycWJ5YJbpmYIAQBDOnCLD3//z+RFFPKj56UGZl9gyii4poNjj6phEnQWQ0wSf0DAAiL59m4y26ZzadKfSIqxMQlVPlj4T9tuhaLtqFKPIVPPllhJd8/okdKBcFK0m9GyKu9RyjWFuaBbpnyYE4/h/PuBY8hv6+e9bZPbz0i7SdX9EFBqDE
|
||||
@ -6,6 +6,7 @@ port=8080
|
||||
charset=UTF-8
|
||||
connectiontimeout=60000
|
||||
login.edit=0
|
||||
login.pass=96e79218965eb72c92a549dd5a330112
|
||||
is_check=1
|
||||
login.pass=aeb6a04dfe285d98298f5666f02d2503
|
||||
is_dev=1
|
||||
maxconnections=10000
|
||||
product_version=2.0
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user