Files
fastapi_best_architecture/backend/plugin/notice/plugin.toml
2025-09-02 15:51:07 +08:00

13 lines
207 B
TOML

[plugin]
summary = '通知公告'
version = '0.0.2'
description = '发布系统内部通知、公告'
author = 'wu-clan'
[app]
extend = 'admin'
[api.notice]
prefix = '/notices'
tags = '系统通知公告'