merge purchase

This commit is contained in:
maqian
2026-05-15 16:01:20 +08:00
parent 1d9755a2e9
commit af3988bcdb
98 changed files with 11868 additions and 11940 deletions

View File

@@ -0,0 +1,14 @@
## 本次变更总结
**时间**: 2026-04-23
**涉及文件**:
- `src/i18n/locales/zh-CN.json` (修改)
- `src/i18n/locales/en.json` (修改)
- `src/i18n/locales/ar.json` (修改)
**主要改动**:
- 修正三份语言包文件**末尾**的 JSON 结构:`41f42a3e.fe6d9b``bea3f44a.e01a11`(导出任务提示)之间补上**尾随逗号**,避免非法 JSON。
- `en.json` / `ar.json`:原先在 `fe6d9b` 后错误闭合 `}`,已将 `bea3f44a.e01a11` 收回到根对象内,与中文包字段一致。
**一句话概括**: fix: 修复 zh/en/ar 语言包末尾 JSON 结构与导出提示文案 key

View File

@@ -1,4 +1,6 @@
## 次变更总结
## 最近一次变更摘要
**时间**: 2026-04-23
**时间**: 2026-05-06