opt toCharArray

This commit is contained in:
binbin.hou
2025-09-04 18:47:41 +08:00
parent 5d87a93cbd
commit 3488319f29
19 changed files with 81 additions and 51 deletions

View File

@@ -456,3 +456,9 @@
| 序号 | 变更类型 | 说明 | 时间 | 备注 |
|:---|:-----|------------|:------------------|:---------------------------------------------------|
| 1 | O | 优化 char 映射 | 2025-9-4 16:22:24 | https://github.com/houbb/sensitive-word/issues/131 |
# release_0.29.0
| 序号 | 变更类型 | 说明 | 时间 | 备注 |
|:---|:-----|-------------------------------|:------------------|:---------------------------------------------------|
| 1 | O | 尽量用 string.charAt 替代 `chars[i]` | 2025-9-4 16:22:24 | https://github.com/houbb/sensitive-word/issues/131 |