feat: 形态图片默认使用瀑布流
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user