refactor(timer): TimerConfig 控制器与视图迁移到 Base 层

控制器逻辑移入 extend/base/admin/controller/system/TimerConfigBase.php,app 层改为空壳继承。9 个视图文件迁移到 extend/base/admin/view/system/timer_config/。index.js 补 toolbar: ['refresh', 'export'] 声明(C 类页面,去掉默认的 add/delete)。

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
augushong
2026-07-25 22:39:20 +08:00
parent 1d704fc32c
commit 009647f96f
16 changed files with 183 additions and 172 deletions

View File

@@ -0,0 +1,3 @@
$(function(){
ua.listen();
})