Skip to content

Commit aa6563d

Browse files
committed
fix: add package-level configuration for skyline packages
1 parent 1290bca commit aa6563d

File tree

11 files changed

+7
-22
lines changed

11 files changed

+7
-22
lines changed

miniprogram/app.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@
268268
},
269269
{
270270
"root": "packageSkyline",
271+
"renderer": "skyline",
272+
"componentFramework": "glass-easel",
271273
"pages": [
272274
"pages/worklet/animation/index",
273275
"pages/worklet/gesture/index",
@@ -280,6 +282,8 @@
280282
},
281283
{
282284
"root": "packageSkylineExamples",
285+
"renderer": "skyline",
286+
"componentFramework": "glass-easel",
283287
"pages": [
284288
"examples/address-book/pages/index/index",
285289
"examples/tab-indicator/pages/index/index",
@@ -299,15 +303,16 @@
299303
},
300304
{
301305
"root": "packageSkylineRouter",
306+
"componentFramework": "glass-easel",
307+
"renderer": "skyline",
302308
"pages": [
303309
"pages/preset-router/index/index",
304310
"pages/preset-router/list/index",
305311
"pages/open-container/index/index",
306312
"pages/open-container/detail/index",
307313
"pages/open-container/other/index",
308314
"pages/page-return-gesture/index/index"
309-
],
310-
"renderer": "skyline"
315+
]
311316
},
312317
{
313318
"root": "packageXRFrame",

miniprogram/packageSkyline/pages/half-page/half-page/index.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
"page-scroll": "/components/page-scroll/index"
44
},
55
"disableScroll": true,
6-
"componentFramework": "glass-easel",
7-
"renderer": "skyline",
86
"navigationStyle": "custom"
97
}

miniprogram/packageSkyline/pages/half-page/scale-page/index.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
"page-scroll": "/components/page-scroll/index"
44
},
55
"disableScroll": true,
6-
"componentFramework": "glass-easel",
7-
"renderer": "skyline",
86
"navigationStyle": "custom"
97
}

miniprogram/packageSkyline/pages/share-element/card/index.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
"page-scroll": "/components/page-scroll/index"
44
},
55
"disableScroll": true,
6-
"componentFramework": "glass-easel",
7-
"renderer": "skyline",
86
"navigationStyle": "custom"
97
}

miniprogram/packageSkyline/pages/share-element/list/index.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
"page-scroll": "/components/page-scroll/index"
44
},
55
"disableScroll": true,
6-
"componentFramework": "glass-easel",
7-
"renderer": "skyline",
86
"navigationStyle": "custom"
97
}

miniprogram/packageSkyline/pages/worklet/animation/index.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
"page-scroll": "/components/page-scroll/index"
44
},
55
"disableScroll": true,
6-
"componentFramework": "glass-easel",
7-
"renderer": "skyline",
86
"navigationStyle": "custom"
97
}

miniprogram/packageSkyline/pages/worklet/bottom-sheet/index.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
"page-scroll": "/components/page-scroll/index"
44
},
55
"disableScroll": true,
6-
"componentFramework": "glass-easel",
7-
"renderer": "skyline",
86
"navigationStyle": "custom"
97
}

miniprogram/packageSkyline/pages/worklet/gesture/index.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
"page-scroll": "/components/page-scroll/index"
44
},
55
"disableScroll": true,
6-
"componentFramework": "glass-easel",
7-
"renderer": "skyline",
86
"navigationStyle": "custom"
97
}

miniprogram/packageSkylineRouter/pages/open-container/index/index.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
"example-single-title": "../../../components/example-single-title/index"
66
},
77
"navigationBarTitleText": "Open Container Demo",
8-
"componentFramework": "glass-easel",
9-
"renderer": "skyline",
108
"navigationStyle": "custom"
119
}
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"usingComponents": {},
3-
"componentFramework": "glass-easel",
4-
"renderer": "skyline",
53
"navigationStyle": "custom",
64
"styleIsolation": "isolated"
75
}

0 commit comments

Comments
 (0)