- 判题结果页引入友好错误解释面板,按 verdict 类型给出提示与改进建议 - 新增 dedup_runtimeinfo() 函数将重复 RE 测试点折叠为区间汇总 - 区分管理员/源浏览者与普通用户视图,原始错误默认折叠 - 错误模式匹配扩展至 28 条,覆盖 glibc/Java/Python/Go 等常见运行时异常 - 提交页改用卡片式布局,编辑器工具栏与测试运行区交互优化 - 中英文语言文件补充相关文案与快捷操作标签 - 切换 LLM 点评 API 至 newapi.klarkxy.xyz,模型改为 minimax-m3 - 新增 .codegraph/.gitignore 忽略本地调试数据
6 lines
229 B
Plaintext
6 lines
229 B
Plaintext
# CodeGraph data files — local to each machine, not for committing.
|
|
# Ignore everything in .codegraph/ except this file itself, so transient
|
|
# files (the database, daemon.pid, sockets, logs) never show up in git.
|
|
*
|
|
!.gitignore
|