wip: Waterfall

This commit is contained in:
kailong321200875
2023-09-27 17:55:12 +08:00
parent 6232602892
commit 5f751b86ba
9 changed files with 85 additions and 17 deletions

View File

@@ -285,6 +285,14 @@ const adminList = [
meta: {
title: 'router.inputPassword'
}
},
{
path: 'waterfall',
component: 'views/Components/Waterfall',
name: 'Waterfall',
meta: {
title: 'router.waterfall'
}
}
]
},
@@ -640,8 +648,8 @@ const testList: string[] = [
'/components/qrcode',
'/components/highlight',
'/components/infotip',
'/Components/InputPassword',
'/Components/Sticky',
'/components/input-password',
'/components/waterfall',
'function',
'/function/multiple-tabs',
'/function/multiple-tabs-demo/:id',

View File

@@ -46,8 +46,8 @@ for (let i = 0; i < count; i++) {
content: baseContent,
importance: '@integer(1, 3)',
display_time: '@datetime',
pageviews: '@integer(300, 5000)',
image_uri: Mock.Random.image('@integer(300, 5000)x@integer(300, 5000)')
pageviews: '@integer(100, 500)',
image_uri: Mock.Random.image('@integer(100, 500)x@integer(100, 500)')
})
)
}