feat(server): send mention email (#10859)

close CLOUD-170
This commit is contained in:
fengmk2
2025-03-20 09:26:42 +00:00
parent 5ea65b1709
commit 42745f059d
13 changed files with 323 additions and 7 deletions
+6 -1
View File
@@ -1,4 +1,4 @@
import { UserProps } from './components';
import { DocProps, UserProps } from './components';
import { WorkspaceProps } from './components/workspace';
export const TEST_USER: UserProps = {
@@ -9,3 +9,8 @@ export const TEST_WORKSPACE: WorkspaceProps = {
name: 'Test Workspace',
avatar: 'https://app.affine.pro/favicon-192.png',
};
export const TEST_DOC: DocProps = {
title: 'Test Doc',
url: 'https://app.affine.pro',
};