diff --git a/pom.xml b/pom.xml index b933bad..9b81f28 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ hqr o365 - 1.8.0 + 1.9.0 o365 Manage office 365(Public) @@ -55,7 +55,8 @@ com.alibaba fastjson 1.2.83 - + + mysql mysql-connector-java runtime diff --git a/src/main/resources/templates/home.html b/src/main/resources/templates/home.html index ee66d2a..80d8d37 100644 --- a/src/main/resources/templates/home.html +++ b/src/main/resources/templates/home.html @@ -38,7 +38,7 @@ - Powered by hqr - O365 v1.8.0 + Powered by hqr - O365 v1.9.0 主题选择 默认 灰色 @@ -190,7 +190,7 @@ 欢迎来到O365管理系统,你可以使用它来方便的管理多个Off } function showVersionInfo(){ - $.messager.alert('版本信息', '1. 修复了某些情况下SPO检验不准确的问题2. 邀请用户注册成功时,在前台弹出账号和密码,在后台保存账号和密码3. 管理用户界面可以对该全局进行域名的绑定与解绑' ,''); + $.messager.alert('版本信息', '1. 修复了的搜索的问题2. 修复了一些描述的问题3. 支持站库分离(需要自行修改application.properties)' ,''); }