修改动画效果(失败T_T)

商品页动画。
This commit is contained in:
2026-08-05 10:13:52 +08:00
parent ba62c9f930
commit 91a68fef0b
80 changed files with 399 additions and 124 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
export default definePageConfig({
renderer: 'skyline',
componentFramework: 'glass-easel',
disableScroll: true,
navigationStyle: 'custom',
// 顶部为深色商品大图,状态栏文字设为白色,确保 iOS 时间/电量可见
backgroundColor: '#1c1612',
// 顶部为深色商品大图,状态栏文字设为白色
navigationBarTextStyle: 'white'
})