Files
fastapi_best_architecture/backend/plugin/config/plugin.toml
2026-02-04 23:37:38 +08:00

15 lines
289 B
TOML

[plugin]
summary = "参数配置"
version = "0.0.2"
description = "通常用于动态配置系统参数和前端工程数据展示"
author = "wu-clan"
tags = ["other"]
database = ["mysql", "postgresql"]
[app]
extend = "admin"
[api.config]
prefix = "/configs"
tags = "系统参数配置"