Files
bl/public/config/ServerR.xml
昔念 2f3ca21165 feat(login): 重构 login 服务启动方式
- 修改 login 服务端口配置,支持动态分配
- 优化 login 服务启动流程,增加信号处理
- 调整 ServerOption 类型,支持 int 类型端口
- 移除 CommendSvrInfo 相关代码,简化结构
- 更新 main 函数,采用新的服务启动方式
2025-07-06 01:49:19 +08:00

81 lines
2.1 KiB
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--公网-->
<config>
<newsversion>20250307</newsversion>
<regversion>20250403</regversion>
<dailyTask>2</dailyTask>
<superNoNo>1</superNoNo>
<uiversion>20250307</uiversion>
<fightVersion>20250307</fightVersion>
<ipConfig>
<http url="/ip.txt"/>
<!--http url="http://login.51seer.com/ip.txt"/-->
<EmailLogin url="http://127.0.0.1:8080/"/>
<Email ip="10.1.1.4" port="7777"/>
<DirSer ip="10.1.1.4" port="7777"/>
<Visitor ip="10.1.1.4" port="7777"/>
<!-- 拉服务器列表创建人物形象-->
<SubServer ip="10.1.1.4" port="7788"/>
<!-- 注册服务器 -->
<RegistSer ip="10.1.1.5" port="3200"/>
</ipConfig>
<ServerList max="300">
<list name="扎克星"/>
<list name="天蝎星"/>
<list name="射手星"/>
<list name="山羊星"/>
<list name="水瓶星"/>
<list name="双鱼星"/>
<list name="天鹰星"/>
<list name="测试内部服"/>
<list name="天秤星"/>
</ServerList>
<!-- <Res url="http://10.1.1.4/resource/" />-->
<Res url="resource/" />
<Npc url="resource/npc/" />
<AppModule url="module/com/robot/module/app/" />
<TaskModule url="module/com/robot/module/task/" />
<BookModule url="module/com/robot/module/book/" />
<GameModule url="module/com/robot/module/game/" />
<HelpModule url="module/com/robot/module/help/" />
<TaskItemIconURL url="resource/item/task/icon/" />
<MailTemplateURL url="resource/mail/" />
<ClothLight url="resource/eff/clothLight/" />
<Transform url="resource/transform/movie/" />
<DailyActive url="module/com/robot/module/dailyActive/" />
</config>
****
<!--
定期更新内容
包括Loading文字
-->
<root>
<!-- loading文字 -->
<loading>
<list str = "快去探索!"/>
</loading>
<!-- 咚咚说话 $号代表换行-->
<blue>
<list str = ""/>
</blue>
<!-- 叮叮说话 $号代表换行-->
<green>
<list str = "……"/>
</green>
<brother>
<list str = ""/>
</brother>
<map>
<list str = "◎ 封印"/>
</map> <news>
<list str = "第四封印迸发!"/>
</news>
<newsChangeMap>
<list id = "5"/>
<list id = "326"/>
<list id = "103"/>
<list id = "326"/>
</newsChangeMap>
</root>