Add tombi toml and bump pre-commits (#1061)

This commit is contained in:
Wu Clan
2026-02-04 23:37:38 +08:00
committed by GitHub
parent d1fd5b6694
commit f5af411339
8 changed files with 67 additions and 61 deletions
+8 -8
View File
@@ -1,13 +1,13 @@
[plugin]
summary = '代码生成'
version = '0.1.1'
description = '生成通用业务代码'
author = 'wu-clan'
tags = ['other']
database = ['mysql', 'postgresql']
summary = "代码生成"
version = "0.1.1"
description = "生成通用业务代码"
author = "wu-clan"
tags = ["other"]
database = ["mysql", "postgresql"]
[app]
router = ['v1']
router = ["v1"]
[settings]
CODE_GENERATOR_DOWNLOAD_ZIP_FILENAME = 'fba_generator'
CODE_GENERATOR_DOWNLOAD_ZIP_FILENAME = "fba_generator"