v3.1fix

OpenBMB/UltraRAGv3.1fixOct 10, 2017by snail007

AI Summary

This release optimizes intranet penetration functionality by simplifying the startup process and fixes a command line argument parsing bug, while also expanding the manual with WeChat and configuration file examples.

Key Highlights

  • Optimized intranet penetration to allow starting just one component
  • Fixed duplicate command line argument parsing issue
  • Added WeChat interface local development examples
  • Added configuration file usage documentation

New Features

  • Simplified intranet penetration startup logic
  • Server-side port exposure configuration
  • Fixed command line argument parsing bug
  • Updated manual with WeChat examples

Full Release Notes

1.优化了内网穿透功能,bridge,client和server只需要启动一个即可。  
  server端启动的时候可以指定client端要暴露的一个或者多个端口。  
2.修复了重复解析命令行参数的问题。  
3.手册增加了微信接口本地开发的示例。  
4.增加了配置文件使用说明.