We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c22d6 commit b530a8dCopy full SHA for b530a8d
2 files changed
README.md
@@ -115,7 +115,7 @@ Hydro 用户群:1085853538
115
116
- ui: 比赛页面添加打印快捷入口
117
- ui: 比赛题目列表显示时空限制和提交按钮
118
-- core: 检查提解投票权限
+- core: 检查题解投票权限
119
- ui: 修复题目配置页文件操作
120
- ui: 移除旧的 window.Hydro.util 和 window.Hydro.component 对象
121
- onsite-toolkit: 添加导入工具
packages/hydrooj/src/handler/problem.ts
@@ -991,6 +991,7 @@ export class ProblemStatisticsHandler extends ProblemDetailHandler {
991
992
export class ProblemCreateHandler extends Handler {
993
async get() {
994
+ this.response.body.statementLangs = this.ctx.i18n.langs(false);
995
this.response.template = 'problem_edit.html';
996
this.response.body = {
997
page_name: 'problem_create',
0 commit comments