Files
cultivation-world-simulator/web
Zihao Xu 498249e83b fix: handle overlapping avatar names in highlightAvatarNames (#77)
Use single-pass regex replacement instead of multiple replaceAll calls.
This prevents shorter names from matching inside already-replaced longer names.

For example, with names '张三' and '张三丰', the text '张三丰是大师' now
correctly highlights only '张三丰', not '张三' within it.
2026-01-19 23:46:42 -08:00
..
2025-11-20 01:27:48 +08:00
2025-11-20 01:27:48 +08:00
2025-11-22 01:13:36 +08:00
2026-01-19 21:26:09 +08:00
2025-12-04 21:33:14 +08:00