fix: modify var name

This commit is contained in:
Kilu 2024-04-28 17:28:48 +08:00
parent 34151117fb
commit ce5bd1a879
2 changed files with 8 additions and 8 deletions

View File

@ -73,7 +73,7 @@
</td>
<td style="width: 58.333333%">
<div style="margin-bottom: 8px; font-weight: 700">
{{ wokspace_name }}
{{ workspace_name }}
</div>
<div style="font-size: 14px; color: #64748b"> {{ workspace_member_count }} members</div>
</td>
@ -181,4 +181,4 @@
</div>
</div>
</body>
</html>
</html>

View File

@ -21,12 +21,12 @@ module.exports = {
},
locals: {
cdnBaseUrl: 'https://raw.githubusercontent.com/AppFlowy-IO/AppFlowy-Cloud/main/assets/mailer_templates/build_production/',
userIconUrl: "{{ .UserIconURL }}",
userName: "{{ .UserName }}",
acceptUrl: "{{ .AcceptUrl }}",
workspaceName: "{{ .WorkspaceName }}",
workspaceMembersCount: "{{ .WorkspaceMembersCount }}",
workspaceIconURL: "{{ .WorkspaceIconURL }}",
userIconUrl: "{{ user_icon_url }}",
userName: "{{ username }}",
acceptUrl: "{{ accept_url }}",
workspaceName: "{{ workspace_name }}",
workspaceMembersCount: "{{ workspace_member_count }}",
workspaceIconURL: "{{ workspace_icon_url }}",
},
inlineCSS: true,
removeUnusedCSS: true,