wanphp/plugins-message-board

留言板

v1.0.4 2023-02-17 06:27 UTC

This package is auto-updated.

Last update: 2024-09-17 10:12:54 UTC


README

### 在系统配置中添加以下配置

[
    'messageBoard'=>[
        'applicationPath'='/message/', //前端程序路径
        'adminUid'=>[1,2] // 管理员ID
    ]
]