Files
fastapi_best_architecture/backend/plugin/notice/plugin.toml
Wu Clan 1e54b0ba42 Add plugin info config and interfaces (#601)
* Add plugin info config and interfaces

* Remove test data
2025-05-15 20:50:24 +08:00

13 lines
208 B
TOML

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