Adapt to mobile devices

This commit is contained in:
zyronon
2023-12-12 01:57:35 +08:00
parent c34ba02248
commit afc5438f38
31 changed files with 1233 additions and 63 deletions

View File

@@ -262,3 +262,7 @@ export interface WordItem {
index: number
}
export const SlideType = {
HORIZONTAL: 0,
VERTICAL: 1,
}