mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 13:12:24 +00:00
15 lines
260 B
TOML
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 = '系统通知公告'
|