feat: 形态图片默认使用瀑布流

This commit is contained in:
GouJ
2026-09-21 10:26:40 +08:00
parent a253711435
commit b78152778b
3 changed files with 17 additions and 60 deletions
@@ -145,7 +145,7 @@ watch(
)
const search = ref('')
/** 切换排版复用同一份卡片和查询结果,不重新读取图库或清空筛选。 */
const layout = ref<GalleryLayout>('grid')
const layout = ref<GalleryLayout>('masonry')
const module = ref('all')
/** 形态图片状态筛选;单选下拉避免移动端复选项占据两行。 */
type ImageStatusFilter = 'all' | 'missing'