mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-15 01:11:15 +08:00
publish 5.2.1 [amis-saas-5962]
Change-Id: I811536639134dfb598dc248577bc181ed12b4873
This commit is contained in:
parent
16fb2fb05b
commit
df1eb49807
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "amis-editor",
|
"name": "amis-editor",
|
||||||
"version": "5.2.0-beta.87",
|
"version": "5.2.1",
|
||||||
"description": "amis 可视化编辑器",
|
"description": "amis 可视化编辑器",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "esm/index.js",
|
"module": "esm/index.js",
|
||||||
|
@ -3326,5 +3326,10 @@ extendLocale('en-US', {
|
|||||||
'f2fc416c7d95a93a8da621f760be8417':
|
'f2fc416c7d95a93a8da621f760be8417':
|
||||||
'Support multiple choices, input prompts, and use source to obtain options',
|
'Support multiple choices, input prompts, and use source to obtain options',
|
||||||
'b4482a3d9523f48e83a816fa85911185':
|
'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'
|
||||||
});
|
});
|
||||||
|
@ -2941,5 +2941,9 @@ extendLocale('zh-CN', {
|
|||||||
'f2fc416c7d95a93a8da621f760be8417':
|
'f2fc416c7d95a93a8da621f760be8417':
|
||||||
'支持多选,输入提示,可使用 source 获取选项',
|
'支持多选,输入提示,可使用 source 获取选项',
|
||||||
'b4482a3d9523f48e83a816fa85911185':
|
'b4482a3d9523f48e83a816fa85911185':
|
||||||
'纯用来展示数据,可用来展示 json、date、image、progress 等数据'
|
'纯用来展示数据,可用来展示 json、date、image、progress 等数据',
|
||||||
|
'ecfd82eb65102274188011a502913d3a': '抽屉数据',
|
||||||
|
'951f802ebd0c0d795fbae6767a5ee9b3': '初始化接口请求成功',
|
||||||
|
'da0126992b4937a5fd847ef5366b02e6': '初始化接口请求成功返回的数据',
|
||||||
|
'70b8342d743374233bfee0f56c7f0fc7': '节点示例数据'
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user