Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2025-03-20 01:41:19 +00:00
commit 4200b27369
2 changed files with 7 additions and 4 deletions

View File

@ -42,7 +42,7 @@ export const ChannelConfigForm = () => {
type: 'void',
'x-component': 'Grid.Col',
'x-component-props': {
width: 50,
width: 45,
},
properties: {
host: {
@ -62,7 +62,7 @@ export const ChannelConfigForm = () => {
type: 'void',
'x-component': 'Grid.Col',
'x-component-props': {
width: 25,
width: 20,
},
properties: {
port: {
@ -92,7 +92,7 @@ export const ChannelConfigForm = () => {
type: 'void',
'x-component': 'Grid.Col',
'x-component-props': {
width: 25,
width: 35,
},
properties: {
secure: {
@ -100,6 +100,8 @@ export const ChannelConfigForm = () => {
title: '{{t("Secure")}}',
'x-decorator': 'FormItem',
'x-component': 'TextAreaWithGlobalScope',
description:
'{{t("In most cases, if using port 465, set it to true; otherwise, set it to false.")}}',
'x-component-props': {
boolean: true,
useTypedConstant: [['boolean', { style: { width: '100%' } }]],

View File

@ -18,5 +18,6 @@
"SMTP server host": "SMTP 服务器主机",
"Content type": "内容格式",
"Plain text": "纯文本",
"Transport": "传输方式"
"Transport": "传输方式",
"In most cases, if using port 465, set it to true; otherwise, set it to false.": "通常情况下,如果使用端口 465 ,请设置为 true ;否则,请设置为 false 。"
}