Amagi API 文档 - v6.1.2
    正在准备搜索索引...

    类型别名 KsUserHomeWork

    type KsUserHomeWork = {
        id: string;
        poster: string;
        width: number;
        height: number;
        counts: Record<string, any>;
        workType: string;
        liked: boolean;
        author: Record<string, any>;
        expTag: string;
        onlyFollowerCanComment: boolean;
        type: string;
        useVideoPlayer: boolean;
        imgUrls: string[];
        imgSizes: any[];
        playUrl?: string;
        [property: string]: any;
    }

    可索引

    • [property: string]: any
    索引

    属性

    id: string
    poster: string
    width: number
    height: number
    counts: Record<string, any>
    workType: string
    liked: boolean
    author: Record<string, any>
    expTag: string
    onlyFollowerCanComment: boolean
    type: string
    useVideoPlayer: boolean
    imgUrls: string[]
    imgSizes: any[]
    playUrl?: string