Skip to content

Commit

Permalink
使用畅言替换友言社评服务
Browse files Browse the repository at this point in the history
  • Loading branch information
klboke committed Mar 26, 2018
1 parent d73bc3a commit 1c1a945
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
20 changes: 10 additions & 10 deletions jodconverter-web/src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#=============================================#spring Redisson����#===================================#
spring.redisson.address = 127.0.0.1:6379
##��Դӳ��·��(��Ϊjar��ʽ���е�ԭ��)
file.dir = /Users/chenkailing/test/
#redis连接
spring.redisson.address = 192.168.1.204:6379
##资源映射路径
file.dir = C:\\Users\\yudian\\Desktop\\dev\\
spring.resources.static-locations = classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${file.dir}
## openoffice�������
office.home = /Applications/LibreOffice.app/Contents
## openoffice home路径
office.home = C:\\Program Files (x86)\\OpenOffice 4
server.tomcat.uri-encoding = UTF-8
converted.file.charset = GBK
#======================================#�ļ��ϴ�����#======================================#
#文件上传限制
spring.http.multipart.max-file-size=100MB
spring.http.multipart.max-request-size=100MB
## ֧�ֵ����ı���ʽ���ļ�����
simText = txt,html,xml,java,properties,sql
##文本类型
simText = txt,html,xml,java,properties,mp3,mp4,sql
#多媒体类型
media=mp3,mp4,flv,rmvb
16 changes: 11 additions & 5 deletions jodconverter-web/src/main/resources/web/index.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,17 @@
</div>
</div>
<div class="panel-body">
<div>
<!-- UY BEGIN -->
<div id="uyan_frame"></div>
<script type="text/javascript" src="http://v2.uyan.cc/code/uyan.js?uid=2155152"></script>
<!-- UY END -->
<div style="width: 80%">
<!-- 多说评论框 start -->
<div id="SOHUCS" sid="kkfileView"></div>
<script charset="utf-8" type="text/javascript" src="https://changyan.sohu.com/upload/changyan.js" ></script>
<script type="text/javascript">
window.changyan.api.config({
appid: 'cytx6wU4N',
conf: 'prod_c53858654f21b8f813c14b7681f5405a'
});
</script>
<!-- 多说评论框 end -->
</div>
</div>

Expand Down

0 comments on commit 1c1a945

Please sign in to comment.