Skip to content

Commit 3697ab8

Browse files
7yue7insummer
authored andcommitted
fix/app.json
1 parent 2c385d3 commit 3697ab8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

examples/app.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@
4646
"pages/icon/index"
4747
]
4848
},
49+
{
50+
"root": "pages/components/animation",
51+
"pages": [
52+
"pages/transition/index"
53+
]
54+
},
4955
{
5056
"root": "pages/components/view",
5157
"pages": [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
const animationNaviConfigs = [
33
{
4-
icon: 'cloud://env-9eb476.656e-env-9eb476-1258886794/images/components/transition/transition-icon.png',
4+
icon: '/images/component/icon.png',
55
title: 'Transition',
66
desc: '过渡',
77
componentsPath: '/pages/components/animation/pages/transition/index'

0 commit comments

Comments
 (0)