admin_dashboard

优质
小牛编辑
128浏览
2023-12-01

钩子名称

admin_dashboard

钩子参数

插件返回结果

类型:array

[
    'width'  => 12,/*(必须)插件视图块占用的宽度,按bootstrap栅格系统定义,最大12,建议*/
    'view'   => $this->fetch('widget'),/*(必须)插件视图的 html,插件中自己渲染视图*/
    'plugin' => 'SystemInfo' ,/*(必须)插件名*/
]