mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
add cover image upload
This commit is contained in:
@@ -7,6 +7,8 @@ export type CustomTheme = {
|
||||
allowBackgrounds: boolean;
|
||||
CustomCSS: string;
|
||||
CustomImages: CustomImage[];
|
||||
coverImage: Blob | null;
|
||||
isEditable: boolean;
|
||||
}
|
||||
|
||||
export type CustomImage = {
|
||||
@@ -23,6 +25,7 @@ export type CustomImageBase64 = {
|
||||
|
||||
export type CustomThemeBase64 = Omit<CustomTheme, 'CustomImages'> & {
|
||||
CustomImages: CustomImageBase64[];
|
||||
coverImage: string | null;
|
||||
}
|
||||
|
||||
export type ThemeList = {
|
||||
|
||||
Reference in New Issue
Block a user