fix 编辑嘟文

This commit is contained in:
浪子
2026-05-16 10:13:22 +08:00
parent d39940cd59
commit ad6a8b0dcf
7 changed files with 197 additions and 9 deletions
+2
View File
@@ -46,6 +46,8 @@ export type Status = {
object_id: string;
created_at: string;
url: string;
source_text: string;
edited_at: string | null;
};
export type DeletedStatus = {