3 Commits

Author SHA1 Message Date
12af8e9ac8 fix: CRUD endpoint return format - remove json.dumps, use widgettype format 2026-07-03 14:51:19 +08:00
7d6362b1d4 chore: remove committed symlink wwwroot/bugfix 2026-06-29 11:31:26 +08:00
6493b636a7 fix: i18n_getmsgs.dspy 读取路径缺少 i18n/ 前缀
原代码: os.path.dirname(__file__) + lang → wwwroot/{lang}/i18n.json (不存在)
修正为: + 'i18n' + lang → wwwroot/i18n/{lang}/i18n.json (正确)
同时重跑 merge_i18n.py 确保生成最新合并文件
2026-06-29 11:31:13 +08:00