初始化项目:添加后端代码、ThinkPHP框架、前端资源
This commit is contained in:
@@ -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' => '名称'
|
||||
];
|
||||
Reference in New Issue
Block a user