用AI赚第一桶💰低成本搭建一套AI赚钱工具,源码可二开。 广告
# 后台首页仪表盘钩子 ## 钩子名称 `admin_dashboard` ## 钩子参数 无 ## 插件返回结果 `类型`:array ``` [ 'width' => 12,/*(必须)插件视图块占用的宽度,按bootstrap栅格系统定义,最大12,建议*/ 'view' => $this->fetch('widget'),/*(必须)插件视图的 html,插件中自己渲染视图*/ 'plugin' => 'SystemInfo' ,/*(必须)插件名*/ ] ```