publish 5.2.1 [amis-saas-5962]

Change-Id: I811536639134dfb598dc248577bc181ed12b4873
This commit is contained in:
jiatianqi 2022-10-31 15:39:04 +08:00
parent 16fb2fb05b
commit df1eb49807
3 changed files with 12 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "amis-editor",
"version": "5.2.0-beta.87",
"version": "5.2.1",
"description": "amis 可视化编辑器",
"main": "lib/index.js",
"module": "esm/index.js",

View File

@ -3326,5 +3326,10 @@ extendLocale('en-US', {
'f2fc416c7d95a93a8da621f760be8417':
'Support multiple choices, input prompts, and use source to obtain options',
'b4482a3d9523f48e83a816fa85911185':
'It is purely used to display data, such as json, date, image, progress, etc'
'It is purely used to display data, such as json, date, image, progress, etc',
'ecfd82eb65102274188011a502913d3a': 'Drawer data',
'951f802ebd0c0d795fbae6767a5ee9b3': 'Initialize interface request succeeded',
'da0126992b4937a5fd847ef5366b02e6':
'Data returned by initialization interface request successfully',
'70b8342d743374233bfee0f56c7f0fc7': 'Node Sample Data'
});

View File

@ -2941,5 +2941,9 @@ extendLocale('zh-CN', {
'f2fc416c7d95a93a8da621f760be8417':
'支持多选,输入提示,可使用 source 获取选项',
'b4482a3d9523f48e83a816fa85911185':
'纯用来展示数据,可用来展示 json、date、image、progress 等数据'
'纯用来展示数据,可用来展示 json、date、image、progress 等数据',
'ecfd82eb65102274188011a502913d3a': '抽屉数据',
'951f802ebd0c0d795fbae6767a5ee9b3': '初始化接口请求成功',
'da0126992b4937a5fd847ef5366b02e6': '初始化接口请求成功返回的数据',
'70b8342d743374233bfee0f56c7f0fc7': '节点示例数据'
});