Files
fastapi-best-architecture/backend/plugin/notice/plugin.toml
T

15 lines
265 B
TOML

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