初始化项目:添加后端代码、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,17 @@
<?php
return [
'Name' => '名称',
'Group_id' => '分组',
'Random_type' => '随机类型',
'Random_type random' => '混淆题目顺序或选项',
'Random_type type' => '根据题型随机出题',
'Random_question' => '题目乱序',
'Random_option' => '选项乱序',
'Random_type_val' => '题型随机出题数量',
'Status' => '状态',
'Status 1' => '正常',
'Status 0' => '禁用',
'Createtime' => '创建时间',
'Group.name' => '名称'
];