mirror of
https://github.com/fastapi-practices/fastapi_best_architecture.git
synced 2026-03-13 09:31:31 +08:00
13 lines
235 B
TOML
13 lines
235 B
TOML
[plugin]
|
|
summary = '参数配置'
|
|
version = '0.0.2'
|
|
description = '通常用于动态配置系统参数/前端工程数据展示'
|
|
author = 'wu-clan'
|
|
|
|
[app]
|
|
extend = 'admin'
|
|
|
|
[api.config]
|
|
prefix = '/configs'
|
|
tags = '系统参数配置'
|