中文枚举

This commit is contained in:
2025-10-24 21:38:52 +08:00
parent 3fd97aa43f
commit bd8729d473
7 changed files with 9 additions and 18 deletions

View File

@@ -1130,9 +1130,7 @@ definitions:
type:
allOf:
- $ref: '#/definitions/notify.NotifierType'
description: |-
Type 指定要测试的通知渠道
@enum(smtp, wechat, lark, log)
description: Type 指定要测试的通知渠道
required:
- type
type: object
@@ -1832,14 +1830,12 @@ definitions:
- smtp
- wechat
- lark
- sms
- log
type: string
x-enum-varnames:
- NotifierTypeSMTP
- NotifierTypeWeChat
- NotifierTypeLark
- NotifierTypeSMS
- NotifierTypeLog
info:
contact: