rwadurian/backend/mpc-system/services
hailin c2ee9b6daf fix(android): 修复批处理文件中文乱码问题
修复内容:
1. 添加 chcp 65001 设置UTF-8编码(支持中文)
2. 改用全英文输出(避免不同CMD编码导致的乱码)

现在在任何Windows CMD环境都能正确显示。

问题原因:
- Windows CMD默认使用GBK编码
- 批处理文件使用UTF-8编码保存
- 导致中文字符显示为乱码

解决方案:
- chcp 65001 切换到UTF-8编码页(静默执行)
- 使用英文输出确保兼容性

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-26 23:53:25 -08:00
..
account Revert "fix(co-keygen): convert threshold at storage time to match tss-lib convention" 2025-12-31 10:24:25 -08:00
message-router fix(message-router): prevent subscription race condition on gRPC reconnect 2026-01-01 10:04:11 -08:00
server-party fix(participate_signing): 恢复 Execute 方法的 UserShareData 分支 2026-01-26 19:00:52 -08:00
server-party-api fix(context): use parent context instead of Background() to allow proper cancellation 2025-12-06 06:36:34 -08:00
server-party-co-managed fix(co-managed): 使用数据库中的 PartyIndex 而非循环索引 2026-01-26 20:24:32 -08:00
service-party-android fix(android): 修复批处理文件中文乱码问题 2026-01-26 23:53:25 -08:00
service-party-app fix(tss): 修复备份恢复后签名失败的问题 2026-01-20 00:39:05 -08:00
session-coordinator feat(session): broadcast participant_joined event via gRPC for real-time UI updates 2026-01-01 08:34:47 -08:00
tss-wasm feat(tss): add real-time round progress from msg.Type() parsing 2026-01-01 22:41:51 -08:00