feat: testing mode banner + snapshot storage fields fix

This commit is contained in:
2026-04-17 15:31:14 +03:00
parent d380b2570f
commit a3a4d2eb18
17 changed files with 228 additions and 29 deletions

View File

@@ -39,6 +39,7 @@ export type SightCommonInfo = {
left_article: number;
preview_media: string | null;
video_preview: string | null;
preview_font_size?: number;
};
export type SightBaseInfo = {