Merge "amis-saas-8967 feat: Page、Service组件初始静态数据更名为“组件静态数据”" into pre-release

This commit is contained in:
wutong25 2022-12-28 10:21:19 +08:00 committed by iCode
commit 23663636bb
4 changed files with 6 additions and 4 deletions

View File

@ -3603,5 +3603,6 @@ extendLocale('en-US', {
'052f93928af33d4d7035e7c8e8a73f17':
'The alignment is set by the margin value, where margin: 0 auto is used to set the center alignment',
'a738a8594bd2b71002d09277b84d86dd': 'Left',
'fc0f19e9e47e352d36d36cf6eb653210': 'Right'
'fc0f19e9e47e352d36d36cf6eb653210': 'Right',
'c70638412c6cffd150117ae403dea939': 'Component static data'
});

View File

@ -3188,5 +3188,6 @@ extendLocale('zh-CN', {
'052f93928af33d4d7035e7c8e8a73f17':
'通过 margin 数值来设置对齐方式,其中 margin: 0 auto 用于设置居中对齐',
'a738a8594bd2b71002d09277b84d86dd': '靠左',
'fc0f19e9e47e352d36d36cf6eb653210': '靠右'
'fc0f19e9e47e352d36d36cf6eb653210': '靠右',
'c70638412c6cffd150117ae403dea939': '组件静态数据'
});

View File

@ -222,7 +222,7 @@ export class PagePlugin extends BasePlugin {
type: 'input-kv',
mode: 'normal',
name: 'data',
label: '初始化静态数据'
label: '组件静态数据'
}),
getSchemaTpl('apiControl', {
name: 'initApi',

View File

@ -1115,7 +1115,7 @@ setSchemaTpl('eventControl', (schema: object = {}) => {
setSchemaTpl('data', {
type: 'input-kv',
name: 'data',
label: '初始静态数据'
label: '组件静态数据'
});
setSchemaTpl('app-page', {