|
|
5d418a2280
|
修复测试用例区域温馨提醒 tooltip 不换行
n-tooltip 的内容容器默认按内容宽度撑开(naive-ui 没有设默认 max-width/
white-space),SQL 提示文案变长后整段挤成一条超宽横线。加 max-width 约束
宽度使其正常换行。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-07-02 18:02:49 -06:00 |
|
|
|
b4ac42b736
|
出题表单:修复 SQL 题崩溃并隐藏流程图区域
流程图区域的"AI 生成"按钮读取 problem.answers 里 language==='Python3' 的
第一项 .code,SQL 题(languages=["SQL"])没有 Python3 答案,[0] 为
undefined,导致模板抛 TypeError 崩溃整个出题页。
流程图功能本身依赖 Python 答案生成 Mermaid 代码,对 SQL 题没有意义,
和已隐藏的"代码规则检查"一样直接整块隐藏(切到 SQL 时顺带重置
allow_flowchart/show_flowchart,避免脏数据)。顺手给禁用态判断加了
可选链,修掉未选 Python3 时同样会崩的潜在问题(如仅选 C/C++ 的题目)。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-07-02 17:45:44 -06:00 |
|
|
|
c227c1d506
|
出题表单:SQL 题隐藏代码规则检查
AstRulesEditor 基于 tree-sitter 对 Python/C 做 AST 解析(后端 ast_checker
只注册了这两种语言),对 SQL 没有意义;此前只要 SQL 在已选语言里就会渲染
出对应 tab,选项全是 for/while 循环等编程语言概念。切到 SQL 时隐藏该区块
并清空 ast_rules,避免出题界面出现无意义配置。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-07-02 17:41:50 -06:00 |
|
|
|
38500671af
|
新增 SQL 题型前端支持
- LANGUAGE 类型与六张语言映射表补 SQL;编辑器 SQLite 方言高亮
- 出题表单:SQL 语言选项、题型/行序配置卡片、数据脚本压缩包上传、标准答案必填校验
- 修复做题页语言回退硬编码 Python3 的问题(SQL 题会提交被拒)
- SQL 题隐藏自测猫/自测屏/复制到自测猫(外部运行器不支持 SQL)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-07-02 17:23:23 -06:00 |
|
|
|
5867bbceed
|
add new type of self-learning
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-29 19:38:00 -06:00 |
|
|
|
71fc5e3246
|
update
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-29 19:01:41 -06:00 |
|
|
|
a4bd4fcd13
|
update
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-29 07:52:17 -06:00 |
|
|
|
1d285c8694
|
update
|
2026-06-29 07:48:13 -06:00 |
|
|
|
4261bae104
|
update
|
2026-06-29 07:19:04 -06:00 |
|
|
|
2da0d098b9
|
fix
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-29 06:27:14 -06:00 |
|
|
|
e425fbae53
|
fix copy
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-29 06:19:06 -06:00 |
|
|
|
06633c351f
|
update
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-22 18:27:27 -06:00 |
|
|
|
5ca488616b
|
update
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-22 05:45:07 -06:00 |
|
|
|
df45b8f545
|
fix
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-14 09:53:04 -06:00 |
|
|
|
be0bc87d47
|
add state for submitting button
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-14 08:52:47 -06:00 |
|
|
|
43a5c923b4
|
Plan submit formatting button state
|
2026-06-14 08:46:35 -06:00 |
|
|
|
62d75b6e06
|
Document submit formatting button state
|
2026-06-14 08:43:19 -06:00 |
|
|
|
bd4461d2bc
|
fix
|
2026-06-14 08:36:32 -06:00 |
|
|
|
12342f7f79
|
feat(problem): auto-format Python3/C/C++ code before submit
|
2026-06-14 08:12:31 -06:00 |
|
|
|
dad65c4bef
|
feat(api): add formatCode endpoint for pre-submit formatting
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-06-14 08:09:38 -06:00 |
|
|
|
d16ee709b2
|
update
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-09 05:04:40 -06:00 |
|
|
|
77db837af3
|
fix
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-07 05:57:48 -06:00 |
|
|
|
4b05086ba1
|
use default props
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-06 05:49:02 -06:00 |
|
|
|
31d7f4d274
|
fix
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-05 10:46:26 -06:00 |
|
|
|
45a0638b7e
|
fix
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-05 10:39:35 -06:00 |
|
|
|
9920bc4aed
|
test
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-05 10:33:56 -06:00 |
|
|
|
6a97c7ee6e
|
update
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-05 10:06:46 -06:00 |
|
|
|
fe51ad94cc
|
update
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-05 09:59:08 -06:00 |
|
|
|
0a0d53124d
|
fix
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-05 09:46:52 -06:00 |
|
|
|
f9d7c2ff92
|
update
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-05 09:03:38 -06:00 |
|
|
|
324e85d2c0
|
update
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-05 08:52:00 -06:00 |
|
|
|
4ef2738afd
|
fix
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-05 00:59:56 -06:00 |
|
|
|
89a6e79489
|
update
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-05 00:58:55 -06:00 |
|
|
|
1dac639003
|
update
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-05 00:52:02 -06:00 |
|
|
|
9344a6e648
|
update
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-05 00:03:29 -06:00 |
|
|
|
d9a1ee28c6
|
fix
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-04 23:59:23 -06:00 |
|
|
|
0b2383bb48
|
fix
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-04 09:03:17 -06:00 |
|
|
|
cd5ab41981
|
update
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-04 09:00:53 -06:00 |
|
|
|
8549b6c177
|
revert
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-04 08:56:47 -06:00 |
|
|
|
4aa0072567
|
fix
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-04 08:54:04 -06:00 |
|
|
|
41c4fdbc5c
|
update
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-04 08:44:54 -06:00 |
|
|
|
33b6e35d6b
|
add ai report
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-04 08:06:36 -06:00 |
|
|
|
b3edf5383a
|
update
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-04 07:11:47 -06:00 |
|
|
|
2e31040b79
|
update
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-03 09:39:30 -06:00 |
|
|
|
f6232da3ba
|
fix
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-03 09:06:08 -06:00 |
|
|
|
e33ef710af
|
add a chart
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-03 08:54:10 -06:00 |
|
|
|
0c165d61ff
|
revert
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-03 08:16:08 -06:00 |
|
|
|
e9a416b6b4
|
fix
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-03 08:05:43 -06:00 |
|
|
|
39dbe143cb
|
fix
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
|
2026-06-03 07:41:14 -06:00 |
|
|
|
d8363b997a
|
fix
|
2026-06-03 07:38:05 -06:00 |
|