This commit is contained in:
2025-02-08 00:19:28 +08:00
parent 5b4a0507ae
commit c37a99f06d
3 changed files with 10 additions and 5 deletions

View File

@@ -141,6 +141,7 @@ const LANG_MAP: Record<string, string> = {
"Configure image generation settings": "配置图片生成设置",
"New Chat": "新对话",
"Delete Chat": "删除对话",
"removed from context": "已从上下文中移除",
};
export default LANG_MAP;