11# XEChat-Idea
22
3- > Version 1.6.6 -beta
3+ > Version 1.6.7 -beta
44
55> 基于Netty的IDEA即时聊天插件:让你能够在IDEA里实现聊天、下棋、斗地主!(理论上支持JetBrains全系列开发工具🙂)
66
4343* 数独(作者 @[ Speciallei] ( https://github.com/Specialleiliei ) ,感谢PR😊)
4444* 推箱子(作者 @[ Speciallei] ( https://github.com/Specialleiliei ) ,感谢PR😊)
4545* 中国象棋(支持2人联机、人机对战,作者 @[ 15738383930] ( https://github.com/15738383930 ) ,感谢PR😊)
46+ * 俄罗斯方块(作者 @[ SherlockerSun] ( https://github.com/SherlockerSun ) ,感谢PR😊)
47+ * 扫雷(作者 @[ SherlockerSun] ( https://github.com/SherlockerSun ) ,感谢PR😊)
4648
4749** 工具类**
4850
6668
6769![ ] ( https://oss.xeblog.cn/prod/76dee7f5bb924dd59a5ffaaf333fc45c.png )
6870
71+ ![ ] ( https://oss.xeblog.cn/prod/ad9a78cf91b94ec0b0a622a8de8f38d9.png )
72+
73+ ![ ] ( https://oss.xeblog.cn/prod/8adc57b65371469ab6dec2d9e34cb38b.png )
74+
75+ ![ ] ( https://oss.xeblog.cn/prod/d5706e73906f4377921231898c3ddceb.png )
76+
6977### 项目结构
7078
7179```
@@ -150,6 +158,7 @@ java -jar target/xechat-server-xxx.jar
150158* ** 设置ip2region文件** :` -ipfile {文件路径} `
151159* ** 设置管理员令牌** :` -token {令牌} `
152160* ** 指定外部配置文件** :` -path {文件路径} `
161+ * ** 开放WS协议** :` -enableWS {true|false} `
153162
154163具体的外部配置文件信息请看:` xechat-server/src/main/resources/config.setting `
155164
@@ -163,6 +172,8 @@ java -jar target/xechat-server-xxx.jar -p 1024 -swfile /Users/anlingyi/local/tes
163172
164173[ 和风天气相关配置参考] ( https://xeblog.cn/articles/101 )
165174
175+ [ 开放WS协议相关配置参考] ( https://xeblog.cn/articles/113 )
176+
166177### IDEA插件端
167178
168179#### 修改IDEA版本
@@ -171,7 +182,7 @@ java -jar target/xechat-server-xxx.jar -p 1024 -swfile /Users/anlingyi/local/tes
171182
172183```
173184intellij {
174- version '2021.2 '
185+ version '2021.3 '
175186}
176187```
177188
@@ -237,11 +248,12 @@ http://plugins.xeblog.cn
237248version : ' 3'
238249services :
239250 xechat :
240- image : anlingyi/xechat-server:1.6.5 -beta
251+ image : anlingyi/xechat-server:1.6.7 -beta
241252 container_name : xechat-server
242253 restart : always
243254 ports :
244255 - 1024:1024
256+ - 1025:1025
245257 volumes :
246258 - /home/xechat/logs:/var/log/xechat-server
247259 - /home/xechat/config/config.setting:/home/xechat/config/config.setting
0 commit comments