feat(sharing): add email and message sharing functionality

This commit is contained in:
beilunyang
2025-10-18 20:08:42 +08:00
parent 47d555eaf5
commit dbe8c42b11
45 changed files with 5669 additions and 38 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE `email_share` DROP COLUMN `enabled`;--> statement-breakpoint
ALTER TABLE `message_share` DROP COLUMN `enabled`;