1
0
Fork 0

😚添加密码随机

This commit is contained in:
LiuShen 2025-06-25 17:33:21 +08:00
parent 0721bab031
commit 833c05f830
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,7 @@ additionalProperties:
zh: 数据库名
zh-Hant: 數據庫名
required: true
random: true
rule: paramCommon
type: text
@ -57,6 +58,7 @@ additionalProperties:
zh: 数据库用户
zh-Hant: 數據庫用戶
required: true
random: true
rule: paramCommon
type: text
@ -74,6 +76,7 @@ additionalProperties:
zh: 数据库密码
zh-Hant: 數據庫密碼
required: true
random: true
type: password
- default: 3306