🤗修改应用PanSou的字段
This commit is contained in:
parent
cad4cd2759
commit
8eced1610b
|
|
@ -66,22 +66,22 @@ additionalProperties:
|
||||||
type: text
|
type: text
|
||||||
|
|
||||||
- default: true
|
- default: true
|
||||||
envKey: MOONTV_ENABLE_REGISTER
|
envKey: CACHE_ENABLED
|
||||||
required: true
|
required: true
|
||||||
type: select
|
type: select
|
||||||
label:
|
label:
|
||||||
en: Enable Registration
|
en: Enable Cache
|
||||||
ja: 登録を有効にする
|
ja: キャッシュを有効にする
|
||||||
ms: Dayakan Pendaftaran
|
ms: Dayakan Cache
|
||||||
pt-br: Habilitar Registro
|
pt-br: Habilitar Cache
|
||||||
ru: Включить регистрацию
|
ru: Включить кэш
|
||||||
ko: 회원가입 활성화
|
ko: 캐시 활성화
|
||||||
zh: 启用注册
|
zh: 启用缓存
|
||||||
zh-Hant: 啟用註冊
|
zh-Hant: 啟用快取
|
||||||
values:
|
values:
|
||||||
- label: 启用
|
- label: 启用缓存
|
||||||
value: "true"
|
value: "true"
|
||||||
- label: 禁用
|
- label: 禁用缓存
|
||||||
value: "false"
|
value: "false"
|
||||||
|
|
||||||
- default: "3600"
|
- default: "3600"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue