feat: 添加表单构建功能 formCreate
This commit is contained in:
5
apps/web-antd/src/locales/langs/en-US/common.json
Normal file
5
apps/web-antd/src/locales/langs/en-US/common.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"copy": "Copy",
|
||||
"copySuccess": "Copy Success",
|
||||
"copyError": "Copy Error"
|
||||
}
|
||||
5
apps/web-antd/src/locales/langs/zh-CN/common.json
Normal file
5
apps/web-antd/src/locales/langs/zh-CN/common.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"copy": "复制",
|
||||
"copySuccess": "复制成功",
|
||||
"copyError": "复制失败"
|
||||
}
|
||||
Reference in New Issue
Block a user