feat: fork同步代码
This commit is contained in:
@@ -14,40 +14,40 @@ export interface IPersonConfig {
|
||||
prizeId: string[];
|
||||
prizeTime: string[];
|
||||
}
|
||||
export type Separate = {
|
||||
id: string,
|
||||
count: number,
|
||||
isUsedCount: number,
|
||||
export interface Separate {
|
||||
id: string
|
||||
count: number
|
||||
isUsedCount: number
|
||||
}
|
||||
export interface IPrizeConfig {
|
||||
id: number | string;
|
||||
name: string;
|
||||
sort: number;
|
||||
isAll: boolean;
|
||||
count: number;
|
||||
isUsedCount: number,
|
||||
picture: {
|
||||
id: string | number,
|
||||
name: string,
|
||||
url: string
|
||||
};
|
||||
separateCount: {
|
||||
enable: boolean,
|
||||
countList: Separate[],
|
||||
};
|
||||
desc: string;
|
||||
isShow: boolean;
|
||||
isUsed: boolean,
|
||||
frequency: number;
|
||||
id: number | string
|
||||
name: string
|
||||
sort: number
|
||||
isAll: boolean
|
||||
count: number
|
||||
isUsedCount: number
|
||||
picture: {
|
||||
id: string | number
|
||||
name: string
|
||||
url: string
|
||||
}
|
||||
separateCount: {
|
||||
enable: boolean
|
||||
countList: Separate[]
|
||||
}
|
||||
desc: string
|
||||
isShow: boolean
|
||||
isUsed: boolean
|
||||
frequency: number
|
||||
}
|
||||
export interface IMusic {
|
||||
id: string,
|
||||
name: string,
|
||||
url: string,
|
||||
id: string
|
||||
name: string
|
||||
url: string
|
||||
}
|
||||
|
||||
export interface IImage {
|
||||
id: string,
|
||||
name: string,
|
||||
url: string,
|
||||
id: string
|
||||
name: string
|
||||
url: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user