Files
fastapi_best_architecture/backend/plugin/config/plugin.toml
Wu Clan 08674ab95f Update plugins and adapt to new features (#1040)
* Update plugins and adapt to new features

* Update plugin versions
2026-01-25 20:23:08 +08:00

15 lines
284 B
TOML

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