Skip to content

Commit 58ee2d0

Browse files
committed
feat:更新demo中瀑布流和相册的图标
1 parent 07a9477 commit 58ee2d0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
1.25 KB
Loading
1.31 KB
Loading

examples/pages/navigator/content/config/layout-navi.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ const layoutNaviConfigs = [{
1616
componentsPath: "/pages/components/layout/pages/card/index"
1717
},
1818
{
19-
icon: "/images/component/card.png",
19+
icon: "/images/component/waterFlow.png",
2020
title: "WaterFlow",
2121
desc: "瀑布流",
2222
componentsPath: "/pages/components/layout/pages/water-flow/index"
23-
}, {
24-
icon: "/images/component/grid.jpg",
23+
},
24+
{
25+
icon: "/images/component/album.png",
2526
title: "Album",
2627
desc: "相册",
2728
componentsPath: "/pages/components/layout/pages/album/index"

0 commit comments

Comments
 (0)