feat(arc): 新增ARC设备管理功能
- 创建了ARC设备管理的完整CRUD功能模块 - 实现了后台控制器、模型、验证器和视图文件 - 配置了应用基础设置和站点信息参数 - 添加了API接口控制器和数据模型 - 集成了Bootstrap表格组件和表单验证功能 - 支持设备IMEI、APP ID、SDK KEY等关键信息管理 - 实现软删除和回收站功能 - 配置了前端页面模板和JavaScript交互逻辑
This commit is contained in:
6
application/admin/lang/zh-cn/arc.php
Normal file
6
application/admin/lang/zh-cn/arc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Imei' => '设备imei号',
|
||||
'Active_key' => '激活码'
|
||||
];
|
||||
16
application/admin/lang/zh-cn/command.php
Normal file
16
application/admin/lang/zh-cn/command.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => 'ID',
|
||||
'Type' => '类型',
|
||||
'Params' => '参数',
|
||||
'Command' => '命令',
|
||||
'Content' => '返回结果',
|
||||
'Executetime' => '执行时间',
|
||||
'Createtime' => '创建时间',
|
||||
'Updatetime' => '更新时间',
|
||||
'Execute again' => '再次执行',
|
||||
'Successed' => '成功',
|
||||
'Failured' => '失败',
|
||||
'Status' => '状态'
|
||||
];
|
||||
Reference in New Issue
Block a user