feat(server): refactor mail queue (#15204)

This commit is contained in:
DarkSky
2026-07-07 08:38:16 +08:00
committed by GitHub
parent 9581432d21
commit 998b255afd
72 changed files with 8386 additions and 763 deletions
@@ -1,5 +1,5 @@
{
"ar": 94,
"ar": 95,
"ca": 92,
"da": 4,
"de": 100,
@@ -7,7 +7,7 @@
"en": 100,
"es-AR": 91,
"es-CL": 92,
"es": 90,
"es": 91,
"fa": 90,
"fr": 94,
"hi": 1,
-8
View File
@@ -2506,14 +2506,6 @@ export function useAFFiNEI18N(): {
* `Import your Notion data. Supported import formats: HTML with subpages.`
*/
["com.affine.import.notion.tooltip"](): string;
/**
* `Notion (Markdown, .zip)`
*/
["com.affine.import.notion-markdown"](): string;
/**
* `Import a Notion Markdown export zip with subpages and attachments.`
*/
["com.affine.import.notion-markdown.tooltip"](): string;
/**
* `OneNote (Experimental)`
*/
@@ -625,8 +625,6 @@
"com.affine.import.modal.tip": "If you'd like to request support for additional file types, feel free to let us know on",
"com.affine.import.notion": "Notion (Experimental)",
"com.affine.import.notion.tooltip": "Import your Notion data. Supported import formats: HTML with subpages.",
"com.affine.import.notion-markdown": "Notion (Markdown, .zip)",
"com.affine.import.notion-markdown.tooltip": "Import a Notion Markdown export zip with subpages and attachments.",
"com.affine.import.onenote": "OneNote (Experimental)",
"com.affine.import.onenote.tooltip": "Import a OneNote .one, .onetoc2, or .onepkg file. Available in the desktop app.",
"com.affine.import.onenote.desktop-only": "This format importer is available in the AFFiNE desktop app.",