Files
fastapi_best_architecture/backend/plugin/config/plugin.toml
Wu Clan 1e54b0ba42 Add plugin info config and interfaces (#601)
* Add plugin info config and interfaces

* Remove test data
2025-05-15 20:50:24 +08:00

13 lines
211 B
TOML

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