From 35cf84b952cc5d5bacaa45b3a4d683560c17b3df Mon Sep 17 00:00:00 2001 From: yurj26 <1816387074@qq.com> Date: Tue, 31 Jan 2023 12:08:57 +0800 Subject: [PATCH] feat(h5 animation-view): update --- .../animation-view/animation-view.vue | 0 .../animation-view}/lottie.js | 0 pages/index/index.vue | 58 ------------- uni_modules/animation-view-h5/changelog.md | 0 uni_modules/animation-view-h5/package.json | 86 ------------------- uni_modules/animation-view-h5/readme.md | 0 6 files changed, 144 deletions(-) rename uni_modules/animation-view-h5/components/animation-view-h5/animation-view-h5.vue => components/animation-view/animation-view.vue (100%) rename {uni_modules/animation-view-h5/components/animation-view-h5 => components/animation-view}/lottie.js (100%) delete mode 100644 pages/index/index.vue delete mode 100644 uni_modules/animation-view-h5/changelog.md delete mode 100644 uni_modules/animation-view-h5/package.json delete mode 100644 uni_modules/animation-view-h5/readme.md diff --git a/uni_modules/animation-view-h5/components/animation-view-h5/animation-view-h5.vue b/components/animation-view/animation-view.vue similarity index 100% rename from uni_modules/animation-view-h5/components/animation-view-h5/animation-view-h5.vue rename to components/animation-view/animation-view.vue diff --git a/uni_modules/animation-view-h5/components/animation-view-h5/lottie.js b/components/animation-view/lottie.js similarity index 100% rename from uni_modules/animation-view-h5/components/animation-view-h5/lottie.js rename to components/animation-view/lottie.js diff --git a/pages/index/index.vue b/pages/index/index.vue deleted file mode 100644 index 6b3bc25..0000000 --- a/pages/index/index.vue +++ /dev/null @@ -1,58 +0,0 @@ - - - - - diff --git a/uni_modules/animation-view-h5/changelog.md b/uni_modules/animation-view-h5/changelog.md deleted file mode 100644 index e69de29..0000000 diff --git a/uni_modules/animation-view-h5/package.json b/uni_modules/animation-view-h5/package.json deleted file mode 100644 index 2aa5620..0000000 --- a/uni_modules/animation-view-h5/package.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "id": "animation-view-h5", - "displayName": "animation-view", - "version": "1.0.0", - "description": "使用uts组件开发,实现animation-view组件", - "keywords": [ - "animation-view", - "lottie" - ], - "repository": "", - "engines": { - "HBuilderX": "^3.7.0" - }, - "dcloudext": { - "type": "component-uts", - "sale": { - "regular": { - "price": "0.00" - }, - "sourcecode": { - "price": "0.00" - } - }, - "contact": { - "qq": "" - }, - "declaration": { - "ads": "无", - "data": "插件不采集任何数据", - "permissions": "无" - }, - "npmurl": "" - }, - "uni_modules": { - "dependencies": [], - "encrypt": [], - "platforms": { - "cloud": { - "tcb": "y", - "aliyun": "y" - }, - "client": { - "Vue": { - "vue2": "y", - "vue3": "y" - }, - "App": { - "app-android": { - "minVersion": "21" - }, - "app-ios": { - "minVersion": "11" - } - }, - "H5-mobile": { - "Safari": "u", - "Android Browser": "u", - "微信浏览器(Android)": "u", - "QQ浏览器(Android)": "u" - }, - "H5-pc": { - "Chrome": "u", - "IE": "u", - "Edge": "u", - "Firefox": "u", - "Safari": "u" - }, - "小程序": { - "微信": "u", - "阿里": "u", - "百度": "u", - "字节跳动": "u", - "QQ": "u", - "钉钉": "u", - "快手": "u", - "飞书": "u", - "京东": "u" - }, - "快应用": { - "华为": "u", - "联盟": "u" - } - } - } - } -} diff --git a/uni_modules/animation-view-h5/readme.md b/uni_modules/animation-view-h5/readme.md deleted file mode 100644 index e69de29..0000000 -- GitLab