mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 05:02:49 +00:00
15 lines
265 B
TOML
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 = "系统通知公告"
|