Files
fastapi-best-architecture/backend/plugin/notice/plugin.toml
T
Wu Clan 08674ab95f Update plugins and adapt to new features (#1040)
* Update plugins and adapt to new features

* Update plugin versions
2026-01-25 20:23:08 +08:00

15 lines
260 B
TOML

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