Files
bl/public/config/ServerR.xml
昔念 86c38fbc84 refactor(login): 修改登录服务相关功能
- 修改端口配置:将 .vscode/launch.json 中的端口从 27777 改为 27000
- 优化会话管理:更新 session 包中的 GetSession 和 SaveSession 函数,使用新的 sessionprx 变量
- 调整登录逻辑:修改 login 控制器中的 Login 函数,优化会话验证流程
- 扩展服务器信息结构:在 CommendSvrInfo 结构中添加好友和黑名单信息字段
- 修复 GetSessionId 函数:改进错误处理,确保返回值的一致性
- 更新服务器配置:修改 ServerR.xml 中的 EmailLogin URL 为本地地址
- 其他 minor changes:删除了一些不必要的注释和打印语句
2025-07-05 22:32:44 +08:00

90 lines
2.3 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="尼尔星1"/>
<list name="尼尔星2"/>
<list name="尼尔星3"/>
<list name="尼尔星4"/>
<list name="尼尔星5"/>
<list name="尼尔星6"/>
<list name="尼尔星7"/>
<list name="尼尔星8"/>
<list name="尼尔星9"/>
<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>