@@ -906,6 +906,7 @@ export const en = {
906906 } ,
907907 comp : {
908908 menuViewDocs : "View documentation" ,
909+ menuViewPlayground : "View playground" ,
909910 menuUpgradeToLatest : "Upgrade to latest version" ,
910911 nameNotEmpty : "Can not be empty" ,
911912 nameRegex :
@@ -2273,13 +2274,13 @@ export const en = {
22732274 } ,
22742275 docUrls : {
22752276 docHome : "https://docs.lowcoder.cloud/" ,
2276- components : "https://app.lowcoder.cloud/components?n= {compType}" ,
2277- module : "" ,
2277+ components : "https://app.lowcoder.cloud/components/ {compType}" ,
2278+ module : "https://docs.lowcoder.cloud/lowcoder-documentation/build-applications/create-a-new-app/modules " ,
22782279 optionList : "" ,
2279- terms : "" ,
2280- privacy : "" ,
2281- aboutUs : "" ,
2282- changeLog : "" ,
2280+ terms : "https://lowcoder.cloud/terms " ,
2281+ privacy : "https://lowcoder.cloud/privacy " ,
2282+ aboutUs : "https://lowcoder.cloud/about " ,
2283+ changeLog : "https://github.com/lowcoder-org/lowcoder/releases " ,
22832284 introVideo : "" ,
22842285 devNpmPlugin :
22852286 "https://docs.lowcoder.cloud/lowcoder-extension/develop-data-source-plugins" ,
@@ -2536,6 +2537,7 @@ export const en = {
25362537 justify : "Justify both ends" ,
25372538 } ,
25382539 playground : {
2540+ url : "https://app.lowcoder.cloud/playground/{compType}/1" ,
25392541 data : "Data" ,
25402542 preview : "Preview" ,
25412543 property : "Properties" ,
0 commit comments