feat: 임시 500px/1000px 모드 추가
This commit is contained in:
+4
-1
@@ -144,4 +144,7 @@ export type ToastType = {
|
||||
content?: string,
|
||||
type?: Colors,
|
||||
delay?: number,
|
||||
}
|
||||
}
|
||||
|
||||
export const keyScreenMode = 'sam.screenMode';
|
||||
export type ScreenModeType = 'auto'|'500px'|'1000px';
|
||||
Reference in New Issue
Block a user