We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a9477 commit 58ee2d0Copy full SHA for 58ee2d0
examples/images/component/album.png
1.25 KB
examples/images/component/waterFlow.png
1.31 KB
examples/pages/navigator/content/config/layout-navi.js
@@ -16,12 +16,13 @@ const layoutNaviConfigs = [{
16
componentsPath: "/pages/components/layout/pages/card/index"
17
},
18
{
19
- icon: "/images/component/card.png",
+ icon: "/images/component/waterFlow.png",
20
title: "WaterFlow",
21
desc: "瀑布流",
22
componentsPath: "/pages/components/layout/pages/water-flow/index"
23
-}, {
24
- icon: "/images/component/grid.jpg",
+},
+{
25
+ icon: "/images/component/album.png",
26
title: "Album",
27
desc: "相册",
28
componentsPath: "/pages/components/layout/pages/album/index"
0 commit comments