From 2fd217fd6f79650782f1b15432b4204d2e90385c Mon Sep 17 00:00:00 2001 From: duqingquan Date: Mon, 15 Jul 2024 15:34:00 +0800 Subject: [PATCH] =?UTF-8?q?animation-view=20=E8=BF=81=E7=A7=BB=E5=88=B0=20?= =?UTF-8?q?component=E7=A4=BA=E4=BE=8B=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 11 +++++++---- .../animation-view/animation-view.uvue} | 0 2 files changed, 7 insertions(+), 4 deletions(-) rename pages/{template/lottie-anim/lottie-anim.uvue => component/animation-view/animation-view.uvue} (100%) diff --git a/pages.json b/pages.json index b20b71e0..cce5b357 100644 --- a/pages.json +++ b/pages.json @@ -1694,15 +1694,14 @@ } }, // #endif - // #ifdef APP-ANDROID { - "path": "pages/template/lottie-anim/lottie-anim", + "path": "pages/component/animation-view/animation-view", + "group": "0,5,3", "style": { "navigationBarTitleText": "lottie动画-需要自定义基座", "enablePullDownRefresh": false } }, - // #endif // #ifdef APP || WEB { "path": "uni_modules/uni-pay-x/pages/success/success", @@ -1970,7 +1969,11 @@ { "id": "component.media.video", "name": "video" - } + }, + { + "id": "component.media.animation-view", + "name": "animation-view" + } ] }, { diff --git a/pages/template/lottie-anim/lottie-anim.uvue b/pages/component/animation-view/animation-view.uvue similarity index 100% rename from pages/template/lottie-anim/lottie-anim.uvue rename to pages/component/animation-view/animation-view.uvue -- GitLab