Files
fastapi_best_architecture/backend/plugin/notice/plugin.toml
2025-06-27 18:14:25 +08:00

13 lines
207 B
TOML

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