初始化项目:添加后端代码、ThinkPHP框架、前端资源

This commit is contained in:
amb
2026-09-03 12:42:39 +08:00
commit 482bece22e
3726 changed files with 416708 additions and 0 deletions
@@ -0,0 +1,16 @@
<?php
return [
'Testpaper_id' => '试卷',
'Question_id' => '问题',
'Score' => '分数',
'Miss_score_type' => '漏选分设置',
'Miss_score_type 0' => '固定分数',
'Miss_score_type 1' => '每个选项得分',
'Score_miss' => '漏选固定分数',
'Score_miss_single' => '漏选每个选项得分',
'Createtime' => '创建时间',
'Question.type' => '类型 single=单选题;multiple=多选题;judge=判断',
'Question.question' => '问题',
'Testpaper.name' => '名称'
];