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 2c385d3 commit 3697ab8Copy full SHA for 3697ab8
examples/app.json
@@ -46,6 +46,12 @@
46
"pages/icon/index"
47
]
48
},
49
+ {
50
+ "root": "pages/components/animation",
51
+ "pages": [
52
+ "pages/transition/index"
53
+ ]
54
+ },
55
{
56
"root": "pages/components/view",
57
"pages": [
examples/pages/navigator/content/config/animation-navi.js
@@ -1,7 +1,7 @@
1
2
const animationNaviConfigs = [
3
4
- icon: 'cloud://env-9eb476.656e-env-9eb476-1258886794/images/components/transition/transition-icon.png',
+ icon: '/images/component/icon.png',
5
title: 'Transition',
6
desc: '过渡',
7
componentsPath: '/pages/components/animation/pages/transition/index'
0 commit comments