This commit is contained in:
2025-08-05 19:58:09 +09:00
parent 6ec9831ed4
commit 0a3bb241a6
6 changed files with 19 additions and 20 deletions
+8 -5
View File
@@ -25,18 +25,21 @@ export interface meApi {
export interface ueuse {
uniqid: string;
relpyid: string;
reuseid: string;
text: string;
account: {
username: string;
userid: string;
user_icon: string;
user_header: string;
is_bot: boolean;
};
photo1: Base64URLString;
photo2: Base64URLString;
photo3: Base64URLString;
photo4: Base64URLString;
video1: Base64URLString;
photo1: string;
photo2: string;
photo3: string;
photo4: string;
video1: string;
favorite: Array<string>;
favorite_cnt: string;
datetime: string;