up:5.3.5

Signed-off-by: mingsoft <killfen@126.com>
This commit is contained in:
msgroup 2023-11-16 14:54:19 +08:00 committed by mingsoft
parent 058b462b64
commit ca10c14445
5 changed files with 6 additions and 737 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -44,24 +44,24 @@
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>ms-base</artifactId>
<version>2.1.24</version>
<version>2.1.25</version>
</dependency>
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>ms-basic</artifactId>
<version>2.1.24</version>
<version>2.1.25</version>
</dependency>
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>ms-mdiy</artifactId>
<version>2.1.24</version>
<version>2.1.25</version>
</dependency>
<!--store入口依赖源码不开发如果不需要MStore可以直接去掉依赖-->
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>store-client</artifactId>
<version>2.1.24/version>
<version>2.1.25</version>
</dependency>
<dependency>
<groupId>com.github.oshi</groupId>

View File

@ -104,7 +104,7 @@
<div class="search_con">
<form name="formsearch" action="/mcms/search.do" method="post" target="_blank" style="height: 42px;">
<input type="text" name="content_title" id="q" class="input1" placeholder="搜索" value=""/>
<input type="submit" value="" class="bnt1"/>
<input type="submit" class="bnt1"/>
</form>
</div>
</div>

View File

@ -175,7 +175,7 @@
type: 'warning'
});
} else {
that.$alert('需要安装留言插件才能使用请先进入后台MStore安装留言插件使用。<a href="http://store.mingsoft.net/#/detail?id=310&type=plugin" target="_blank">查看留言插件</a>', '留言插件提示', {
that.$alert('需要安装留言插件才能使用请先进入后台MStore安装留言插件使用。推荐开发者分享的<a href="http://store.mingsoft.net/#/detail?id=310&type=plugin" target="_blank" style="color:#409EFF ">留言插件</a>', '留言插件提示', {
dangerouslyUseHTMLString: true
});
}