fix: 修复分类显示文字,标签统一为问题描述,新建目标也用Markdown编辑器

This commit is contained in:
hmo
2026-04-23 23:02:25 +08:00
parent 26dd158f01
commit 68e106018b
2 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -151,7 +151,7 @@
</div>
</div>
<div class="mb-3">
<label class="form-label">问题内容 (Markdown)</label>
<label class="form-label">问题描述 (Markdown)</label>
<textarea class="form-control editor-textarea" id="editProblemContent" rows="20"></textarea>
</div>
</div>