Merge pull request #1 from w4n9hu1/copilot/update-chinese-i18n-label-memory

fix(i18n): correct Chinese label for memory layer — 内存管理 → 记忆管理
This commit is contained in:
Wang Hui
2026-03-10 23:22:54 +08:00
committed by GitHub

View File

@@ -55,7 +55,7 @@
"layer_labels": { "layer_labels": {
"tools": "工具与执行", "tools": "工具与执行",
"planning": "规划与协调", "planning": "规划与协调",
"memory": "内存管理", "memory": "记忆管理",
"concurrency": "并发", "concurrency": "并发",
"collaboration": "协作" "collaboration": "协作"
}, },