Compare commits

...

1 Commits

Author SHA1 Message Date
WangCham
f8979056eb fix: optimize configuration function 2026-03-28 09:43:49 +08:00

View File

@@ -55,6 +55,10 @@ spec:
type: string type: string
required: false required: false
default: "" default: ""
show_if:
field: enable-webhook
operator: eq
value: true
- name: Token - name: Token
label: label:
en_US: Token en_US: Token
@@ -65,6 +69,10 @@ spec:
type: string type: string
required: false required: false
default: "" default: ""
show_if:
field: enable-webhook
operator: eq
value: true
- name: EncodingAESKey - name: EncodingAESKey
label: label:
en_US: EncodingAESKey en_US: EncodingAESKey
@@ -75,6 +83,10 @@ spec:
type: string type: string
required: false required: false
default: "" default: ""
show_if:
field: enable-webhook
operator: eq
value: true
- name: enable-stream-reply - name: enable-stream-reply
label: label:
en_US: Enable Stream Reply en_US: Enable Stream Reply