Files
fastapi_best_architecture/backend/plugin/config/plugin.toml
2025-06-27 18:14:25 +08:00

13 lines
210 B
TOML

[plugin]
summary = '参数配置'
version = '0.0.1'
description = '通常用于前端工程数据展示'
author = 'wu-clan'
[app]
extend = 'admin'
[api.config]
prefix = '/configs'
tags = '系统参数配置'