Change type from int to integer in satori.yaml

This commit is contained in:
Typer_Body
2026-02-18 18:07:57 +08:00
committed by GitHub
parent 6fb7fc80cc
commit 41d31d77d8

View File

@@ -35,7 +35,7 @@ spec:
label:
en_US: Port
zh_Hans: 监听端口
type: int
type: integer
required: true
default: 5600
- name: satori_api_base_url
@@ -62,4 +62,4 @@ spec:
execution:
python:
path: ./satori.py
attr: SatoriAdapter
attr: SatoriAdapter