Files
CC-Switch/src-tauri/src
Jason 01eee0ae22 fix(proxy): handle UTF-8 char boundary when truncating request body log
Rust strings are UTF-8 encoded, slicing at a fixed byte index may cut
in the middle of a multi-byte character (e.g., Chinese, emoji), causing
a panic. Use is_char_boundary() to find the nearest safe cut point.
2026-01-09 12:44:39 +08:00
..
2025-11-24 11:00:45 +08:00
2025-11-24 11:00:45 +08:00
2025-12-31 22:57:00 +08:00
2025-11-22 19:18:35 +08:00
2025-12-31 22:57:00 +08:00
2025-12-05 11:26:41 +08:00