Skip to content

Commit

Permalink
Merge pull request #88 from vanyouseea/dev
Browse files Browse the repository at this point in the history
v1.9.0
  • Loading branch information
vanyouseea authored Sep 22, 2022
2 parents 301b48c + 01fa72c commit 78d1ced
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>hqr</groupId>
<artifactId>o365</artifactId>
<version>1.8.0</version>
<version>1.9.0</version>
<name>o365</name>
<description>Manage office 365(Public)</description>
<properties>
Expand Down Expand Up @@ -55,7 +55,8 @@
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.83</version>
</dependency> <dependency>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<scope>runtime</scope>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h3><img src="logo.svg" /></h3>
</div>
</div>
</div>
<div data-options="region:'south',border:false" style="height:25px;background:#A9FACD" ><div style="float:left">Powered by hqr - O365 <a href=javascript:showVersionInfo()>v1.8.0</a></div>
<div data-options="region:'south',border:false" style="height:25px;background:#A9FACD" ><div style="float:left">Powered by hqr - O365 <a href=javascript:showVersionInfo()>v1.9.0</a></div>
<div style="float:right">主题选择 <select id="themeCb" class="easyui-combobox" style="width:120px;height:25px" data-options="editable:false,onChange: onchangeThemeFun" >
<option value="default">默认</option>
<option value="gray">灰色</option>
Expand Down Expand Up @@ -190,7 +190,7 @@ <h2>欢迎来到O365管理系统,你可以使用它来方便的管理多个Off
}

function showVersionInfo(){
$.messager.alert('版本信息', '1. 修复了某些情况下SPO检验不准确的问题<br>2. 邀请用户注册成功时,在前台弹出账号和密码,在后台保存账号和密码<br>3. 管理用户界面可以对该全局进行域名的绑定与解绑' ,'');
$.messager.alert('版本信息', '1. 修复了的搜索的问题<br>2. 修复了一些描述的问题<br>3. 支持站库分离(需要自行修改application.properties)' ,'');
}

</script>
Expand Down

0 comments on commit 78d1ced

Please sign in to comment.