Add blank lines in workshop.py to improve code readability, and remove translation entries related to beta functionality in common.ts to simplify internationalization files.

pull/20352/head
dongfubao 11 months ago
parent c3cb75b8be
commit bc9dec81d0

@ -176,6 +176,7 @@ class CustomConfigWorkspaceApi(Resource):
return {"result": "success", "tenant": marshal(WorkspaceService.get_tenant_info(tenant), tenant_fields)}
class WebappLogoWorkspaceApi(Resource):
@setup_required
@login_required

@ -273,11 +273,6 @@ const translation = {
setBuilder: 'Set as builder (设置为构建器)',
builder: '构建器',
},
beta: {
beta: 'Beta 功能',
workflowVarCheck: '严格模式-变量可用性检查',
workflowVarCheckTip: '启用后cahflow/workflow 将会检查节点中变量是否可用。',
},
integrations: {
connected: '登录方式',
google: 'Google',

Loading…
Cancel
Save