From b58d191f97b6c98a7bdc46c25b2b1338d957c7df Mon Sep 17 00:00:00 2001 From: yunlongn Date: Tue, 24 Dec 2024 09:29:16 +0800 Subject: [PATCH] refactor vue-cli --- index.html | 13 ++-- package.json | 66 +++++++++++++++++- .prettierignore => src/.prettierignore | 0 .prettierrc => src/.prettierrc | 0 App.vue => src/App.vue | 0 .../androidPrivacy.json | 0 main.js => src/main.js | 0 manifest.json => src/manifest.json | 0 pages.json => src/pages.json | 0 .../pages}/activity/groupon/detail.vue | 0 .../pages}/activity/groupon/list.vue | 0 .../pages}/activity/groupon/order.vue | 0 {pages => src/pages}/activity/index.vue | 0 {pages => src/pages}/activity/point/list.vue | 0 .../pages}/activity/seckill/list.vue | 0 {pages => src/pages}/app/sign.vue | 0 .../pages}/chat/components/goods.vue | 0 .../pages}/chat/components/messageInput.vue | 0 .../pages}/chat/components/messageList.vue | 0 .../chat/components/messageListItem.vue | 0 .../pages}/chat/components/order.vue | 0 .../pages}/chat/components/select-popup.vue | 0 .../pages}/chat/components/toolsPopup.vue | 0 {pages => src/pages}/chat/index.vue | 0 {pages => src/pages}/chat/util/constants.js | 0 {pages => src/pages}/chat/util/emoji.js | 0 .../pages}/commission/commission-ranking.vue | 0 .../commission/components/account-info.vue | 0 .../components/account-type-select.vue | 0 .../commission/components/commission-auth.vue | 0 .../commission/components/commission-info.vue | 0 .../commission/components/commission-log.vue | 0 .../commission/components/commission-menu.vue | 0 {pages => src/pages}/commission/goods.vue | 0 {pages => src/pages}/commission/index.vue | 0 {pages => src/pages}/commission/order.vue | 0 {pages => src/pages}/commission/promoter.vue | 0 {pages => src/pages}/commission/team.vue | 0 {pages => src/pages}/commission/wallet.vue | 0 {pages => src/pages}/commission/withdraw.vue | 0 {pages => src/pages}/coupon/detail.vue | 0 {pages => src/pages}/coupon/list.vue | 0 {pages => src/pages}/goods/comment/add.vue | 0 {pages => src/pages}/goods/comment/list.vue | 0 .../goods/components/detail/comment-item.vue | 0 .../components/detail/detail-activity-tip.vue | 0 .../components/detail/detail-cell-sku.vue | 0 .../goods/components/detail/detail-cell.vue | 0 .../components/detail/detail-comment-card.vue | 0 .../components/detail/detail-content-card.vue | 0 .../goods/components/detail/detail-navbar.vue | 0 .../components/detail/detail-progress.vue | 0 .../components/detail/detail-skeleton.vue | 0 .../goods/components/detail/detail-tabbar.vue | 0 .../components/groupon/groupon-card-list.vue | 0 .../goods/components/list/list-goods-card.vue | 0 .../goods/components/list/list-navbar.vue | 0 {pages => src/pages}/goods/groupon.vue | 0 {pages => src/pages}/goods/index.vue | 0 {pages => src/pages}/goods/list.vue | 0 {pages => src/pages}/goods/point.vue | 0 {pages => src/pages}/goods/seckill.vue | 0 {pages => src/pages}/index/cart.vue | 0 {pages => src/pages}/index/category.vue | 0 .../pages}/index/components/first-one.vue | 0 .../pages}/index/components/first-two.vue | 0 .../pages}/index/components/second-one.vue | 0 {pages => src/pages}/index/index.vue | 0 {pages => src/pages}/index/login.vue | 0 {pages => src/pages}/index/page.vue | 0 {pages => src/pages}/index/search.vue | 0 {pages => src/pages}/index/user.vue | 0 .../pages}/order/addressSelection.vue | 0 .../pages}/order/aftersale/apply.vue | 0 .../pages}/order/aftersale/detail.vue | 0 {pages => src/pages}/order/aftersale/list.vue | 0 .../pages}/order/aftersale/log-item.vue | 0 {pages => src/pages}/order/aftersale/log.vue | 0 .../order/aftersale/return-delivery.vue | 0 {pages => src/pages}/order/confirm.vue | 0 {pages => src/pages}/order/detail.vue | 0 {pages => src/pages}/order/express/log.vue | 0 {pages => src/pages}/order/list.vue | 0 {pages => src/pages}/order/pickUpVerify.vue | 0 {pages => src/pages}/pay/index.vue | 0 {pages => src/pages}/pay/recharge-log.vue | 0 {pages => src/pages}/pay/recharge.vue | 0 {pages => src/pages}/pay/result.vue | 0 {pages => src/pages}/public/error.vue | 0 {pages => src/pages}/public/faq.vue | 0 {pages => src/pages}/public/richtext.vue | 0 {pages => src/pages}/public/setting.vue | 0 {pages => src/pages}/public/webview.vue | 0 {pages => src/pages}/user/address/edit.vue | 0 {pages => src/pages}/user/address/list.vue | 0 {pages => src/pages}/user/goods-collect.vue | 0 {pages => src/pages}/user/goods-log.vue | 0 .../pages}/user/goods_details_store/index.vue | 0 {pages => src/pages}/user/info.vue | 0 {pages => src/pages}/user/wallet/money.vue | 0 {pages => src/pages}/user/wallet/score.vue | 0 {sheep => src/sheep}/api/infra/file.js | 0 {sheep => src/sheep}/api/member/address.js | 0 {sheep => src/sheep}/api/member/auth.js | 0 {sheep => src/sheep}/api/member/point.js | 0 {sheep => src/sheep}/api/member/signin.js | 0 {sheep => src/sheep}/api/member/social.js | 0 {sheep => src/sheep}/api/member/user.js | 0 {sheep => src/sheep}/api/migration/app.js | 0 {sheep => src/sheep}/api/migration/index.js | 0 {sheep => src/sheep}/api/migration/third.js | 0 {sheep => src/sheep}/api/pay/channel.js | 0 {sheep => src/sheep}/api/pay/order.js | 0 {sheep => src/sheep}/api/pay/wallet.js | 0 {sheep => src/sheep}/api/product/category.js | 0 {sheep => src/sheep}/api/product/comment.js | 0 {sheep => src/sheep}/api/product/favorite.js | 0 {sheep => src/sheep}/api/product/history.js | 0 {sheep => src/sheep}/api/product/spu.js | 0 .../sheep}/api/promotion/activity.js | 0 {sheep => src/sheep}/api/promotion/article.js | 0 .../sheep}/api/promotion/combination.js | 0 {sheep => src/sheep}/api/promotion/coupon.js | 0 {sheep => src/sheep}/api/promotion/diy.js | 0 {sheep => src/sheep}/api/promotion/kefu.js | 0 {sheep => src/sheep}/api/promotion/point.js | 0 .../sheep}/api/promotion/rewardActivity.js | 0 {sheep => src/sheep}/api/promotion/seckill.js | 0 {sheep => src/sheep}/api/system/area.js | 0 {sheep => src/sheep}/api/system/dict.js | 32 ++++----- {sheep => src/sheep}/api/trade/afterSale.js | 0 {sheep => src/sheep}/api/trade/brokerage.js | 0 {sheep => src/sheep}/api/trade/cart.js | 0 {sheep => src/sheep}/api/trade/config.js | 0 {sheep => src/sheep}/api/trade/delivery.js | 0 {sheep => src/sheep}/api/trade/order.js | 0 .../sheep}/components/countDown/index.vue | 0 .../s-activity-pop/s-activity-pop.vue | 0 .../s-address-item/s-address-item.vue | 0 .../s-auth-modal/components/account-login.vue | 0 .../s-auth-modal/components/change-mobile.vue | 0 .../components/change-password.vue | 0 .../components/mp-authorization.vue | 0 .../components/reset-password.vue | 0 .../s-auth-modal/components/sms-login.vue | 0 .../sheep}/components/s-auth-modal/index.scss | 0 .../components/s-auth-modal/s-auth-modal.vue | 0 .../components/s-block-item/s-block-item.vue | 0 .../sheep}/components/s-block/s-block.vue | 0 .../components/s-count-down/s-count-down.vue | 0 .../s-coupon-block/s-coupon-block.vue | 0 .../s-coupon-card/s-coupon-card.vue | 0 .../components/s-coupon-get/s-coupon-get.vue | 0 .../s-coupon-list/s-coupon-list.vue | 0 .../s-coupon-select/s-coupon-select.vue | 0 .../components/navbar-item.vue | 0 .../s-custom-navbar/components/navbar.vue | 0 .../s-custom-navbar/s-custom-navbar.vue | 0 .../s-discount-list/s-discount-list.vue | 0 .../sheep}/components/s-empty/s-empty.vue | 0 .../components/s-float-menu/s-float-menu.vue | 0 .../components/s-goods-card/s-goods-card.vue | 0 .../s-goods-column/s-goods-column.vue | 0 .../components/s-goods-item/s-goods-item.vue | 0 .../s-goods-scroll/s-goods-scroll.vue | 0 .../s-goods-shelves/s-goods-shelves.vue | 0 .../s-groupon-block/s-groupon-block.vue | 0 .../s-hotzone-block/s-hotzone-block.vue | 0 .../s-image-banner/s-image-banner.vue | 0 .../s-image-block/s-image-block.vue | 0 .../components/s-image-cube/s-image-cube.vue | 0 .../sheep}/components/s-layout/s-layout.vue | 0 .../components/s-line-block/s-line-block.vue | 0 .../components/s-live-block/s-live-block.vue | 0 .../components/s-live-card/s-live-card.vue | 0 .../s-menu-button/s-menu-button.vue | 0 .../components/s-menu-grid/s-menu-grid.vue | 0 .../components/s-menu-list/s-menu-list.vue | 0 .../components/s-menu-tools/s-menu-tools.vue | 0 .../s-notice-block/s-notice-block.vue | 0 .../components/s-order-card/s-order-card.vue | 0 .../s-point-block/s-point-block.vue | 0 .../components/s-point-card/s-point-card.vue | 0 .../s-popup-image/s-popup-image.vue | 0 .../s-richtext-block/s-richtext-block.vue | 0 .../s-search-block/s-search-block.vue | 0 .../s-seckill-block/s-seckill-block.vue | 0 .../s-select-groupon-sku.vue | 0 .../s-select-seckill-sku.vue | 0 .../components/s-select-sku/s-select-sku.vue | 0 .../s-share-modal/canvas-poster/index.vue | 0 .../canvas-poster/poster/goods.js | 0 .../canvas-poster/poster/groupon.js | 0 .../canvas-poster/poster/index.js | 0 .../canvas-poster/poster/user.js | 0 .../s-share-modal/s-share-modal.vue | 0 .../components/s-statusbar/s-statusbar.vue | 0 .../sheep}/components/s-tabbar/s-tabbar.vue | 0 .../s-title-block/s-title-block.vue | 0 .../s-uploader/choose-and-upload-file.js | 0 .../components/s-uploader/s-uploader.vue | 0 .../components/s-uploader/upload-file.vue | 0 .../components/s-uploader/upload-image.vue | 0 .../sheep}/components/s-uploader/utils.js | 0 .../components/s-user-card/s-user-card.vue | 0 .../s-video-block/s-video-block.vue | 0 .../s-wallet-card/s-wallet-card.vue | 0 {sheep => src/sheep}/config/index.js | 0 {sheep => src/sheep}/config/zIndex.js | 0 {sheep => src/sheep}/helper/digit.js | 0 {sheep => src/sheep}/helper/index.js | 0 {sheep => src/sheep}/helper/test.js | 0 {sheep => src/sheep}/helper/throttle.js | 0 {sheep => src/sheep}/helper/tools.js | 0 {sheep => src/sheep}/helper/utils.js | 0 {sheep => src/sheep}/hooks/useApp.js | 0 {sheep => src/sheep}/hooks/useGoods.js | 0 {sheep => src/sheep}/hooks/useModal.js | 0 {sheep => src/sheep}/hooks/useWebSocket.js | 0 {sheep => src/sheep}/index.js | 0 .../sheep}/libs/mplive-manifest-plugin.js | 0 {sheep => src/sheep}/libs/permission.js | 0 {sheep => src/sheep}/libs/sdk-h5-weixin.js | 0 {sheep => src/sheep}/platform/index.js | 0 {sheep => src/sheep}/platform/pay.js | 0 .../sheep}/platform/provider/apple/app.js | 0 .../sheep}/platform/provider/apple/index.js | 0 .../sheep}/platform/provider/wechat/index.js | 0 .../platform/provider/wechat/miniProgram.js | 0 .../provider/wechat/officialAccount.js | 0 .../platform/provider/wechat/openPlatform.js | 0 {sheep => src/sheep}/platform/share.js | 0 {sheep => src/sheep}/request/index.js | 0 {sheep => src/sheep}/router/index.js | 0 .../router/utils/strip-json-comments.js | 0 .../sheep}/router/utils/uni-read-pages-v3.js | 0 {sheep => src/sheep}/scss/_main.scss | 0 {sheep => src/sheep}/scss/_mixins.scss | 0 {sheep => src/sheep}/scss/_tools.scss | 0 {sheep => src/sheep}/scss/_var.scss | 0 .../sheep}/scss/font/OPPOSANS-M-subfont.ttf | Bin .../sheep}/scss/icon/_coloricon.scss | 0 {sheep => src/sheep}/scss/icon/_icon.scss | 0 .../sheep}/scss/icon/_sheepicon.scss | 0 {sheep => src/sheep}/scss/icon/_style.scss | 0 {sheep => src/sheep}/scss/index.scss | 0 {sheep => src/sheep}/scss/style/_avatar.scss | 0 .../sheep}/scss/style/_background.scss | 0 {sheep => src/sheep}/scss/style/_border.scss | 0 {sheep => src/sheep}/scss/style/_button.scss | 0 {sheep => src/sheep}/scss/style/_card.scss | 0 {sheep => src/sheep}/scss/style/_code.scss | 0 {sheep => src/sheep}/scss/style/_flex.scss | 0 {sheep => src/sheep}/scss/style/_form.scss | 0 {sheep => src/sheep}/scss/style/_grid.scss | 0 .../sheep}/scss/style/_markdown.scss | 0 {sheep => src/sheep}/scss/style/_menu.scss | 0 {sheep => src/sheep}/scss/style/_shadow.scss | 0 {sheep => src/sheep}/scss/style/_table.scss | 0 {sheep => src/sheep}/scss/style/_tag.scss | 0 {sheep => src/sheep}/scss/style/_text.scss | 0 {sheep => src/sheep}/scss/theme/_dark.scss | 0 {sheep => src/sheep}/scss/theme/_light.scss | 0 {sheep => src/sheep}/scss/theme/_style.scss | 0 {sheep => src/sheep}/scss/ui.scss | 0 {sheep => src/sheep}/store/app.js | 0 {sheep => src/sheep}/store/cart.js | 0 {sheep => src/sheep}/store/index.js | 0 {sheep => src/sheep}/store/modal.js | 0 {sheep => src/sheep}/store/sys.js | 0 {sheep => src/sheep}/store/user.js | 0 .../sheep}/ui/su-coupon/su-coupon.vue | 0 .../ui/su-data-checkbox/su-data-checkbox.vue | 0 .../sheep}/ui/su-dialog/su-dialog.vue | 0 {sheep => src/sheep}/ui/su-fixed/su-fixed.vue | 0 {sheep => src/sheep}/ui/su-image/su-image.vue | 0 .../ui/su-inner-navbar/su-inner-navbar.vue | 0 .../sheep}/ui/su-navbar/su-navbar.vue | 0 .../sheep}/ui/su-notice-bar/su-notice-bar.vue | 0 .../sheep}/ui/su-number-box/su-number-box.vue | 0 .../sheep}/ui/su-popover/su-popover.vue | 0 {sheep => src/sheep}/ui/su-popup/keypress.js | 0 {sheep => src/sheep}/ui/su-popup/su-popup.vue | 0 .../sheep}/ui/su-progress/su-progress.vue | 0 {sheep => src/sheep}/ui/su-radio/su-radio.vue | 0 .../ui/su-region-picker/su-region-picker.vue | 0 .../sheep}/ui/su-status-bar/su-status-bar.vue | 0 .../sheep}/ui/su-sticky/su-sticky.vue | 0 .../sheep}/ui/su-subline/su-subline.vue | 0 .../sheep}/ui/su-swiper/su-swiper.vue | 0 .../sheep}/ui/su-switch/su-switch.vue | 0 .../sheep}/ui/su-tab-item/su-tab-item.vue | 0 {sheep => src/sheep}/ui/su-tab/su-tab.vue | 0 .../ui/su-tabbar-item/su-tabbar-item.vue | 0 .../sheep}/ui/su-tabbar/su-tabbar.vue | 0 {sheep => src/sheep}/ui/su-tabs-item/props.js | 0 .../sheep}/ui/su-tabs-item/su-tabs-item.vue | 0 {sheep => src/sheep}/ui/su-tabs/su-tabs.vue | 0 .../sheep}/ui/su-time-line/su-time-line.vue | 0 .../ui/su-timeline-item/su-timeline-item.vue | 0 .../sheep}/ui/su-toolbar/su-toolbar.vue | 0 {sheep => src/sheep}/ui/su-video/su-video.vue | 0 {sheep => src/sheep}/url/index.js | 0 {sheep => src/sheep}/util/const.js | 0 {sheep => src/sheep}/util/index.js | 0 {sheep => src/sheep}/validate/form.js | 0 uni.scss => src/uni.scss | 0 .../uni_modules}/lime-painter/changelog.md | 0 .../components/common/relation.js | 0 .../l-painter-image/l-painter-image.vue | 0 .../l-painter-qrcode/l-painter-qrcode.vue | 0 .../l-painter-text/l-painter-text.vue | 0 .../l-painter-view/l-painter-view.vue | 0 .../components/l-painter/l-painter.vue | 0 .../lime-painter/components/l-painter/nvue.js | 0 .../components/l-painter/painter.js | 0 .../components/l-painter/props.js | 0 .../components/l-painter/single.js | 0 .../components/l-painter/utils.js | 0 .../components/lime-painter/lime-painter.vue | 0 .../lime-painter/hybrid/html/index.html | 0 .../lime-painter/hybrid/html/painter.js | 0 .../hybrid/html/uni.webview.1.5.3.js | 0 .../uni_modules}/lime-painter/package.json | 0 .../uni_modules}/lime-painter/parser.js | 0 .../uni_modules}/lime-painter/readme.md | 0 .../uni_modules}/mp-html/README.md | 0 .../uni_modules}/mp-html/changelog.md | 0 .../mp-html/components/mp-html/mp-html.vue | 0 .../mp-html/components/mp-html/node/node.vue | 0 .../mp-html/components/mp-html/parser.js | 0 .../uni_modules}/mp-html/package.json | 0 .../static/app-plus/mp-html/js/handler.js | 0 .../app-plus/mp-html/js/uni.webview.min.js | 0 .../static/app-plus/mp-html/local.html | 0 .../uni_modules}/uni-badge/changelog.md | 0 .../components/uni-badge/uni-badge.vue | 0 .../uni_modules}/uni-badge/package.json | 0 .../uni_modules}/uni-badge/readme.md | 0 .../uni_modules}/uni-card/changelog.md | 0 .../uni-card/components/uni-card/uni-card.vue | 0 .../uni_modules}/uni-card/package.json | 0 .../uni_modules}/uni-card/readme.md | 0 .../uni_modules}/uni-collapse/changelog.md | 0 .../uni-collapse-item/uni-collapse-item.vue | 0 .../components/uni-collapse/uni-collapse.vue | 0 .../uni_modules}/uni-collapse/package.json | 0 .../uni_modules}/uni-collapse/readme.md | 0 .../uni_modules}/uni-combox/changelog.md | 0 .../components/uni-combox/uni-combox.vue | 0 .../uni_modules}/uni-combox/package.json | 0 .../uni_modules}/uni-combox/readme.md | 0 .../uni_modules}/uni-countdown/changelog.md | 0 .../components/uni-countdown/i18n/en.json | 0 .../components/uni-countdown/i18n/index.js | 0 .../uni-countdown/i18n/zh-Hans.json | 0 .../uni-countdown/i18n/zh-Hant.json | 0 .../uni-countdown/uni-countdown.vue | 0 .../uni_modules}/uni-countdown/package.json | 0 .../uni_modules}/uni-countdown/readme.md | 0 .../uni-data-checkbox/changelog.md | 0 .../uni-data-checkbox/uni-data-checkbox.vue | 0 .../uni-data-checkbox/package.json | 0 .../uni_modules}/uni-data-checkbox/readme.md | 0 .../uni_modules}/uni-data-picker/changelog.md | 0 .../components/uni-data-picker/keypress.js | 0 .../uni-data-picker/uni-data-picker.vue | 0 .../uni-data-pickerview/uni-data-picker.js | 0 .../uni-data-pickerview.vue | 0 .../uni_modules}/uni-data-picker/package.json | 0 .../uni_modules}/uni-data-picker/readme.md | 0 .../uni_modules}/uni-dateformat/changelog.md | 0 .../components/uni-dateformat/date-format.js | 0 .../uni-dateformat/uni-dateformat.vue | 0 .../uni_modules}/uni-dateformat/package.json | 0 .../uni_modules}/uni-dateformat/readme.md | 0 .../uni-datetime-picker/changelog.md | 0 .../uni-datetime-picker/calendar-item.vue | 0 .../uni-datetime-picker/calendar.js | 0 .../uni-datetime-picker/calendar.vue | 0 .../uni-datetime-picker/i18n/en.json | 0 .../uni-datetime-picker/i18n/index.js | 0 .../uni-datetime-picker/i18n/zh-Hans.json | 0 .../uni-datetime-picker/i18n/zh-Hant.json | 0 .../uni-datetime-picker/keypress.js | 0 .../uni-datetime-picker/time-picker.vue | 0 .../uni-datetime-picker.vue | 0 .../components/uni-datetime-picker/util.js | 0 .../uni-datetime-picker/package.json | 0 .../uni-datetime-picker/readme.md | 0 .../uni_modules}/uni-drawer/changelog.md | 0 .../components/uni-drawer/keypress.js | 0 .../components/uni-drawer/uni-drawer.vue | 0 .../uni_modules}/uni-drawer/package.json | 0 .../uni_modules}/uni-drawer/readme.md | 0 .../uni_modules}/uni-easyinput/changelog.md | 0 .../components/uni-easyinput/common.js | 0 .../uni-easyinput/uni-easyinput.vue | 0 .../uni_modules}/uni-easyinput/package.json | 0 .../uni_modules}/uni-easyinput/readme.md | 0 .../uni_modules}/uni-fab/changelog.md | 0 .../uni-fab/components/uni-fab/uni-fab.vue | 0 .../uni_modules}/uni-fab/package.json | 0 .../uni_modules}/uni-fab/readme.md | 0 .../uni_modules}/uni-fav/changelog.md | 0 .../uni-fav/components/uni-fav/i18n/en.json | 0 .../uni-fav/components/uni-fav/i18n/index.js | 0 .../components/uni-fav/i18n/zh-Hans.json | 0 .../components/uni-fav/i18n/zh-Hant.json | 0 .../uni-fav/components/uni-fav/uni-fav.vue | 0 .../uni_modules}/uni-fav/package.json | 0 .../uni_modules}/uni-fav/readme.md | 0 .../uni_modules}/uni-forms/changelog.md | 0 .../uni-forms-item/uni-forms-item.vue | 0 .../components/uni-forms/uni-forms.vue | 0 .../components/uni-forms/validate.js | 0 .../uni_modules}/uni-forms/package.json | 0 .../uni_modules}/uni-forms/readme.md | 0 .../uni_modules}/uni-goods-nav/changelog.md | 0 .../components/uni-goods-nav/i18n/en.json | 0 .../components/uni-goods-nav/i18n/index.js | 0 .../uni-goods-nav/i18n/zh-Hans.json | 0 .../uni-goods-nav/i18n/zh-Hant.json | 0 .../uni-goods-nav/uni-goods-nav.vue | 0 .../uni_modules}/uni-goods-nav/package.json | 0 .../uni_modules}/uni-goods-nav/readme.md | 0 .../uni_modules}/uni-grid/changelog.md | 0 .../uni-grid-item/uni-grid-item.vue | 0 .../uni-grid/components/uni-grid/uni-grid.vue | 0 .../uni_modules}/uni-grid/package.json | 0 .../uni_modules}/uni-grid/readme.md | 0 .../uni_modules}/uni-group/changelog.md | 0 .../components/uni-group/uni-group.vue | 0 .../uni_modules}/uni-group/package.json | 0 .../uni_modules}/uni-group/readme.md | 0 .../uni_modules}/uni-icons/changelog.md | 0 .../uni-icons/components/uni-icons/icons.js | 0 .../components/uni-icons/uni-icons.vue | 0 .../uni-icons/components/uni-icons/uni.ttf | Bin .../components/uni-icons/uniicons.css | 0 .../components/uni-icons/uniicons.ttf | Bin .../uni_modules}/uni-icons/package.json | 0 .../uni_modules}/uni-icons/readme.md | 0 .../uni_modules}/uni-link/changelog.md | 0 .../uni-link/components/uni-link/uni-link.vue | 0 .../uni_modules}/uni-link/package.json | 0 .../uni_modules}/uni-link/readme.md | 0 .../uni_modules}/uni-list/changelog.md | 0 .../components/uni-list-ad/uni-list-ad.vue | 0 .../uni-list-chat/uni-list-chat.scss | 0 .../uni-list-chat/uni-list-chat.vue | 0 .../uni-list-item/uni-list-item.vue | 0 .../uni-list/components/uni-list/uni-list.vue | 0 .../components/uni-list/uni-refresh.vue | 0 .../components/uni-list/uni-refresh.wxs | 0 .../uni_modules}/uni-list/package.json | 0 .../uni_modules}/uni-list/readme.md | 0 .../uni_modules}/uni-load-more/changelog.md | 0 .../components/uni-load-more/i18n/en.json | 0 .../components/uni-load-more/i18n/index.js | 0 .../uni-load-more/i18n/zh-Hans.json | 0 .../uni-load-more/i18n/zh-Hant.json | 0 .../uni-load-more/uni-load-more.vue | 0 .../uni_modules}/uni-load-more/package.json | 0 .../uni_modules}/uni-load-more/readme.md | 0 .../uni_modules}/uni-nav-bar/changelog.md | 0 .../components/uni-nav-bar/uni-nav-bar.vue | 0 .../components/uni-nav-bar/uni-status-bar.vue | 0 .../uni_modules}/uni-nav-bar/package.json | 0 .../uni_modules}/uni-nav-bar/readme.md | 0 .../uni_modules}/uni-notice-bar/changelog.md | 0 .../uni-notice-bar/uni-notice-bar.vue | 0 .../uni_modules}/uni-notice-bar/package.json | 0 .../uni_modules}/uni-notice-bar/readme.md | 0 .../uni_modules}/uni-number-box/changelog.md | 0 .../uni-number-box/uni-number-box.vue | 0 .../uni_modules}/uni-number-box/package.json | 0 .../uni_modules}/uni-number-box/readme.md | 0 .../uni_modules}/uni-rate/changelog.md | 0 .../uni-rate/components/uni-rate/uni-rate.vue | 0 .../uni_modules}/uni-rate/package.json | 0 .../uni_modules}/uni-rate/readme.md | 0 .../uni_modules}/uni-row/changelog.md | 0 .../uni-row/components/uni-col/uni-col.vue | 0 .../uni-row/components/uni-row/uni-row.vue | 0 .../uni_modules}/uni-row/package.json | 0 .../uni_modules}/uni-row/readme.md | 0 .../uni_modules}/uni-scss/changelog.md | 0 .../uni_modules}/uni-scss/index.scss | 0 .../uni_modules}/uni-scss/manifest.json | 0 .../uni_modules}/uni-scss/package.json | 0 .../uni_modules}/uni-scss/readme.md | 0 .../uni_modules}/uni-scss/styles/index.scss | 0 .../uni-scss/styles/setting/_border.scss | 0 .../uni-scss/styles/setting/_color.scss | 0 .../uni-scss/styles/setting/_radius.scss | 0 .../uni-scss/styles/setting/_space.scss | 0 .../uni-scss/styles/setting/_styles.scss | 0 .../uni-scss/styles/setting/_text.scss | 0 .../uni-scss/styles/setting/_variables.scss | 0 .../uni-scss/styles/tools/functions.scss | 0 .../uni_modules}/uni-scss/theme.scss | 0 .../uni_modules}/uni-scss/variables.scss | 0 .../uni_modules}/uni-search-bar/changelog.md | 0 .../components/uni-search-bar/i18n/en.json | 0 .../components/uni-search-bar/i18n/index.js | 0 .../uni-search-bar/i18n/zh-Hans.json | 0 .../uni-search-bar/i18n/zh-Hant.json | 0 .../uni-search-bar/uni-search-bar.vue | 0 .../uni_modules}/uni-search-bar/package.json | 0 .../uni_modules}/uni-search-bar/readme.md | 0 .../uni-segmented-control/changelog.md | 0 .../uni-segmented-control.vue | 0 .../uni-segmented-control/package.json | 0 .../uni-segmented-control/readme.md | 0 .../uni_modules}/uni-steps/changelog.md | 0 .../components/uni-steps/uni-steps.vue | 0 .../uni_modules}/uni-steps/package.json | 0 .../uni_modules}/uni-steps/readme.md | 0 .../uni_modules}/uni-swiper-dot/changelog.md | 0 .../uni-swiper-dot/uni-swiper-dot.vue | 0 .../uni_modules}/uni-swiper-dot/package.json | 0 .../uni_modules}/uni-swiper-dot/readme.md | 0 .../uni_modules}/uni-tag/changelog.md | 0 .../uni-tag/components/uni-tag/uni-tag.vue | 0 .../uni_modules}/uni-tag/package.json | 0 .../uni_modules}/uni-tag/readme.md | 0 .../uni_modules}/uni-title/changelog.md | 0 .../components/uni-title/uni-title.vue | 0 .../uni_modules}/uni-title/package.json | 0 .../uni_modules}/uni-title/readme.md | 0 .../uni_modules}/uni-tooltip/changelog.md | 0 .../components/uni-tooltip/uni-tooltip.vue | 0 .../uni_modules}/uni-tooltip/package.json | 0 .../uni_modules}/uni-tooltip/readme.md | 0 .../uni_modules}/uni-transition/changelog.md | 0 .../uni-transition/createAnimation.js | 0 .../uni-transition/uni-transition.vue | 0 .../uni_modules}/uni-transition/package.json | 0 .../uni_modules}/uni-transition/readme.md | 0 .../uni_modules}/z-paging/changelog.md | 0 .../z-paging-cell/z-paging-cell.vue | 0 .../z-paging-empty-view.vue | 0 .../z-paging-swiper-item.vue | 0 .../z-paging-swiper/z-paging-swiper.vue | 0 .../components/z-paging-load-more.vue | 0 .../z-paging/components/z-paging-refresh.vue | 0 .../components/z-paging/config/index.js | 0 .../components/z-paging/css/z-paging-main.css | 0 .../z-paging/css/z-paging-static.css | 0 .../z-paging/components/z-paging/i18n/en.json | 0 .../components/z-paging/i18n/index.js | 0 .../components/z-paging/i18n/zh-Hans.json | 0 .../components/z-paging/i18n/zh-Hant.json | 0 .../z-paging/js/hooks/useZPaging.js | 0 .../z-paging/js/hooks/useZPagingComp.js | 0 .../z-paging/js/modules/back-to-top.js | 0 .../z-paging/js/modules/chat-record-mode.js | 0 .../z-paging/js/modules/common-layout.js | 0 .../z-paging/js/modules/data-handle.js | 0 .../components/z-paging/js/modules/empty.js | 0 .../components/z-paging/js/modules/i18n.js | 0 .../z-paging/js/modules/load-more.js | 0 .../components/z-paging/js/modules/loading.js | 0 .../components/z-paging/js/modules/nvue.js | 0 .../z-paging/js/modules/refresher.js | 0 .../z-paging/js/modules/scroller.js | 0 .../z-paging/js/modules/virtual-list.js | 0 .../z-paging/js/z-paging-constant.js | 0 .../components/z-paging/js/z-paging-enum.js | 0 .../z-paging/js/z-paging-interceptor.js | 0 .../components/z-paging/js/z-paging-main.js | 0 .../components/z-paging/js/z-paging-mixin.js | 0 .../components/z-paging/js/z-paging-static.js | 0 .../components/z-paging/js/z-paging-utils.js | 0 .../z-paging/wxs/z-paging-renderjs.js | 0 .../components/z-paging/wxs/z-paging-wxs.wxs | 0 .../z-paging/components/z-paging/z-paging.vue | 0 .../uni_modules}/z-paging/global.d.ts | 0 .../uni_modules}/z-paging/package.json | 0 .../uni_modules}/z-paging/readme.md | 0 vite.config.js | 6 +- 582 files changed, 91 insertions(+), 26 deletions(-) rename .prettierignore => src/.prettierignore (100%) rename .prettierrc => src/.prettierrc (100%) rename App.vue => src/App.vue (100%) rename androidPrivacy.json => src/androidPrivacy.json (100%) rename main.js => src/main.js (100%) rename manifest.json => src/manifest.json (100%) rename pages.json => src/pages.json (100%) rename {pages => src/pages}/activity/groupon/detail.vue (100%) rename {pages => src/pages}/activity/groupon/list.vue (100%) rename {pages => src/pages}/activity/groupon/order.vue (100%) rename {pages => src/pages}/activity/index.vue (100%) rename {pages => src/pages}/activity/point/list.vue (100%) rename {pages => src/pages}/activity/seckill/list.vue (100%) rename {pages => src/pages}/app/sign.vue (100%) rename {pages => src/pages}/chat/components/goods.vue (100%) rename {pages => src/pages}/chat/components/messageInput.vue (100%) rename {pages => src/pages}/chat/components/messageList.vue (100%) rename {pages => src/pages}/chat/components/messageListItem.vue (100%) rename {pages => src/pages}/chat/components/order.vue (100%) rename {pages => src/pages}/chat/components/select-popup.vue (100%) rename {pages => src/pages}/chat/components/toolsPopup.vue (100%) rename {pages => src/pages}/chat/index.vue (100%) rename {pages => src/pages}/chat/util/constants.js (100%) rename {pages => src/pages}/chat/util/emoji.js (100%) rename {pages => src/pages}/commission/commission-ranking.vue (100%) rename {pages => src/pages}/commission/components/account-info.vue (100%) rename {pages => src/pages}/commission/components/account-type-select.vue (100%) rename {pages => src/pages}/commission/components/commission-auth.vue (100%) rename {pages => src/pages}/commission/components/commission-info.vue (100%) rename {pages => src/pages}/commission/components/commission-log.vue (100%) rename {pages => src/pages}/commission/components/commission-menu.vue (100%) rename {pages => src/pages}/commission/goods.vue (100%) rename {pages => src/pages}/commission/index.vue (100%) rename {pages => src/pages}/commission/order.vue (100%) rename {pages => src/pages}/commission/promoter.vue (100%) rename {pages => src/pages}/commission/team.vue (100%) rename {pages => src/pages}/commission/wallet.vue (100%) rename {pages => src/pages}/commission/withdraw.vue (100%) rename {pages => src/pages}/coupon/detail.vue (100%) rename {pages => src/pages}/coupon/list.vue (100%) rename {pages => src/pages}/goods/comment/add.vue (100%) rename {pages => src/pages}/goods/comment/list.vue (100%) rename {pages => src/pages}/goods/components/detail/comment-item.vue (100%) rename {pages => src/pages}/goods/components/detail/detail-activity-tip.vue (100%) rename {pages => src/pages}/goods/components/detail/detail-cell-sku.vue (100%) rename {pages => src/pages}/goods/components/detail/detail-cell.vue (100%) rename {pages => src/pages}/goods/components/detail/detail-comment-card.vue (100%) rename {pages => src/pages}/goods/components/detail/detail-content-card.vue (100%) rename {pages => src/pages}/goods/components/detail/detail-navbar.vue (100%) rename {pages => src/pages}/goods/components/detail/detail-progress.vue (100%) rename {pages => src/pages}/goods/components/detail/detail-skeleton.vue (100%) rename {pages => src/pages}/goods/components/detail/detail-tabbar.vue (100%) rename {pages => src/pages}/goods/components/groupon/groupon-card-list.vue (100%) rename {pages => src/pages}/goods/components/list/list-goods-card.vue (100%) rename {pages => src/pages}/goods/components/list/list-navbar.vue (100%) rename {pages => src/pages}/goods/groupon.vue (100%) rename {pages => src/pages}/goods/index.vue (100%) rename {pages => src/pages}/goods/list.vue (100%) rename {pages => src/pages}/goods/point.vue (100%) rename {pages => src/pages}/goods/seckill.vue (100%) rename {pages => src/pages}/index/cart.vue (100%) rename {pages => src/pages}/index/category.vue (100%) rename {pages => src/pages}/index/components/first-one.vue (100%) rename {pages => src/pages}/index/components/first-two.vue (100%) rename {pages => src/pages}/index/components/second-one.vue (100%) rename {pages => src/pages}/index/index.vue (100%) rename {pages => src/pages}/index/login.vue (100%) rename {pages => src/pages}/index/page.vue (100%) rename {pages => src/pages}/index/search.vue (100%) rename {pages => src/pages}/index/user.vue (100%) rename {pages => src/pages}/order/addressSelection.vue (100%) rename {pages => src/pages}/order/aftersale/apply.vue (100%) rename {pages => src/pages}/order/aftersale/detail.vue (100%) rename {pages => src/pages}/order/aftersale/list.vue (100%) rename {pages => src/pages}/order/aftersale/log-item.vue (100%) rename {pages => src/pages}/order/aftersale/log.vue (100%) rename {pages => src/pages}/order/aftersale/return-delivery.vue (100%) rename {pages => src/pages}/order/confirm.vue (100%) rename {pages => src/pages}/order/detail.vue (100%) rename {pages => src/pages}/order/express/log.vue (100%) rename {pages => src/pages}/order/list.vue (100%) rename {pages => src/pages}/order/pickUpVerify.vue (100%) rename {pages => src/pages}/pay/index.vue (100%) rename {pages => src/pages}/pay/recharge-log.vue (100%) rename {pages => src/pages}/pay/recharge.vue (100%) rename {pages => src/pages}/pay/result.vue (100%) rename {pages => src/pages}/public/error.vue (100%) rename {pages => src/pages}/public/faq.vue (100%) rename {pages => src/pages}/public/richtext.vue (100%) rename {pages => src/pages}/public/setting.vue (100%) rename {pages => src/pages}/public/webview.vue (100%) rename {pages => src/pages}/user/address/edit.vue (100%) rename {pages => src/pages}/user/address/list.vue (100%) rename {pages => src/pages}/user/goods-collect.vue (100%) rename {pages => src/pages}/user/goods-log.vue (100%) rename {pages => src/pages}/user/goods_details_store/index.vue (100%) rename {pages => src/pages}/user/info.vue (100%) rename {pages => src/pages}/user/wallet/money.vue (100%) rename {pages => src/pages}/user/wallet/score.vue (100%) rename {sheep => src/sheep}/api/infra/file.js (100%) rename {sheep => src/sheep}/api/member/address.js (100%) rename {sheep => src/sheep}/api/member/auth.js (100%) rename {sheep => src/sheep}/api/member/point.js (100%) rename {sheep => src/sheep}/api/member/signin.js (100%) rename {sheep => src/sheep}/api/member/social.js (100%) rename {sheep => src/sheep}/api/member/user.js (100%) rename {sheep => src/sheep}/api/migration/app.js (100%) rename {sheep => src/sheep}/api/migration/index.js (100%) rename {sheep => src/sheep}/api/migration/third.js (100%) rename {sheep => src/sheep}/api/pay/channel.js (100%) rename {sheep => src/sheep}/api/pay/order.js (100%) rename {sheep => src/sheep}/api/pay/wallet.js (100%) rename {sheep => src/sheep}/api/product/category.js (100%) rename {sheep => src/sheep}/api/product/comment.js (100%) rename {sheep => src/sheep}/api/product/favorite.js (100%) rename {sheep => src/sheep}/api/product/history.js (100%) rename {sheep => src/sheep}/api/product/spu.js (100%) rename {sheep => src/sheep}/api/promotion/activity.js (100%) rename {sheep => src/sheep}/api/promotion/article.js (100%) rename {sheep => src/sheep}/api/promotion/combination.js (100%) rename {sheep => src/sheep}/api/promotion/coupon.js (100%) rename {sheep => src/sheep}/api/promotion/diy.js (100%) rename {sheep => src/sheep}/api/promotion/kefu.js (100%) rename {sheep => src/sheep}/api/promotion/point.js (100%) rename {sheep => src/sheep}/api/promotion/rewardActivity.js (100%) rename {sheep => src/sheep}/api/promotion/seckill.js (100%) rename {sheep => src/sheep}/api/system/area.js (100%) rename {sheep => src/sheep}/api/system/dict.js (94%) rename {sheep => src/sheep}/api/trade/afterSale.js (100%) rename {sheep => src/sheep}/api/trade/brokerage.js (100%) rename {sheep => src/sheep}/api/trade/cart.js (100%) rename {sheep => src/sheep}/api/trade/config.js (100%) rename {sheep => src/sheep}/api/trade/delivery.js (100%) rename {sheep => src/sheep}/api/trade/order.js (100%) rename {sheep => src/sheep}/components/countDown/index.vue (100%) rename {sheep => src/sheep}/components/s-activity-pop/s-activity-pop.vue (100%) rename {sheep => src/sheep}/components/s-address-item/s-address-item.vue (100%) rename {sheep => src/sheep}/components/s-auth-modal/components/account-login.vue (100%) rename {sheep => src/sheep}/components/s-auth-modal/components/change-mobile.vue (100%) rename {sheep => src/sheep}/components/s-auth-modal/components/change-password.vue (100%) rename {sheep => src/sheep}/components/s-auth-modal/components/mp-authorization.vue (100%) rename {sheep => src/sheep}/components/s-auth-modal/components/reset-password.vue (100%) rename {sheep => src/sheep}/components/s-auth-modal/components/sms-login.vue (100%) rename {sheep => src/sheep}/components/s-auth-modal/index.scss (100%) rename {sheep => src/sheep}/components/s-auth-modal/s-auth-modal.vue (100%) rename {sheep => src/sheep}/components/s-block-item/s-block-item.vue (100%) rename {sheep => src/sheep}/components/s-block/s-block.vue (100%) rename {sheep => src/sheep}/components/s-count-down/s-count-down.vue (100%) rename {sheep => src/sheep}/components/s-coupon-block/s-coupon-block.vue (100%) rename {sheep => src/sheep}/components/s-coupon-card/s-coupon-card.vue (100%) rename {sheep => src/sheep}/components/s-coupon-get/s-coupon-get.vue (100%) rename {sheep => src/sheep}/components/s-coupon-list/s-coupon-list.vue (100%) rename {sheep => src/sheep}/components/s-coupon-select/s-coupon-select.vue (100%) rename {sheep => src/sheep}/components/s-custom-navbar/components/navbar-item.vue (100%) rename {sheep => src/sheep}/components/s-custom-navbar/components/navbar.vue (100%) rename {sheep => src/sheep}/components/s-custom-navbar/s-custom-navbar.vue (100%) rename {sheep => src/sheep}/components/s-discount-list/s-discount-list.vue (100%) rename {sheep => src/sheep}/components/s-empty/s-empty.vue (100%) rename {sheep => src/sheep}/components/s-float-menu/s-float-menu.vue (100%) rename {sheep => src/sheep}/components/s-goods-card/s-goods-card.vue (100%) rename {sheep => src/sheep}/components/s-goods-column/s-goods-column.vue (100%) rename {sheep => src/sheep}/components/s-goods-item/s-goods-item.vue (100%) rename {sheep => src/sheep}/components/s-goods-scroll/s-goods-scroll.vue (100%) rename {sheep => src/sheep}/components/s-goods-shelves/s-goods-shelves.vue (100%) rename {sheep => src/sheep}/components/s-groupon-block/s-groupon-block.vue (100%) rename {sheep => src/sheep}/components/s-hotzone-block/s-hotzone-block.vue (100%) rename {sheep => src/sheep}/components/s-image-banner/s-image-banner.vue (100%) rename {sheep => src/sheep}/components/s-image-block/s-image-block.vue (100%) rename {sheep => src/sheep}/components/s-image-cube/s-image-cube.vue (100%) rename {sheep => src/sheep}/components/s-layout/s-layout.vue (100%) rename {sheep => src/sheep}/components/s-line-block/s-line-block.vue (100%) rename {sheep => src/sheep}/components/s-live-block/s-live-block.vue (100%) rename {sheep => src/sheep}/components/s-live-card/s-live-card.vue (100%) rename {sheep => src/sheep}/components/s-menu-button/s-menu-button.vue (100%) rename {sheep => src/sheep}/components/s-menu-grid/s-menu-grid.vue (100%) rename {sheep => src/sheep}/components/s-menu-list/s-menu-list.vue (100%) rename {sheep => src/sheep}/components/s-menu-tools/s-menu-tools.vue (100%) rename {sheep => src/sheep}/components/s-notice-block/s-notice-block.vue (100%) rename {sheep => src/sheep}/components/s-order-card/s-order-card.vue (100%) rename {sheep => src/sheep}/components/s-point-block/s-point-block.vue (100%) rename {sheep => src/sheep}/components/s-point-card/s-point-card.vue (100%) rename {sheep => src/sheep}/components/s-popup-image/s-popup-image.vue (100%) rename {sheep => src/sheep}/components/s-richtext-block/s-richtext-block.vue (100%) rename {sheep => src/sheep}/components/s-search-block/s-search-block.vue (100%) rename {sheep => src/sheep}/components/s-seckill-block/s-seckill-block.vue (100%) rename {sheep => src/sheep}/components/s-select-groupon-sku/s-select-groupon-sku.vue (100%) rename {sheep => src/sheep}/components/s-select-seckill-sku/s-select-seckill-sku.vue (100%) rename {sheep => src/sheep}/components/s-select-sku/s-select-sku.vue (100%) rename {sheep => src/sheep}/components/s-share-modal/canvas-poster/index.vue (100%) rename {sheep => src/sheep}/components/s-share-modal/canvas-poster/poster/goods.js (100%) rename {sheep => src/sheep}/components/s-share-modal/canvas-poster/poster/groupon.js (100%) rename {sheep => src/sheep}/components/s-share-modal/canvas-poster/poster/index.js (100%) rename {sheep => src/sheep}/components/s-share-modal/canvas-poster/poster/user.js (100%) rename {sheep => src/sheep}/components/s-share-modal/s-share-modal.vue (100%) rename {sheep => src/sheep}/components/s-statusbar/s-statusbar.vue (100%) rename {sheep => src/sheep}/components/s-tabbar/s-tabbar.vue (100%) rename {sheep => src/sheep}/components/s-title-block/s-title-block.vue (100%) rename {sheep => src/sheep}/components/s-uploader/choose-and-upload-file.js (100%) rename {sheep => src/sheep}/components/s-uploader/s-uploader.vue (100%) rename {sheep => src/sheep}/components/s-uploader/upload-file.vue (100%) rename {sheep => src/sheep}/components/s-uploader/upload-image.vue (100%) rename {sheep => src/sheep}/components/s-uploader/utils.js (100%) rename {sheep => src/sheep}/components/s-user-card/s-user-card.vue (100%) rename {sheep => src/sheep}/components/s-video-block/s-video-block.vue (100%) rename {sheep => src/sheep}/components/s-wallet-card/s-wallet-card.vue (100%) rename {sheep => src/sheep}/config/index.js (100%) rename {sheep => src/sheep}/config/zIndex.js (100%) rename {sheep => src/sheep}/helper/digit.js (100%) rename {sheep => src/sheep}/helper/index.js (100%) rename {sheep => src/sheep}/helper/test.js (100%) rename {sheep => src/sheep}/helper/throttle.js (100%) rename {sheep => src/sheep}/helper/tools.js (100%) rename {sheep => src/sheep}/helper/utils.js (100%) rename {sheep => src/sheep}/hooks/useApp.js (100%) rename {sheep => src/sheep}/hooks/useGoods.js (100%) rename {sheep => src/sheep}/hooks/useModal.js (100%) rename {sheep => src/sheep}/hooks/useWebSocket.js (100%) rename {sheep => src/sheep}/index.js (100%) rename {sheep => src/sheep}/libs/mplive-manifest-plugin.js (100%) rename {sheep => src/sheep}/libs/permission.js (100%) rename {sheep => src/sheep}/libs/sdk-h5-weixin.js (100%) rename {sheep => src/sheep}/platform/index.js (100%) rename {sheep => src/sheep}/platform/pay.js (100%) rename {sheep => src/sheep}/platform/provider/apple/app.js (100%) rename {sheep => src/sheep}/platform/provider/apple/index.js (100%) rename {sheep => src/sheep}/platform/provider/wechat/index.js (100%) rename {sheep => src/sheep}/platform/provider/wechat/miniProgram.js (100%) rename {sheep => src/sheep}/platform/provider/wechat/officialAccount.js (100%) rename {sheep => src/sheep}/platform/provider/wechat/openPlatform.js (100%) rename {sheep => src/sheep}/platform/share.js (100%) rename {sheep => src/sheep}/request/index.js (100%) rename {sheep => src/sheep}/router/index.js (100%) rename {sheep => src/sheep}/router/utils/strip-json-comments.js (100%) rename {sheep => src/sheep}/router/utils/uni-read-pages-v3.js (100%) rename {sheep => src/sheep}/scss/_main.scss (100%) rename {sheep => src/sheep}/scss/_mixins.scss (100%) rename {sheep => src/sheep}/scss/_tools.scss (100%) rename {sheep => src/sheep}/scss/_var.scss (100%) rename {sheep => src/sheep}/scss/font/OPPOSANS-M-subfont.ttf (100%) rename {sheep => src/sheep}/scss/icon/_coloricon.scss (100%) rename {sheep => src/sheep}/scss/icon/_icon.scss (100%) rename {sheep => src/sheep}/scss/icon/_sheepicon.scss (100%) rename {sheep => src/sheep}/scss/icon/_style.scss (100%) rename {sheep => src/sheep}/scss/index.scss (100%) rename {sheep => src/sheep}/scss/style/_avatar.scss (100%) rename {sheep => src/sheep}/scss/style/_background.scss (100%) rename {sheep => src/sheep}/scss/style/_border.scss (100%) rename {sheep => src/sheep}/scss/style/_button.scss (100%) rename {sheep => src/sheep}/scss/style/_card.scss (100%) rename {sheep => src/sheep}/scss/style/_code.scss (100%) rename {sheep => src/sheep}/scss/style/_flex.scss (100%) rename {sheep => src/sheep}/scss/style/_form.scss (100%) rename {sheep => src/sheep}/scss/style/_grid.scss (100%) rename {sheep => src/sheep}/scss/style/_markdown.scss (100%) rename {sheep => src/sheep}/scss/style/_menu.scss (100%) rename {sheep => src/sheep}/scss/style/_shadow.scss (100%) rename {sheep => src/sheep}/scss/style/_table.scss (100%) rename {sheep => src/sheep}/scss/style/_tag.scss (100%) rename {sheep => src/sheep}/scss/style/_text.scss (100%) rename {sheep => src/sheep}/scss/theme/_dark.scss (100%) rename {sheep => src/sheep}/scss/theme/_light.scss (100%) rename {sheep => src/sheep}/scss/theme/_style.scss (100%) rename {sheep => src/sheep}/scss/ui.scss (100%) rename {sheep => src/sheep}/store/app.js (100%) rename {sheep => src/sheep}/store/cart.js (100%) rename {sheep => src/sheep}/store/index.js (100%) rename {sheep => src/sheep}/store/modal.js (100%) rename {sheep => src/sheep}/store/sys.js (100%) rename {sheep => src/sheep}/store/user.js (100%) rename {sheep => src/sheep}/ui/su-coupon/su-coupon.vue (100%) rename {sheep => src/sheep}/ui/su-data-checkbox/su-data-checkbox.vue (100%) rename {sheep => src/sheep}/ui/su-dialog/su-dialog.vue (100%) rename {sheep => src/sheep}/ui/su-fixed/su-fixed.vue (100%) rename {sheep => src/sheep}/ui/su-image/su-image.vue (100%) rename {sheep => src/sheep}/ui/su-inner-navbar/su-inner-navbar.vue (100%) rename {sheep => src/sheep}/ui/su-navbar/su-navbar.vue (100%) rename {sheep => src/sheep}/ui/su-notice-bar/su-notice-bar.vue (100%) rename {sheep => src/sheep}/ui/su-number-box/su-number-box.vue (100%) rename {sheep => src/sheep}/ui/su-popover/su-popover.vue (100%) rename {sheep => src/sheep}/ui/su-popup/keypress.js (100%) rename {sheep => src/sheep}/ui/su-popup/su-popup.vue (100%) rename {sheep => src/sheep}/ui/su-progress/su-progress.vue (100%) rename {sheep => src/sheep}/ui/su-radio/su-radio.vue (100%) rename {sheep => src/sheep}/ui/su-region-picker/su-region-picker.vue (100%) rename {sheep => src/sheep}/ui/su-status-bar/su-status-bar.vue (100%) rename {sheep => src/sheep}/ui/su-sticky/su-sticky.vue (100%) rename {sheep => src/sheep}/ui/su-subline/su-subline.vue (100%) rename {sheep => src/sheep}/ui/su-swiper/su-swiper.vue (100%) rename {sheep => src/sheep}/ui/su-switch/su-switch.vue (100%) rename {sheep => src/sheep}/ui/su-tab-item/su-tab-item.vue (100%) rename {sheep => src/sheep}/ui/su-tab/su-tab.vue (100%) rename {sheep => src/sheep}/ui/su-tabbar-item/su-tabbar-item.vue (100%) rename {sheep => src/sheep}/ui/su-tabbar/su-tabbar.vue (100%) rename {sheep => src/sheep}/ui/su-tabs-item/props.js (100%) rename {sheep => src/sheep}/ui/su-tabs-item/su-tabs-item.vue (100%) rename {sheep => src/sheep}/ui/su-tabs/su-tabs.vue (100%) rename {sheep => src/sheep}/ui/su-time-line/su-time-line.vue (100%) rename {sheep => src/sheep}/ui/su-timeline-item/su-timeline-item.vue (100%) rename {sheep => src/sheep}/ui/su-toolbar/su-toolbar.vue (100%) rename {sheep => src/sheep}/ui/su-video/su-video.vue (100%) rename {sheep => src/sheep}/url/index.js (100%) rename {sheep => src/sheep}/util/const.js (100%) rename {sheep => src/sheep}/util/index.js (100%) rename {sheep => src/sheep}/validate/form.js (100%) rename uni.scss => src/uni.scss (100%) rename {uni_modules => src/uni_modules}/lime-painter/changelog.md (100%) rename {uni_modules => src/uni_modules}/lime-painter/components/common/relation.js (100%) rename {uni_modules => src/uni_modules}/lime-painter/components/l-painter-image/l-painter-image.vue (100%) rename {uni_modules => src/uni_modules}/lime-painter/components/l-painter-qrcode/l-painter-qrcode.vue (100%) rename {uni_modules => src/uni_modules}/lime-painter/components/l-painter-text/l-painter-text.vue (100%) rename {uni_modules => src/uni_modules}/lime-painter/components/l-painter-view/l-painter-view.vue (100%) rename {uni_modules => src/uni_modules}/lime-painter/components/l-painter/l-painter.vue (100%) rename {uni_modules => src/uni_modules}/lime-painter/components/l-painter/nvue.js (100%) rename {uni_modules => src/uni_modules}/lime-painter/components/l-painter/painter.js (100%) rename {uni_modules => src/uni_modules}/lime-painter/components/l-painter/props.js (100%) rename {uni_modules => src/uni_modules}/lime-painter/components/l-painter/single.js (100%) rename {uni_modules => src/uni_modules}/lime-painter/components/l-painter/utils.js (100%) rename {uni_modules => src/uni_modules}/lime-painter/components/lime-painter/lime-painter.vue (100%) rename {uni_modules => src/uni_modules}/lime-painter/hybrid/html/index.html (100%) rename {uni_modules => src/uni_modules}/lime-painter/hybrid/html/painter.js (100%) rename {uni_modules => src/uni_modules}/lime-painter/hybrid/html/uni.webview.1.5.3.js (100%) rename {uni_modules => src/uni_modules}/lime-painter/package.json (100%) rename {uni_modules => src/uni_modules}/lime-painter/parser.js (100%) rename {uni_modules => src/uni_modules}/lime-painter/readme.md (100%) rename {uni_modules => src/uni_modules}/mp-html/README.md (100%) rename {uni_modules => src/uni_modules}/mp-html/changelog.md (100%) rename {uni_modules => src/uni_modules}/mp-html/components/mp-html/mp-html.vue (100%) rename {uni_modules => src/uni_modules}/mp-html/components/mp-html/node/node.vue (100%) rename {uni_modules => src/uni_modules}/mp-html/components/mp-html/parser.js (100%) rename {uni_modules => src/uni_modules}/mp-html/package.json (100%) rename {uni_modules => src/uni_modules}/mp-html/static/app-plus/mp-html/js/handler.js (100%) rename {uni_modules => src/uni_modules}/mp-html/static/app-plus/mp-html/js/uni.webview.min.js (100%) rename {uni_modules => src/uni_modules}/mp-html/static/app-plus/mp-html/local.html (100%) rename {uni_modules => src/uni_modules}/uni-badge/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-badge/components/uni-badge/uni-badge.vue (100%) rename {uni_modules => src/uni_modules}/uni-badge/package.json (100%) rename {uni_modules => src/uni_modules}/uni-badge/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-card/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-card/components/uni-card/uni-card.vue (100%) rename {uni_modules => src/uni_modules}/uni-card/package.json (100%) rename {uni_modules => src/uni_modules}/uni-card/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-collapse/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-collapse/components/uni-collapse-item/uni-collapse-item.vue (100%) rename {uni_modules => src/uni_modules}/uni-collapse/components/uni-collapse/uni-collapse.vue (100%) rename {uni_modules => src/uni_modules}/uni-collapse/package.json (100%) rename {uni_modules => src/uni_modules}/uni-collapse/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-combox/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-combox/components/uni-combox/uni-combox.vue (100%) rename {uni_modules => src/uni_modules}/uni-combox/package.json (100%) rename {uni_modules => src/uni_modules}/uni-combox/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-countdown/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-countdown/components/uni-countdown/i18n/en.json (100%) rename {uni_modules => src/uni_modules}/uni-countdown/components/uni-countdown/i18n/index.js (100%) rename {uni_modules => src/uni_modules}/uni-countdown/components/uni-countdown/i18n/zh-Hans.json (100%) rename {uni_modules => src/uni_modules}/uni-countdown/components/uni-countdown/i18n/zh-Hant.json (100%) rename {uni_modules => src/uni_modules}/uni-countdown/components/uni-countdown/uni-countdown.vue (100%) rename {uni_modules => src/uni_modules}/uni-countdown/package.json (100%) rename {uni_modules => src/uni_modules}/uni-countdown/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-data-checkbox/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-data-checkbox/components/uni-data-checkbox/uni-data-checkbox.vue (100%) rename {uni_modules => src/uni_modules}/uni-data-checkbox/package.json (100%) rename {uni_modules => src/uni_modules}/uni-data-checkbox/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-data-picker/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-data-picker/components/uni-data-picker/keypress.js (100%) rename {uni_modules => src/uni_modules}/uni-data-picker/components/uni-data-picker/uni-data-picker.vue (100%) rename {uni_modules => src/uni_modules}/uni-data-picker/components/uni-data-pickerview/uni-data-picker.js (100%) rename {uni_modules => src/uni_modules}/uni-data-picker/components/uni-data-pickerview/uni-data-pickerview.vue (100%) rename {uni_modules => src/uni_modules}/uni-data-picker/package.json (100%) rename {uni_modules => src/uni_modules}/uni-data-picker/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-dateformat/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-dateformat/components/uni-dateformat/date-format.js (100%) rename {uni_modules => src/uni_modules}/uni-dateformat/components/uni-dateformat/uni-dateformat.vue (100%) rename {uni_modules => src/uni_modules}/uni-dateformat/package.json (100%) rename {uni_modules => src/uni_modules}/uni-dateformat/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-datetime-picker/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-datetime-picker/components/uni-datetime-picker/calendar-item.vue (100%) rename {uni_modules => src/uni_modules}/uni-datetime-picker/components/uni-datetime-picker/calendar.js (100%) rename {uni_modules => src/uni_modules}/uni-datetime-picker/components/uni-datetime-picker/calendar.vue (100%) rename {uni_modules => src/uni_modules}/uni-datetime-picker/components/uni-datetime-picker/i18n/en.json (100%) rename {uni_modules => src/uni_modules}/uni-datetime-picker/components/uni-datetime-picker/i18n/index.js (100%) rename {uni_modules => src/uni_modules}/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hans.json (100%) rename {uni_modules => src/uni_modules}/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hant.json (100%) rename {uni_modules => src/uni_modules}/uni-datetime-picker/components/uni-datetime-picker/keypress.js (100%) rename {uni_modules => src/uni_modules}/uni-datetime-picker/components/uni-datetime-picker/time-picker.vue (100%) rename {uni_modules => src/uni_modules}/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue (100%) rename {uni_modules => src/uni_modules}/uni-datetime-picker/components/uni-datetime-picker/util.js (100%) rename {uni_modules => src/uni_modules}/uni-datetime-picker/package.json (100%) rename {uni_modules => src/uni_modules}/uni-datetime-picker/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-drawer/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-drawer/components/uni-drawer/keypress.js (100%) rename {uni_modules => src/uni_modules}/uni-drawer/components/uni-drawer/uni-drawer.vue (100%) rename {uni_modules => src/uni_modules}/uni-drawer/package.json (100%) rename {uni_modules => src/uni_modules}/uni-drawer/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-easyinput/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-easyinput/components/uni-easyinput/common.js (100%) rename {uni_modules => src/uni_modules}/uni-easyinput/components/uni-easyinput/uni-easyinput.vue (100%) rename {uni_modules => src/uni_modules}/uni-easyinput/package.json (100%) rename {uni_modules => src/uni_modules}/uni-easyinput/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-fab/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-fab/components/uni-fab/uni-fab.vue (100%) rename {uni_modules => src/uni_modules}/uni-fab/package.json (100%) rename {uni_modules => src/uni_modules}/uni-fab/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-fav/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-fav/components/uni-fav/i18n/en.json (100%) rename {uni_modules => src/uni_modules}/uni-fav/components/uni-fav/i18n/index.js (100%) rename {uni_modules => src/uni_modules}/uni-fav/components/uni-fav/i18n/zh-Hans.json (100%) rename {uni_modules => src/uni_modules}/uni-fav/components/uni-fav/i18n/zh-Hant.json (100%) rename {uni_modules => src/uni_modules}/uni-fav/components/uni-fav/uni-fav.vue (100%) rename {uni_modules => src/uni_modules}/uni-fav/package.json (100%) rename {uni_modules => src/uni_modules}/uni-fav/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-forms/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-forms/components/uni-forms-item/uni-forms-item.vue (100%) rename {uni_modules => src/uni_modules}/uni-forms/components/uni-forms/uni-forms.vue (100%) rename {uni_modules => src/uni_modules}/uni-forms/components/uni-forms/validate.js (100%) rename {uni_modules => src/uni_modules}/uni-forms/package.json (100%) rename {uni_modules => src/uni_modules}/uni-forms/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-goods-nav/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-goods-nav/components/uni-goods-nav/i18n/en.json (100%) rename {uni_modules => src/uni_modules}/uni-goods-nav/components/uni-goods-nav/i18n/index.js (100%) rename {uni_modules => src/uni_modules}/uni-goods-nav/components/uni-goods-nav/i18n/zh-Hans.json (100%) rename {uni_modules => src/uni_modules}/uni-goods-nav/components/uni-goods-nav/i18n/zh-Hant.json (100%) rename {uni_modules => src/uni_modules}/uni-goods-nav/components/uni-goods-nav/uni-goods-nav.vue (100%) rename {uni_modules => src/uni_modules}/uni-goods-nav/package.json (100%) rename {uni_modules => src/uni_modules}/uni-goods-nav/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-grid/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-grid/components/uni-grid-item/uni-grid-item.vue (100%) rename {uni_modules => src/uni_modules}/uni-grid/components/uni-grid/uni-grid.vue (100%) rename {uni_modules => src/uni_modules}/uni-grid/package.json (100%) rename {uni_modules => src/uni_modules}/uni-grid/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-group/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-group/components/uni-group/uni-group.vue (100%) rename {uni_modules => src/uni_modules}/uni-group/package.json (100%) rename {uni_modules => src/uni_modules}/uni-group/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-icons/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-icons/components/uni-icons/icons.js (100%) rename {uni_modules => src/uni_modules}/uni-icons/components/uni-icons/uni-icons.vue (100%) rename {uni_modules => src/uni_modules}/uni-icons/components/uni-icons/uni.ttf (100%) rename {uni_modules => src/uni_modules}/uni-icons/components/uni-icons/uniicons.css (100%) rename {uni_modules => src/uni_modules}/uni-icons/components/uni-icons/uniicons.ttf (100%) rename {uni_modules => src/uni_modules}/uni-icons/package.json (100%) rename {uni_modules => src/uni_modules}/uni-icons/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-link/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-link/components/uni-link/uni-link.vue (100%) rename {uni_modules => src/uni_modules}/uni-link/package.json (100%) rename {uni_modules => src/uni_modules}/uni-link/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-list/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-list/components/uni-list-ad/uni-list-ad.vue (100%) rename {uni_modules => src/uni_modules}/uni-list/components/uni-list-chat/uni-list-chat.scss (100%) rename {uni_modules => src/uni_modules}/uni-list/components/uni-list-chat/uni-list-chat.vue (100%) rename {uni_modules => src/uni_modules}/uni-list/components/uni-list-item/uni-list-item.vue (100%) rename {uni_modules => src/uni_modules}/uni-list/components/uni-list/uni-list.vue (100%) rename {uni_modules => src/uni_modules}/uni-list/components/uni-list/uni-refresh.vue (100%) rename {uni_modules => src/uni_modules}/uni-list/components/uni-list/uni-refresh.wxs (100%) rename {uni_modules => src/uni_modules}/uni-list/package.json (100%) rename {uni_modules => src/uni_modules}/uni-list/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-load-more/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-load-more/components/uni-load-more/i18n/en.json (100%) rename {uni_modules => src/uni_modules}/uni-load-more/components/uni-load-more/i18n/index.js (100%) rename {uni_modules => src/uni_modules}/uni-load-more/components/uni-load-more/i18n/zh-Hans.json (100%) rename {uni_modules => src/uni_modules}/uni-load-more/components/uni-load-more/i18n/zh-Hant.json (100%) rename {uni_modules => src/uni_modules}/uni-load-more/components/uni-load-more/uni-load-more.vue (100%) rename {uni_modules => src/uni_modules}/uni-load-more/package.json (100%) rename {uni_modules => src/uni_modules}/uni-load-more/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-nav-bar/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.vue (100%) rename {uni_modules => src/uni_modules}/uni-nav-bar/components/uni-nav-bar/uni-status-bar.vue (100%) rename {uni_modules => src/uni_modules}/uni-nav-bar/package.json (100%) rename {uni_modules => src/uni_modules}/uni-nav-bar/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-notice-bar/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-notice-bar/components/uni-notice-bar/uni-notice-bar.vue (100%) rename {uni_modules => src/uni_modules}/uni-notice-bar/package.json (100%) rename {uni_modules => src/uni_modules}/uni-notice-bar/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-number-box/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-number-box/components/uni-number-box/uni-number-box.vue (100%) rename {uni_modules => src/uni_modules}/uni-number-box/package.json (100%) rename {uni_modules => src/uni_modules}/uni-number-box/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-rate/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-rate/components/uni-rate/uni-rate.vue (100%) rename {uni_modules => src/uni_modules}/uni-rate/package.json (100%) rename {uni_modules => src/uni_modules}/uni-rate/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-row/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-row/components/uni-col/uni-col.vue (100%) rename {uni_modules => src/uni_modules}/uni-row/components/uni-row/uni-row.vue (100%) rename {uni_modules => src/uni_modules}/uni-row/package.json (100%) rename {uni_modules => src/uni_modules}/uni-row/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-scss/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-scss/index.scss (100%) rename {uni_modules => src/uni_modules}/uni-scss/manifest.json (100%) rename {uni_modules => src/uni_modules}/uni-scss/package.json (100%) rename {uni_modules => src/uni_modules}/uni-scss/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-scss/styles/index.scss (100%) rename {uni_modules => src/uni_modules}/uni-scss/styles/setting/_border.scss (100%) rename {uni_modules => src/uni_modules}/uni-scss/styles/setting/_color.scss (100%) rename {uni_modules => src/uni_modules}/uni-scss/styles/setting/_radius.scss (100%) rename {uni_modules => src/uni_modules}/uni-scss/styles/setting/_space.scss (100%) rename {uni_modules => src/uni_modules}/uni-scss/styles/setting/_styles.scss (100%) rename {uni_modules => src/uni_modules}/uni-scss/styles/setting/_text.scss (100%) rename {uni_modules => src/uni_modules}/uni-scss/styles/setting/_variables.scss (100%) rename {uni_modules => src/uni_modules}/uni-scss/styles/tools/functions.scss (100%) rename {uni_modules => src/uni_modules}/uni-scss/theme.scss (100%) rename {uni_modules => src/uni_modules}/uni-scss/variables.scss (100%) rename {uni_modules => src/uni_modules}/uni-search-bar/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-search-bar/components/uni-search-bar/i18n/en.json (100%) rename {uni_modules => src/uni_modules}/uni-search-bar/components/uni-search-bar/i18n/index.js (100%) rename {uni_modules => src/uni_modules}/uni-search-bar/components/uni-search-bar/i18n/zh-Hans.json (100%) rename {uni_modules => src/uni_modules}/uni-search-bar/components/uni-search-bar/i18n/zh-Hant.json (100%) rename {uni_modules => src/uni_modules}/uni-search-bar/components/uni-search-bar/uni-search-bar.vue (100%) rename {uni_modules => src/uni_modules}/uni-search-bar/package.json (100%) rename {uni_modules => src/uni_modules}/uni-search-bar/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-segmented-control/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-segmented-control/components/uni-segmented-control/uni-segmented-control.vue (100%) rename {uni_modules => src/uni_modules}/uni-segmented-control/package.json (100%) rename {uni_modules => src/uni_modules}/uni-segmented-control/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-steps/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-steps/components/uni-steps/uni-steps.vue (100%) rename {uni_modules => src/uni_modules}/uni-steps/package.json (100%) rename {uni_modules => src/uni_modules}/uni-steps/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-swiper-dot/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-swiper-dot/components/uni-swiper-dot/uni-swiper-dot.vue (100%) rename {uni_modules => src/uni_modules}/uni-swiper-dot/package.json (100%) rename {uni_modules => src/uni_modules}/uni-swiper-dot/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-tag/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-tag/components/uni-tag/uni-tag.vue (100%) rename {uni_modules => src/uni_modules}/uni-tag/package.json (100%) rename {uni_modules => src/uni_modules}/uni-tag/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-title/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-title/components/uni-title/uni-title.vue (100%) rename {uni_modules => src/uni_modules}/uni-title/package.json (100%) rename {uni_modules => src/uni_modules}/uni-title/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-tooltip/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-tooltip/components/uni-tooltip/uni-tooltip.vue (100%) rename {uni_modules => src/uni_modules}/uni-tooltip/package.json (100%) rename {uni_modules => src/uni_modules}/uni-tooltip/readme.md (100%) rename {uni_modules => src/uni_modules}/uni-transition/changelog.md (100%) rename {uni_modules => src/uni_modules}/uni-transition/components/uni-transition/createAnimation.js (100%) rename {uni_modules => src/uni_modules}/uni-transition/components/uni-transition/uni-transition.vue (100%) rename {uni_modules => src/uni_modules}/uni-transition/package.json (100%) rename {uni_modules => src/uni_modules}/uni-transition/readme.md (100%) rename {uni_modules => src/uni_modules}/z-paging/changelog.md (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging-cell/z-paging-cell.vue (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging-empty-view/z-paging-empty-view.vue (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging-swiper-item/z-paging-swiper-item.vue (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging-swiper/z-paging-swiper.vue (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/components/z-paging-load-more.vue (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/components/z-paging-refresh.vue (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/config/index.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/css/z-paging-main.css (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/css/z-paging-static.css (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/i18n/en.json (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/i18n/index.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/i18n/zh-Hans.json (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/i18n/zh-Hant.json (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/js/hooks/useZPaging.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/js/hooks/useZPagingComp.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/js/modules/back-to-top.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/js/modules/chat-record-mode.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/js/modules/common-layout.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/js/modules/data-handle.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/js/modules/empty.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/js/modules/i18n.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/js/modules/load-more.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/js/modules/loading.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/js/modules/nvue.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/js/modules/refresher.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/js/modules/scroller.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/js/modules/virtual-list.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/js/z-paging-constant.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/js/z-paging-enum.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/js/z-paging-interceptor.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/js/z-paging-main.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/js/z-paging-mixin.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/js/z-paging-static.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/js/z-paging-utils.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/wxs/z-paging-renderjs.js (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/wxs/z-paging-wxs.wxs (100%) rename {uni_modules => src/uni_modules}/z-paging/components/z-paging/z-paging.vue (100%) rename {uni_modules => src/uni_modules}/z-paging/global.d.ts (100%) rename {uni_modules => src/uni_modules}/z-paging/package.json (100%) rename {uni_modules => src/uni_modules}/z-paging/readme.md (100%) diff --git a/index.html b/index.html index 2269a693..fb81ddc6 100644 --- a/index.html +++ b/index.html @@ -2,16 +2,19 @@ - +
- + diff --git a/package.json b/package.json index 647aeea7..846a61fe 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,43 @@ "version": "2.3.0", "description": "芋道商城,一套代码,同时发行到iOS、Android、H5、微信小程序多个平台,请使用手机扫码快速体验强大功能", "scripts": { - "prettier": "prettier --write \"{pages,sheep}/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"" + "prettier": "prettier --write \"{pages,sheep}/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"", + "dev:app": "uni -p app", + "dev:app-android": "uni -p app-android", + "dev:app-ios": "uni -p app-ios", + "dev:custom": "uni -p", + "dev:h5": "uni", + "dev:h5:ssr": "uni --ssr", + "dev:mp-alipay": "uni -p mp-alipay", + "dev:mp-baidu": "uni -p mp-baidu", + "dev:mp-jd": "uni -p mp-jd", + "dev:mp-kuaishou": "uni -p mp-kuaishou", + "dev:mp-lark": "uni -p mp-lark", + "dev:mp-qq": "uni -p mp-qq", + "dev:mp-toutiao": "uni -p mp-toutiao", + "dev:mp-weixin": "uni -p mp-weixin", + "dev:mp-xhs": "uni -p mp-xhs", + "dev:quickapp-webview": "uni -p quickapp-webview", + "dev:quickapp-webview-huawei": "uni -p quickapp-webview-huawei", + "dev:quickapp-webview-union": "uni -p quickapp-webview-union", + "build:app": "uni build -p app", + "build:app-android": "uni build -p app-android", + "build:app-ios": "uni build -p app-ios", + "build:custom": "uni build -p", + "build:h5": "uni build", + "build:h5:ssr": "uni build --ssr", + "build:mp-alipay": "uni build -p mp-alipay", + "build:mp-baidu": "uni build -p mp-baidu", + "build:mp-jd": "uni build -p mp-jd", + "build:mp-kuaishou": "uni build -p mp-kuaishou", + "build:mp-lark": "uni build -p mp-lark", + "build:mp-qq": "uni build -p mp-qq", + "build:mp-toutiao": "uni build -p mp-toutiao", + "build:mp-weixin": "uni build -p mp-weixin", + "build:mp-xhs": "uni build -p mp-xhs", + "build:quickapp-webview": "uni build -p quickapp-webview", + "build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei", + "build:quickapp-webview-union": "uni build -p quickapp-webview-union" }, "repository": "https://github.com/sheepjs/shop.git", "keywords": [ @@ -88,16 +124,42 @@ } }, "dependencies": { + "@dcloudio/uni-app": "3.0.0-4030620241128001", + "@dcloudio/uni-app-harmony": "3.0.0-4030620241128001", + "@dcloudio/uni-app-plus": "3.0.0-4030620241128001", + "@dcloudio/uni-components": "3.0.0-4030620241128001", + "@dcloudio/uni-h5": "3.0.0-4030620241128001", + "@dcloudio/uni-mp-alipay": "3.0.0-4030620241128001", + "@dcloudio/uni-mp-baidu": "3.0.0-4030620241128001", + "@dcloudio/uni-mp-jd": "3.0.0-4030620241128001", + "@dcloudio/uni-mp-kuaishou": "3.0.0-4030620241128001", + "@dcloudio/uni-mp-lark": "3.0.0-4030620241128001", + "@dcloudio/uni-mp-qq": "3.0.0-4030620241128001", + "@dcloudio/uni-mp-toutiao": "3.0.0-4030620241128001", + "@dcloudio/uni-mp-weixin": "3.0.0-4030620241128001", + "@dcloudio/uni-mp-xhs": "3.0.0-4030620241128001", + "@dcloudio/uni-quickapp-webview": "3.0.0-4030620241128001", "dayjs": "^1.11.7", "lodash": "^4.17.21", "lodash-es": "^4.17.21", "luch-request": "^3.0.8", + "path": "^0.12.7", "pinia": "^2.0.33", "pinia-plugin-persist-uni": "^1.2.0", + "sass": "1.57.1", + "vue": "^3.2.45", + "vue-i18n": "^9.1.9", "weixin-js-sdk": "^1.6.0" }, "devDependencies": { + "@dcloudio/types": "^3.4.8", + "@dcloudio/uni-automator": "3.0.0-4030620241128001", + "@dcloudio/uni-cli-shared": "3.0.0-4030620241128001", + "@dcloudio/uni-stacktracey": "3.0.0-4030620241128001", + "@dcloudio/vite-plugin-uni": "3.0.0-4030620241128001", + "@vue/runtime-core": "^3.4.21", "prettier": "^2.8.7", - "vconsole": "^3.15.0" + "vconsole": "^3.15.0", + "vite": "5.2.8" } } diff --git a/.prettierignore b/src/.prettierignore similarity index 100% rename from .prettierignore rename to src/.prettierignore diff --git a/.prettierrc b/src/.prettierrc similarity index 100% rename from .prettierrc rename to src/.prettierrc diff --git a/App.vue b/src/App.vue similarity index 100% rename from App.vue rename to src/App.vue diff --git a/androidPrivacy.json b/src/androidPrivacy.json similarity index 100% rename from androidPrivacy.json rename to src/androidPrivacy.json diff --git a/main.js b/src/main.js similarity index 100% rename from main.js rename to src/main.js diff --git a/manifest.json b/src/manifest.json similarity index 100% rename from manifest.json rename to src/manifest.json diff --git a/pages.json b/src/pages.json similarity index 100% rename from pages.json rename to src/pages.json diff --git a/pages/activity/groupon/detail.vue b/src/pages/activity/groupon/detail.vue similarity index 100% rename from pages/activity/groupon/detail.vue rename to src/pages/activity/groupon/detail.vue diff --git a/pages/activity/groupon/list.vue b/src/pages/activity/groupon/list.vue similarity index 100% rename from pages/activity/groupon/list.vue rename to src/pages/activity/groupon/list.vue diff --git a/pages/activity/groupon/order.vue b/src/pages/activity/groupon/order.vue similarity index 100% rename from pages/activity/groupon/order.vue rename to src/pages/activity/groupon/order.vue diff --git a/pages/activity/index.vue b/src/pages/activity/index.vue similarity index 100% rename from pages/activity/index.vue rename to src/pages/activity/index.vue diff --git a/pages/activity/point/list.vue b/src/pages/activity/point/list.vue similarity index 100% rename from pages/activity/point/list.vue rename to src/pages/activity/point/list.vue diff --git a/pages/activity/seckill/list.vue b/src/pages/activity/seckill/list.vue similarity index 100% rename from pages/activity/seckill/list.vue rename to src/pages/activity/seckill/list.vue diff --git a/pages/app/sign.vue b/src/pages/app/sign.vue similarity index 100% rename from pages/app/sign.vue rename to src/pages/app/sign.vue diff --git a/pages/chat/components/goods.vue b/src/pages/chat/components/goods.vue similarity index 100% rename from pages/chat/components/goods.vue rename to src/pages/chat/components/goods.vue diff --git a/pages/chat/components/messageInput.vue b/src/pages/chat/components/messageInput.vue similarity index 100% rename from pages/chat/components/messageInput.vue rename to src/pages/chat/components/messageInput.vue diff --git a/pages/chat/components/messageList.vue b/src/pages/chat/components/messageList.vue similarity index 100% rename from pages/chat/components/messageList.vue rename to src/pages/chat/components/messageList.vue diff --git a/pages/chat/components/messageListItem.vue b/src/pages/chat/components/messageListItem.vue similarity index 100% rename from pages/chat/components/messageListItem.vue rename to src/pages/chat/components/messageListItem.vue diff --git a/pages/chat/components/order.vue b/src/pages/chat/components/order.vue similarity index 100% rename from pages/chat/components/order.vue rename to src/pages/chat/components/order.vue diff --git a/pages/chat/components/select-popup.vue b/src/pages/chat/components/select-popup.vue similarity index 100% rename from pages/chat/components/select-popup.vue rename to src/pages/chat/components/select-popup.vue diff --git a/pages/chat/components/toolsPopup.vue b/src/pages/chat/components/toolsPopup.vue similarity index 100% rename from pages/chat/components/toolsPopup.vue rename to src/pages/chat/components/toolsPopup.vue diff --git a/pages/chat/index.vue b/src/pages/chat/index.vue similarity index 100% rename from pages/chat/index.vue rename to src/pages/chat/index.vue diff --git a/pages/chat/util/constants.js b/src/pages/chat/util/constants.js similarity index 100% rename from pages/chat/util/constants.js rename to src/pages/chat/util/constants.js diff --git a/pages/chat/util/emoji.js b/src/pages/chat/util/emoji.js similarity index 100% rename from pages/chat/util/emoji.js rename to src/pages/chat/util/emoji.js diff --git a/pages/commission/commission-ranking.vue b/src/pages/commission/commission-ranking.vue similarity index 100% rename from pages/commission/commission-ranking.vue rename to src/pages/commission/commission-ranking.vue diff --git a/pages/commission/components/account-info.vue b/src/pages/commission/components/account-info.vue similarity index 100% rename from pages/commission/components/account-info.vue rename to src/pages/commission/components/account-info.vue diff --git a/pages/commission/components/account-type-select.vue b/src/pages/commission/components/account-type-select.vue similarity index 100% rename from pages/commission/components/account-type-select.vue rename to src/pages/commission/components/account-type-select.vue diff --git a/pages/commission/components/commission-auth.vue b/src/pages/commission/components/commission-auth.vue similarity index 100% rename from pages/commission/components/commission-auth.vue rename to src/pages/commission/components/commission-auth.vue diff --git a/pages/commission/components/commission-info.vue b/src/pages/commission/components/commission-info.vue similarity index 100% rename from pages/commission/components/commission-info.vue rename to src/pages/commission/components/commission-info.vue diff --git a/pages/commission/components/commission-log.vue b/src/pages/commission/components/commission-log.vue similarity index 100% rename from pages/commission/components/commission-log.vue rename to src/pages/commission/components/commission-log.vue diff --git a/pages/commission/components/commission-menu.vue b/src/pages/commission/components/commission-menu.vue similarity index 100% rename from pages/commission/components/commission-menu.vue rename to src/pages/commission/components/commission-menu.vue diff --git a/pages/commission/goods.vue b/src/pages/commission/goods.vue similarity index 100% rename from pages/commission/goods.vue rename to src/pages/commission/goods.vue diff --git a/pages/commission/index.vue b/src/pages/commission/index.vue similarity index 100% rename from pages/commission/index.vue rename to src/pages/commission/index.vue diff --git a/pages/commission/order.vue b/src/pages/commission/order.vue similarity index 100% rename from pages/commission/order.vue rename to src/pages/commission/order.vue diff --git a/pages/commission/promoter.vue b/src/pages/commission/promoter.vue similarity index 100% rename from pages/commission/promoter.vue rename to src/pages/commission/promoter.vue diff --git a/pages/commission/team.vue b/src/pages/commission/team.vue similarity index 100% rename from pages/commission/team.vue rename to src/pages/commission/team.vue diff --git a/pages/commission/wallet.vue b/src/pages/commission/wallet.vue similarity index 100% rename from pages/commission/wallet.vue rename to src/pages/commission/wallet.vue diff --git a/pages/commission/withdraw.vue b/src/pages/commission/withdraw.vue similarity index 100% rename from pages/commission/withdraw.vue rename to src/pages/commission/withdraw.vue diff --git a/pages/coupon/detail.vue b/src/pages/coupon/detail.vue similarity index 100% rename from pages/coupon/detail.vue rename to src/pages/coupon/detail.vue diff --git a/pages/coupon/list.vue b/src/pages/coupon/list.vue similarity index 100% rename from pages/coupon/list.vue rename to src/pages/coupon/list.vue diff --git a/pages/goods/comment/add.vue b/src/pages/goods/comment/add.vue similarity index 100% rename from pages/goods/comment/add.vue rename to src/pages/goods/comment/add.vue diff --git a/pages/goods/comment/list.vue b/src/pages/goods/comment/list.vue similarity index 100% rename from pages/goods/comment/list.vue rename to src/pages/goods/comment/list.vue diff --git a/pages/goods/components/detail/comment-item.vue b/src/pages/goods/components/detail/comment-item.vue similarity index 100% rename from pages/goods/components/detail/comment-item.vue rename to src/pages/goods/components/detail/comment-item.vue diff --git a/pages/goods/components/detail/detail-activity-tip.vue b/src/pages/goods/components/detail/detail-activity-tip.vue similarity index 100% rename from pages/goods/components/detail/detail-activity-tip.vue rename to src/pages/goods/components/detail/detail-activity-tip.vue diff --git a/pages/goods/components/detail/detail-cell-sku.vue b/src/pages/goods/components/detail/detail-cell-sku.vue similarity index 100% rename from pages/goods/components/detail/detail-cell-sku.vue rename to src/pages/goods/components/detail/detail-cell-sku.vue diff --git a/pages/goods/components/detail/detail-cell.vue b/src/pages/goods/components/detail/detail-cell.vue similarity index 100% rename from pages/goods/components/detail/detail-cell.vue rename to src/pages/goods/components/detail/detail-cell.vue diff --git a/pages/goods/components/detail/detail-comment-card.vue b/src/pages/goods/components/detail/detail-comment-card.vue similarity index 100% rename from pages/goods/components/detail/detail-comment-card.vue rename to src/pages/goods/components/detail/detail-comment-card.vue diff --git a/pages/goods/components/detail/detail-content-card.vue b/src/pages/goods/components/detail/detail-content-card.vue similarity index 100% rename from pages/goods/components/detail/detail-content-card.vue rename to src/pages/goods/components/detail/detail-content-card.vue diff --git a/pages/goods/components/detail/detail-navbar.vue b/src/pages/goods/components/detail/detail-navbar.vue similarity index 100% rename from pages/goods/components/detail/detail-navbar.vue rename to src/pages/goods/components/detail/detail-navbar.vue diff --git a/pages/goods/components/detail/detail-progress.vue b/src/pages/goods/components/detail/detail-progress.vue similarity index 100% rename from pages/goods/components/detail/detail-progress.vue rename to src/pages/goods/components/detail/detail-progress.vue diff --git a/pages/goods/components/detail/detail-skeleton.vue b/src/pages/goods/components/detail/detail-skeleton.vue similarity index 100% rename from pages/goods/components/detail/detail-skeleton.vue rename to src/pages/goods/components/detail/detail-skeleton.vue diff --git a/pages/goods/components/detail/detail-tabbar.vue b/src/pages/goods/components/detail/detail-tabbar.vue similarity index 100% rename from pages/goods/components/detail/detail-tabbar.vue rename to src/pages/goods/components/detail/detail-tabbar.vue diff --git a/pages/goods/components/groupon/groupon-card-list.vue b/src/pages/goods/components/groupon/groupon-card-list.vue similarity index 100% rename from pages/goods/components/groupon/groupon-card-list.vue rename to src/pages/goods/components/groupon/groupon-card-list.vue diff --git a/pages/goods/components/list/list-goods-card.vue b/src/pages/goods/components/list/list-goods-card.vue similarity index 100% rename from pages/goods/components/list/list-goods-card.vue rename to src/pages/goods/components/list/list-goods-card.vue diff --git a/pages/goods/components/list/list-navbar.vue b/src/pages/goods/components/list/list-navbar.vue similarity index 100% rename from pages/goods/components/list/list-navbar.vue rename to src/pages/goods/components/list/list-navbar.vue diff --git a/pages/goods/groupon.vue b/src/pages/goods/groupon.vue similarity index 100% rename from pages/goods/groupon.vue rename to src/pages/goods/groupon.vue diff --git a/pages/goods/index.vue b/src/pages/goods/index.vue similarity index 100% rename from pages/goods/index.vue rename to src/pages/goods/index.vue diff --git a/pages/goods/list.vue b/src/pages/goods/list.vue similarity index 100% rename from pages/goods/list.vue rename to src/pages/goods/list.vue diff --git a/pages/goods/point.vue b/src/pages/goods/point.vue similarity index 100% rename from pages/goods/point.vue rename to src/pages/goods/point.vue diff --git a/pages/goods/seckill.vue b/src/pages/goods/seckill.vue similarity index 100% rename from pages/goods/seckill.vue rename to src/pages/goods/seckill.vue diff --git a/pages/index/cart.vue b/src/pages/index/cart.vue similarity index 100% rename from pages/index/cart.vue rename to src/pages/index/cart.vue diff --git a/pages/index/category.vue b/src/pages/index/category.vue similarity index 100% rename from pages/index/category.vue rename to src/pages/index/category.vue diff --git a/pages/index/components/first-one.vue b/src/pages/index/components/first-one.vue similarity index 100% rename from pages/index/components/first-one.vue rename to src/pages/index/components/first-one.vue diff --git a/pages/index/components/first-two.vue b/src/pages/index/components/first-two.vue similarity index 100% rename from pages/index/components/first-two.vue rename to src/pages/index/components/first-two.vue diff --git a/pages/index/components/second-one.vue b/src/pages/index/components/second-one.vue similarity index 100% rename from pages/index/components/second-one.vue rename to src/pages/index/components/second-one.vue diff --git a/pages/index/index.vue b/src/pages/index/index.vue similarity index 100% rename from pages/index/index.vue rename to src/pages/index/index.vue diff --git a/pages/index/login.vue b/src/pages/index/login.vue similarity index 100% rename from pages/index/login.vue rename to src/pages/index/login.vue diff --git a/pages/index/page.vue b/src/pages/index/page.vue similarity index 100% rename from pages/index/page.vue rename to src/pages/index/page.vue diff --git a/pages/index/search.vue b/src/pages/index/search.vue similarity index 100% rename from pages/index/search.vue rename to src/pages/index/search.vue diff --git a/pages/index/user.vue b/src/pages/index/user.vue similarity index 100% rename from pages/index/user.vue rename to src/pages/index/user.vue diff --git a/pages/order/addressSelection.vue b/src/pages/order/addressSelection.vue similarity index 100% rename from pages/order/addressSelection.vue rename to src/pages/order/addressSelection.vue diff --git a/pages/order/aftersale/apply.vue b/src/pages/order/aftersale/apply.vue similarity index 100% rename from pages/order/aftersale/apply.vue rename to src/pages/order/aftersale/apply.vue diff --git a/pages/order/aftersale/detail.vue b/src/pages/order/aftersale/detail.vue similarity index 100% rename from pages/order/aftersale/detail.vue rename to src/pages/order/aftersale/detail.vue diff --git a/pages/order/aftersale/list.vue b/src/pages/order/aftersale/list.vue similarity index 100% rename from pages/order/aftersale/list.vue rename to src/pages/order/aftersale/list.vue diff --git a/pages/order/aftersale/log-item.vue b/src/pages/order/aftersale/log-item.vue similarity index 100% rename from pages/order/aftersale/log-item.vue rename to src/pages/order/aftersale/log-item.vue diff --git a/pages/order/aftersale/log.vue b/src/pages/order/aftersale/log.vue similarity index 100% rename from pages/order/aftersale/log.vue rename to src/pages/order/aftersale/log.vue diff --git a/pages/order/aftersale/return-delivery.vue b/src/pages/order/aftersale/return-delivery.vue similarity index 100% rename from pages/order/aftersale/return-delivery.vue rename to src/pages/order/aftersale/return-delivery.vue diff --git a/pages/order/confirm.vue b/src/pages/order/confirm.vue similarity index 100% rename from pages/order/confirm.vue rename to src/pages/order/confirm.vue diff --git a/pages/order/detail.vue b/src/pages/order/detail.vue similarity index 100% rename from pages/order/detail.vue rename to src/pages/order/detail.vue diff --git a/pages/order/express/log.vue b/src/pages/order/express/log.vue similarity index 100% rename from pages/order/express/log.vue rename to src/pages/order/express/log.vue diff --git a/pages/order/list.vue b/src/pages/order/list.vue similarity index 100% rename from pages/order/list.vue rename to src/pages/order/list.vue diff --git a/pages/order/pickUpVerify.vue b/src/pages/order/pickUpVerify.vue similarity index 100% rename from pages/order/pickUpVerify.vue rename to src/pages/order/pickUpVerify.vue diff --git a/pages/pay/index.vue b/src/pages/pay/index.vue similarity index 100% rename from pages/pay/index.vue rename to src/pages/pay/index.vue diff --git a/pages/pay/recharge-log.vue b/src/pages/pay/recharge-log.vue similarity index 100% rename from pages/pay/recharge-log.vue rename to src/pages/pay/recharge-log.vue diff --git a/pages/pay/recharge.vue b/src/pages/pay/recharge.vue similarity index 100% rename from pages/pay/recharge.vue rename to src/pages/pay/recharge.vue diff --git a/pages/pay/result.vue b/src/pages/pay/result.vue similarity index 100% rename from pages/pay/result.vue rename to src/pages/pay/result.vue diff --git a/pages/public/error.vue b/src/pages/public/error.vue similarity index 100% rename from pages/public/error.vue rename to src/pages/public/error.vue diff --git a/pages/public/faq.vue b/src/pages/public/faq.vue similarity index 100% rename from pages/public/faq.vue rename to src/pages/public/faq.vue diff --git a/pages/public/richtext.vue b/src/pages/public/richtext.vue similarity index 100% rename from pages/public/richtext.vue rename to src/pages/public/richtext.vue diff --git a/pages/public/setting.vue b/src/pages/public/setting.vue similarity index 100% rename from pages/public/setting.vue rename to src/pages/public/setting.vue diff --git a/pages/public/webview.vue b/src/pages/public/webview.vue similarity index 100% rename from pages/public/webview.vue rename to src/pages/public/webview.vue diff --git a/pages/user/address/edit.vue b/src/pages/user/address/edit.vue similarity index 100% rename from pages/user/address/edit.vue rename to src/pages/user/address/edit.vue diff --git a/pages/user/address/list.vue b/src/pages/user/address/list.vue similarity index 100% rename from pages/user/address/list.vue rename to src/pages/user/address/list.vue diff --git a/pages/user/goods-collect.vue b/src/pages/user/goods-collect.vue similarity index 100% rename from pages/user/goods-collect.vue rename to src/pages/user/goods-collect.vue diff --git a/pages/user/goods-log.vue b/src/pages/user/goods-log.vue similarity index 100% rename from pages/user/goods-log.vue rename to src/pages/user/goods-log.vue diff --git a/pages/user/goods_details_store/index.vue b/src/pages/user/goods_details_store/index.vue similarity index 100% rename from pages/user/goods_details_store/index.vue rename to src/pages/user/goods_details_store/index.vue diff --git a/pages/user/info.vue b/src/pages/user/info.vue similarity index 100% rename from pages/user/info.vue rename to src/pages/user/info.vue diff --git a/pages/user/wallet/money.vue b/src/pages/user/wallet/money.vue similarity index 100% rename from pages/user/wallet/money.vue rename to src/pages/user/wallet/money.vue diff --git a/pages/user/wallet/score.vue b/src/pages/user/wallet/score.vue similarity index 100% rename from pages/user/wallet/score.vue rename to src/pages/user/wallet/score.vue diff --git a/sheep/api/infra/file.js b/src/sheep/api/infra/file.js similarity index 100% rename from sheep/api/infra/file.js rename to src/sheep/api/infra/file.js diff --git a/sheep/api/member/address.js b/src/sheep/api/member/address.js similarity index 100% rename from sheep/api/member/address.js rename to src/sheep/api/member/address.js diff --git a/sheep/api/member/auth.js b/src/sheep/api/member/auth.js similarity index 100% rename from sheep/api/member/auth.js rename to src/sheep/api/member/auth.js diff --git a/sheep/api/member/point.js b/src/sheep/api/member/point.js similarity index 100% rename from sheep/api/member/point.js rename to src/sheep/api/member/point.js diff --git a/sheep/api/member/signin.js b/src/sheep/api/member/signin.js similarity index 100% rename from sheep/api/member/signin.js rename to src/sheep/api/member/signin.js diff --git a/sheep/api/member/social.js b/src/sheep/api/member/social.js similarity index 100% rename from sheep/api/member/social.js rename to src/sheep/api/member/social.js diff --git a/sheep/api/member/user.js b/src/sheep/api/member/user.js similarity index 100% rename from sheep/api/member/user.js rename to src/sheep/api/member/user.js diff --git a/sheep/api/migration/app.js b/src/sheep/api/migration/app.js similarity index 100% rename from sheep/api/migration/app.js rename to src/sheep/api/migration/app.js diff --git a/sheep/api/migration/index.js b/src/sheep/api/migration/index.js similarity index 100% rename from sheep/api/migration/index.js rename to src/sheep/api/migration/index.js diff --git a/sheep/api/migration/third.js b/src/sheep/api/migration/third.js similarity index 100% rename from sheep/api/migration/third.js rename to src/sheep/api/migration/third.js diff --git a/sheep/api/pay/channel.js b/src/sheep/api/pay/channel.js similarity index 100% rename from sheep/api/pay/channel.js rename to src/sheep/api/pay/channel.js diff --git a/sheep/api/pay/order.js b/src/sheep/api/pay/order.js similarity index 100% rename from sheep/api/pay/order.js rename to src/sheep/api/pay/order.js diff --git a/sheep/api/pay/wallet.js b/src/sheep/api/pay/wallet.js similarity index 100% rename from sheep/api/pay/wallet.js rename to src/sheep/api/pay/wallet.js diff --git a/sheep/api/product/category.js b/src/sheep/api/product/category.js similarity index 100% rename from sheep/api/product/category.js rename to src/sheep/api/product/category.js diff --git a/sheep/api/product/comment.js b/src/sheep/api/product/comment.js similarity index 100% rename from sheep/api/product/comment.js rename to src/sheep/api/product/comment.js diff --git a/sheep/api/product/favorite.js b/src/sheep/api/product/favorite.js similarity index 100% rename from sheep/api/product/favorite.js rename to src/sheep/api/product/favorite.js diff --git a/sheep/api/product/history.js b/src/sheep/api/product/history.js similarity index 100% rename from sheep/api/product/history.js rename to src/sheep/api/product/history.js diff --git a/sheep/api/product/spu.js b/src/sheep/api/product/spu.js similarity index 100% rename from sheep/api/product/spu.js rename to src/sheep/api/product/spu.js diff --git a/sheep/api/promotion/activity.js b/src/sheep/api/promotion/activity.js similarity index 100% rename from sheep/api/promotion/activity.js rename to src/sheep/api/promotion/activity.js diff --git a/sheep/api/promotion/article.js b/src/sheep/api/promotion/article.js similarity index 100% rename from sheep/api/promotion/article.js rename to src/sheep/api/promotion/article.js diff --git a/sheep/api/promotion/combination.js b/src/sheep/api/promotion/combination.js similarity index 100% rename from sheep/api/promotion/combination.js rename to src/sheep/api/promotion/combination.js diff --git a/sheep/api/promotion/coupon.js b/src/sheep/api/promotion/coupon.js similarity index 100% rename from sheep/api/promotion/coupon.js rename to src/sheep/api/promotion/coupon.js diff --git a/sheep/api/promotion/diy.js b/src/sheep/api/promotion/diy.js similarity index 100% rename from sheep/api/promotion/diy.js rename to src/sheep/api/promotion/diy.js diff --git a/sheep/api/promotion/kefu.js b/src/sheep/api/promotion/kefu.js similarity index 100% rename from sheep/api/promotion/kefu.js rename to src/sheep/api/promotion/kefu.js diff --git a/sheep/api/promotion/point.js b/src/sheep/api/promotion/point.js similarity index 100% rename from sheep/api/promotion/point.js rename to src/sheep/api/promotion/point.js diff --git a/sheep/api/promotion/rewardActivity.js b/src/sheep/api/promotion/rewardActivity.js similarity index 100% rename from sheep/api/promotion/rewardActivity.js rename to src/sheep/api/promotion/rewardActivity.js diff --git a/sheep/api/promotion/seckill.js b/src/sheep/api/promotion/seckill.js similarity index 100% rename from sheep/api/promotion/seckill.js rename to src/sheep/api/promotion/seckill.js diff --git a/sheep/api/system/area.js b/src/sheep/api/system/area.js similarity index 100% rename from sheep/api/system/area.js rename to src/sheep/api/system/area.js diff --git a/sheep/api/system/dict.js b/src/sheep/api/system/dict.js similarity index 94% rename from sheep/api/system/dict.js rename to src/sheep/api/system/dict.js index 83b6d952..cab64f78 100644 --- a/sheep/api/system/dict.js +++ b/src/sheep/api/system/dict.js @@ -1,16 +1,16 @@ -import request from '@/sheep/request'; - -const DictApi = { - // 根据字典类型查询字典数据信息 - getDictDataListByType: (type) => { - return request({ - url: `/system/dict-data/type`, - method: 'GET', - params: { - type, - }, - }); - }, -}; - -export default DictApi; +import request from '@/sheep/request'; + +const DictApi = { + // 根据字典类型查询字典数据信息 + getDictDataListByType: (type) => { + return request({ + url: `/system/dict-data/type`, + method: 'GET', + params: { + type, + }, + }); + }, +}; + +export default DictApi; diff --git a/sheep/api/trade/afterSale.js b/src/sheep/api/trade/afterSale.js similarity index 100% rename from sheep/api/trade/afterSale.js rename to src/sheep/api/trade/afterSale.js diff --git a/sheep/api/trade/brokerage.js b/src/sheep/api/trade/brokerage.js similarity index 100% rename from sheep/api/trade/brokerage.js rename to src/sheep/api/trade/brokerage.js diff --git a/sheep/api/trade/cart.js b/src/sheep/api/trade/cart.js similarity index 100% rename from sheep/api/trade/cart.js rename to src/sheep/api/trade/cart.js diff --git a/sheep/api/trade/config.js b/src/sheep/api/trade/config.js similarity index 100% rename from sheep/api/trade/config.js rename to src/sheep/api/trade/config.js diff --git a/sheep/api/trade/delivery.js b/src/sheep/api/trade/delivery.js similarity index 100% rename from sheep/api/trade/delivery.js rename to src/sheep/api/trade/delivery.js diff --git a/sheep/api/trade/order.js b/src/sheep/api/trade/order.js similarity index 100% rename from sheep/api/trade/order.js rename to src/sheep/api/trade/order.js diff --git a/sheep/components/countDown/index.vue b/src/sheep/components/countDown/index.vue similarity index 100% rename from sheep/components/countDown/index.vue rename to src/sheep/components/countDown/index.vue diff --git a/sheep/components/s-activity-pop/s-activity-pop.vue b/src/sheep/components/s-activity-pop/s-activity-pop.vue similarity index 100% rename from sheep/components/s-activity-pop/s-activity-pop.vue rename to src/sheep/components/s-activity-pop/s-activity-pop.vue diff --git a/sheep/components/s-address-item/s-address-item.vue b/src/sheep/components/s-address-item/s-address-item.vue similarity index 100% rename from sheep/components/s-address-item/s-address-item.vue rename to src/sheep/components/s-address-item/s-address-item.vue diff --git a/sheep/components/s-auth-modal/components/account-login.vue b/src/sheep/components/s-auth-modal/components/account-login.vue similarity index 100% rename from sheep/components/s-auth-modal/components/account-login.vue rename to src/sheep/components/s-auth-modal/components/account-login.vue diff --git a/sheep/components/s-auth-modal/components/change-mobile.vue b/src/sheep/components/s-auth-modal/components/change-mobile.vue similarity index 100% rename from sheep/components/s-auth-modal/components/change-mobile.vue rename to src/sheep/components/s-auth-modal/components/change-mobile.vue diff --git a/sheep/components/s-auth-modal/components/change-password.vue b/src/sheep/components/s-auth-modal/components/change-password.vue similarity index 100% rename from sheep/components/s-auth-modal/components/change-password.vue rename to src/sheep/components/s-auth-modal/components/change-password.vue diff --git a/sheep/components/s-auth-modal/components/mp-authorization.vue b/src/sheep/components/s-auth-modal/components/mp-authorization.vue similarity index 100% rename from sheep/components/s-auth-modal/components/mp-authorization.vue rename to src/sheep/components/s-auth-modal/components/mp-authorization.vue diff --git a/sheep/components/s-auth-modal/components/reset-password.vue b/src/sheep/components/s-auth-modal/components/reset-password.vue similarity index 100% rename from sheep/components/s-auth-modal/components/reset-password.vue rename to src/sheep/components/s-auth-modal/components/reset-password.vue diff --git a/sheep/components/s-auth-modal/components/sms-login.vue b/src/sheep/components/s-auth-modal/components/sms-login.vue similarity index 100% rename from sheep/components/s-auth-modal/components/sms-login.vue rename to src/sheep/components/s-auth-modal/components/sms-login.vue diff --git a/sheep/components/s-auth-modal/index.scss b/src/sheep/components/s-auth-modal/index.scss similarity index 100% rename from sheep/components/s-auth-modal/index.scss rename to src/sheep/components/s-auth-modal/index.scss diff --git a/sheep/components/s-auth-modal/s-auth-modal.vue b/src/sheep/components/s-auth-modal/s-auth-modal.vue similarity index 100% rename from sheep/components/s-auth-modal/s-auth-modal.vue rename to src/sheep/components/s-auth-modal/s-auth-modal.vue diff --git a/sheep/components/s-block-item/s-block-item.vue b/src/sheep/components/s-block-item/s-block-item.vue similarity index 100% rename from sheep/components/s-block-item/s-block-item.vue rename to src/sheep/components/s-block-item/s-block-item.vue diff --git a/sheep/components/s-block/s-block.vue b/src/sheep/components/s-block/s-block.vue similarity index 100% rename from sheep/components/s-block/s-block.vue rename to src/sheep/components/s-block/s-block.vue diff --git a/sheep/components/s-count-down/s-count-down.vue b/src/sheep/components/s-count-down/s-count-down.vue similarity index 100% rename from sheep/components/s-count-down/s-count-down.vue rename to src/sheep/components/s-count-down/s-count-down.vue diff --git a/sheep/components/s-coupon-block/s-coupon-block.vue b/src/sheep/components/s-coupon-block/s-coupon-block.vue similarity index 100% rename from sheep/components/s-coupon-block/s-coupon-block.vue rename to src/sheep/components/s-coupon-block/s-coupon-block.vue diff --git a/sheep/components/s-coupon-card/s-coupon-card.vue b/src/sheep/components/s-coupon-card/s-coupon-card.vue similarity index 100% rename from sheep/components/s-coupon-card/s-coupon-card.vue rename to src/sheep/components/s-coupon-card/s-coupon-card.vue diff --git a/sheep/components/s-coupon-get/s-coupon-get.vue b/src/sheep/components/s-coupon-get/s-coupon-get.vue similarity index 100% rename from sheep/components/s-coupon-get/s-coupon-get.vue rename to src/sheep/components/s-coupon-get/s-coupon-get.vue diff --git a/sheep/components/s-coupon-list/s-coupon-list.vue b/src/sheep/components/s-coupon-list/s-coupon-list.vue similarity index 100% rename from sheep/components/s-coupon-list/s-coupon-list.vue rename to src/sheep/components/s-coupon-list/s-coupon-list.vue diff --git a/sheep/components/s-coupon-select/s-coupon-select.vue b/src/sheep/components/s-coupon-select/s-coupon-select.vue similarity index 100% rename from sheep/components/s-coupon-select/s-coupon-select.vue rename to src/sheep/components/s-coupon-select/s-coupon-select.vue diff --git a/sheep/components/s-custom-navbar/components/navbar-item.vue b/src/sheep/components/s-custom-navbar/components/navbar-item.vue similarity index 100% rename from sheep/components/s-custom-navbar/components/navbar-item.vue rename to src/sheep/components/s-custom-navbar/components/navbar-item.vue diff --git a/sheep/components/s-custom-navbar/components/navbar.vue b/src/sheep/components/s-custom-navbar/components/navbar.vue similarity index 100% rename from sheep/components/s-custom-navbar/components/navbar.vue rename to src/sheep/components/s-custom-navbar/components/navbar.vue diff --git a/sheep/components/s-custom-navbar/s-custom-navbar.vue b/src/sheep/components/s-custom-navbar/s-custom-navbar.vue similarity index 100% rename from sheep/components/s-custom-navbar/s-custom-navbar.vue rename to src/sheep/components/s-custom-navbar/s-custom-navbar.vue diff --git a/sheep/components/s-discount-list/s-discount-list.vue b/src/sheep/components/s-discount-list/s-discount-list.vue similarity index 100% rename from sheep/components/s-discount-list/s-discount-list.vue rename to src/sheep/components/s-discount-list/s-discount-list.vue diff --git a/sheep/components/s-empty/s-empty.vue b/src/sheep/components/s-empty/s-empty.vue similarity index 100% rename from sheep/components/s-empty/s-empty.vue rename to src/sheep/components/s-empty/s-empty.vue diff --git a/sheep/components/s-float-menu/s-float-menu.vue b/src/sheep/components/s-float-menu/s-float-menu.vue similarity index 100% rename from sheep/components/s-float-menu/s-float-menu.vue rename to src/sheep/components/s-float-menu/s-float-menu.vue diff --git a/sheep/components/s-goods-card/s-goods-card.vue b/src/sheep/components/s-goods-card/s-goods-card.vue similarity index 100% rename from sheep/components/s-goods-card/s-goods-card.vue rename to src/sheep/components/s-goods-card/s-goods-card.vue diff --git a/sheep/components/s-goods-column/s-goods-column.vue b/src/sheep/components/s-goods-column/s-goods-column.vue similarity index 100% rename from sheep/components/s-goods-column/s-goods-column.vue rename to src/sheep/components/s-goods-column/s-goods-column.vue diff --git a/sheep/components/s-goods-item/s-goods-item.vue b/src/sheep/components/s-goods-item/s-goods-item.vue similarity index 100% rename from sheep/components/s-goods-item/s-goods-item.vue rename to src/sheep/components/s-goods-item/s-goods-item.vue diff --git a/sheep/components/s-goods-scroll/s-goods-scroll.vue b/src/sheep/components/s-goods-scroll/s-goods-scroll.vue similarity index 100% rename from sheep/components/s-goods-scroll/s-goods-scroll.vue rename to src/sheep/components/s-goods-scroll/s-goods-scroll.vue diff --git a/sheep/components/s-goods-shelves/s-goods-shelves.vue b/src/sheep/components/s-goods-shelves/s-goods-shelves.vue similarity index 100% rename from sheep/components/s-goods-shelves/s-goods-shelves.vue rename to src/sheep/components/s-goods-shelves/s-goods-shelves.vue diff --git a/sheep/components/s-groupon-block/s-groupon-block.vue b/src/sheep/components/s-groupon-block/s-groupon-block.vue similarity index 100% rename from sheep/components/s-groupon-block/s-groupon-block.vue rename to src/sheep/components/s-groupon-block/s-groupon-block.vue diff --git a/sheep/components/s-hotzone-block/s-hotzone-block.vue b/src/sheep/components/s-hotzone-block/s-hotzone-block.vue similarity index 100% rename from sheep/components/s-hotzone-block/s-hotzone-block.vue rename to src/sheep/components/s-hotzone-block/s-hotzone-block.vue diff --git a/sheep/components/s-image-banner/s-image-banner.vue b/src/sheep/components/s-image-banner/s-image-banner.vue similarity index 100% rename from sheep/components/s-image-banner/s-image-banner.vue rename to src/sheep/components/s-image-banner/s-image-banner.vue diff --git a/sheep/components/s-image-block/s-image-block.vue b/src/sheep/components/s-image-block/s-image-block.vue similarity index 100% rename from sheep/components/s-image-block/s-image-block.vue rename to src/sheep/components/s-image-block/s-image-block.vue diff --git a/sheep/components/s-image-cube/s-image-cube.vue b/src/sheep/components/s-image-cube/s-image-cube.vue similarity index 100% rename from sheep/components/s-image-cube/s-image-cube.vue rename to src/sheep/components/s-image-cube/s-image-cube.vue diff --git a/sheep/components/s-layout/s-layout.vue b/src/sheep/components/s-layout/s-layout.vue similarity index 100% rename from sheep/components/s-layout/s-layout.vue rename to src/sheep/components/s-layout/s-layout.vue diff --git a/sheep/components/s-line-block/s-line-block.vue b/src/sheep/components/s-line-block/s-line-block.vue similarity index 100% rename from sheep/components/s-line-block/s-line-block.vue rename to src/sheep/components/s-line-block/s-line-block.vue diff --git a/sheep/components/s-live-block/s-live-block.vue b/src/sheep/components/s-live-block/s-live-block.vue similarity index 100% rename from sheep/components/s-live-block/s-live-block.vue rename to src/sheep/components/s-live-block/s-live-block.vue diff --git a/sheep/components/s-live-card/s-live-card.vue b/src/sheep/components/s-live-card/s-live-card.vue similarity index 100% rename from sheep/components/s-live-card/s-live-card.vue rename to src/sheep/components/s-live-card/s-live-card.vue diff --git a/sheep/components/s-menu-button/s-menu-button.vue b/src/sheep/components/s-menu-button/s-menu-button.vue similarity index 100% rename from sheep/components/s-menu-button/s-menu-button.vue rename to src/sheep/components/s-menu-button/s-menu-button.vue diff --git a/sheep/components/s-menu-grid/s-menu-grid.vue b/src/sheep/components/s-menu-grid/s-menu-grid.vue similarity index 100% rename from sheep/components/s-menu-grid/s-menu-grid.vue rename to src/sheep/components/s-menu-grid/s-menu-grid.vue diff --git a/sheep/components/s-menu-list/s-menu-list.vue b/src/sheep/components/s-menu-list/s-menu-list.vue similarity index 100% rename from sheep/components/s-menu-list/s-menu-list.vue rename to src/sheep/components/s-menu-list/s-menu-list.vue diff --git a/sheep/components/s-menu-tools/s-menu-tools.vue b/src/sheep/components/s-menu-tools/s-menu-tools.vue similarity index 100% rename from sheep/components/s-menu-tools/s-menu-tools.vue rename to src/sheep/components/s-menu-tools/s-menu-tools.vue diff --git a/sheep/components/s-notice-block/s-notice-block.vue b/src/sheep/components/s-notice-block/s-notice-block.vue similarity index 100% rename from sheep/components/s-notice-block/s-notice-block.vue rename to src/sheep/components/s-notice-block/s-notice-block.vue diff --git a/sheep/components/s-order-card/s-order-card.vue b/src/sheep/components/s-order-card/s-order-card.vue similarity index 100% rename from sheep/components/s-order-card/s-order-card.vue rename to src/sheep/components/s-order-card/s-order-card.vue diff --git a/sheep/components/s-point-block/s-point-block.vue b/src/sheep/components/s-point-block/s-point-block.vue similarity index 100% rename from sheep/components/s-point-block/s-point-block.vue rename to src/sheep/components/s-point-block/s-point-block.vue diff --git a/sheep/components/s-point-card/s-point-card.vue b/src/sheep/components/s-point-card/s-point-card.vue similarity index 100% rename from sheep/components/s-point-card/s-point-card.vue rename to src/sheep/components/s-point-card/s-point-card.vue diff --git a/sheep/components/s-popup-image/s-popup-image.vue b/src/sheep/components/s-popup-image/s-popup-image.vue similarity index 100% rename from sheep/components/s-popup-image/s-popup-image.vue rename to src/sheep/components/s-popup-image/s-popup-image.vue diff --git a/sheep/components/s-richtext-block/s-richtext-block.vue b/src/sheep/components/s-richtext-block/s-richtext-block.vue similarity index 100% rename from sheep/components/s-richtext-block/s-richtext-block.vue rename to src/sheep/components/s-richtext-block/s-richtext-block.vue diff --git a/sheep/components/s-search-block/s-search-block.vue b/src/sheep/components/s-search-block/s-search-block.vue similarity index 100% rename from sheep/components/s-search-block/s-search-block.vue rename to src/sheep/components/s-search-block/s-search-block.vue diff --git a/sheep/components/s-seckill-block/s-seckill-block.vue b/src/sheep/components/s-seckill-block/s-seckill-block.vue similarity index 100% rename from sheep/components/s-seckill-block/s-seckill-block.vue rename to src/sheep/components/s-seckill-block/s-seckill-block.vue diff --git a/sheep/components/s-select-groupon-sku/s-select-groupon-sku.vue b/src/sheep/components/s-select-groupon-sku/s-select-groupon-sku.vue similarity index 100% rename from sheep/components/s-select-groupon-sku/s-select-groupon-sku.vue rename to src/sheep/components/s-select-groupon-sku/s-select-groupon-sku.vue diff --git a/sheep/components/s-select-seckill-sku/s-select-seckill-sku.vue b/src/sheep/components/s-select-seckill-sku/s-select-seckill-sku.vue similarity index 100% rename from sheep/components/s-select-seckill-sku/s-select-seckill-sku.vue rename to src/sheep/components/s-select-seckill-sku/s-select-seckill-sku.vue diff --git a/sheep/components/s-select-sku/s-select-sku.vue b/src/sheep/components/s-select-sku/s-select-sku.vue similarity index 100% rename from sheep/components/s-select-sku/s-select-sku.vue rename to src/sheep/components/s-select-sku/s-select-sku.vue diff --git a/sheep/components/s-share-modal/canvas-poster/index.vue b/src/sheep/components/s-share-modal/canvas-poster/index.vue similarity index 100% rename from sheep/components/s-share-modal/canvas-poster/index.vue rename to src/sheep/components/s-share-modal/canvas-poster/index.vue diff --git a/sheep/components/s-share-modal/canvas-poster/poster/goods.js b/src/sheep/components/s-share-modal/canvas-poster/poster/goods.js similarity index 100% rename from sheep/components/s-share-modal/canvas-poster/poster/goods.js rename to src/sheep/components/s-share-modal/canvas-poster/poster/goods.js diff --git a/sheep/components/s-share-modal/canvas-poster/poster/groupon.js b/src/sheep/components/s-share-modal/canvas-poster/poster/groupon.js similarity index 100% rename from sheep/components/s-share-modal/canvas-poster/poster/groupon.js rename to src/sheep/components/s-share-modal/canvas-poster/poster/groupon.js diff --git a/sheep/components/s-share-modal/canvas-poster/poster/index.js b/src/sheep/components/s-share-modal/canvas-poster/poster/index.js similarity index 100% rename from sheep/components/s-share-modal/canvas-poster/poster/index.js rename to src/sheep/components/s-share-modal/canvas-poster/poster/index.js diff --git a/sheep/components/s-share-modal/canvas-poster/poster/user.js b/src/sheep/components/s-share-modal/canvas-poster/poster/user.js similarity index 100% rename from sheep/components/s-share-modal/canvas-poster/poster/user.js rename to src/sheep/components/s-share-modal/canvas-poster/poster/user.js diff --git a/sheep/components/s-share-modal/s-share-modal.vue b/src/sheep/components/s-share-modal/s-share-modal.vue similarity index 100% rename from sheep/components/s-share-modal/s-share-modal.vue rename to src/sheep/components/s-share-modal/s-share-modal.vue diff --git a/sheep/components/s-statusbar/s-statusbar.vue b/src/sheep/components/s-statusbar/s-statusbar.vue similarity index 100% rename from sheep/components/s-statusbar/s-statusbar.vue rename to src/sheep/components/s-statusbar/s-statusbar.vue diff --git a/sheep/components/s-tabbar/s-tabbar.vue b/src/sheep/components/s-tabbar/s-tabbar.vue similarity index 100% rename from sheep/components/s-tabbar/s-tabbar.vue rename to src/sheep/components/s-tabbar/s-tabbar.vue diff --git a/sheep/components/s-title-block/s-title-block.vue b/src/sheep/components/s-title-block/s-title-block.vue similarity index 100% rename from sheep/components/s-title-block/s-title-block.vue rename to src/sheep/components/s-title-block/s-title-block.vue diff --git a/sheep/components/s-uploader/choose-and-upload-file.js b/src/sheep/components/s-uploader/choose-and-upload-file.js similarity index 100% rename from sheep/components/s-uploader/choose-and-upload-file.js rename to src/sheep/components/s-uploader/choose-and-upload-file.js diff --git a/sheep/components/s-uploader/s-uploader.vue b/src/sheep/components/s-uploader/s-uploader.vue similarity index 100% rename from sheep/components/s-uploader/s-uploader.vue rename to src/sheep/components/s-uploader/s-uploader.vue diff --git a/sheep/components/s-uploader/upload-file.vue b/src/sheep/components/s-uploader/upload-file.vue similarity index 100% rename from sheep/components/s-uploader/upload-file.vue rename to src/sheep/components/s-uploader/upload-file.vue diff --git a/sheep/components/s-uploader/upload-image.vue b/src/sheep/components/s-uploader/upload-image.vue similarity index 100% rename from sheep/components/s-uploader/upload-image.vue rename to src/sheep/components/s-uploader/upload-image.vue diff --git a/sheep/components/s-uploader/utils.js b/src/sheep/components/s-uploader/utils.js similarity index 100% rename from sheep/components/s-uploader/utils.js rename to src/sheep/components/s-uploader/utils.js diff --git a/sheep/components/s-user-card/s-user-card.vue b/src/sheep/components/s-user-card/s-user-card.vue similarity index 100% rename from sheep/components/s-user-card/s-user-card.vue rename to src/sheep/components/s-user-card/s-user-card.vue diff --git a/sheep/components/s-video-block/s-video-block.vue b/src/sheep/components/s-video-block/s-video-block.vue similarity index 100% rename from sheep/components/s-video-block/s-video-block.vue rename to src/sheep/components/s-video-block/s-video-block.vue diff --git a/sheep/components/s-wallet-card/s-wallet-card.vue b/src/sheep/components/s-wallet-card/s-wallet-card.vue similarity index 100% rename from sheep/components/s-wallet-card/s-wallet-card.vue rename to src/sheep/components/s-wallet-card/s-wallet-card.vue diff --git a/sheep/config/index.js b/src/sheep/config/index.js similarity index 100% rename from sheep/config/index.js rename to src/sheep/config/index.js diff --git a/sheep/config/zIndex.js b/src/sheep/config/zIndex.js similarity index 100% rename from sheep/config/zIndex.js rename to src/sheep/config/zIndex.js diff --git a/sheep/helper/digit.js b/src/sheep/helper/digit.js similarity index 100% rename from sheep/helper/digit.js rename to src/sheep/helper/digit.js diff --git a/sheep/helper/index.js b/src/sheep/helper/index.js similarity index 100% rename from sheep/helper/index.js rename to src/sheep/helper/index.js diff --git a/sheep/helper/test.js b/src/sheep/helper/test.js similarity index 100% rename from sheep/helper/test.js rename to src/sheep/helper/test.js diff --git a/sheep/helper/throttle.js b/src/sheep/helper/throttle.js similarity index 100% rename from sheep/helper/throttle.js rename to src/sheep/helper/throttle.js diff --git a/sheep/helper/tools.js b/src/sheep/helper/tools.js similarity index 100% rename from sheep/helper/tools.js rename to src/sheep/helper/tools.js diff --git a/sheep/helper/utils.js b/src/sheep/helper/utils.js similarity index 100% rename from sheep/helper/utils.js rename to src/sheep/helper/utils.js diff --git a/sheep/hooks/useApp.js b/src/sheep/hooks/useApp.js similarity index 100% rename from sheep/hooks/useApp.js rename to src/sheep/hooks/useApp.js diff --git a/sheep/hooks/useGoods.js b/src/sheep/hooks/useGoods.js similarity index 100% rename from sheep/hooks/useGoods.js rename to src/sheep/hooks/useGoods.js diff --git a/sheep/hooks/useModal.js b/src/sheep/hooks/useModal.js similarity index 100% rename from sheep/hooks/useModal.js rename to src/sheep/hooks/useModal.js diff --git a/sheep/hooks/useWebSocket.js b/src/sheep/hooks/useWebSocket.js similarity index 100% rename from sheep/hooks/useWebSocket.js rename to src/sheep/hooks/useWebSocket.js diff --git a/sheep/index.js b/src/sheep/index.js similarity index 100% rename from sheep/index.js rename to src/sheep/index.js diff --git a/sheep/libs/mplive-manifest-plugin.js b/src/sheep/libs/mplive-manifest-plugin.js similarity index 100% rename from sheep/libs/mplive-manifest-plugin.js rename to src/sheep/libs/mplive-manifest-plugin.js diff --git a/sheep/libs/permission.js b/src/sheep/libs/permission.js similarity index 100% rename from sheep/libs/permission.js rename to src/sheep/libs/permission.js diff --git a/sheep/libs/sdk-h5-weixin.js b/src/sheep/libs/sdk-h5-weixin.js similarity index 100% rename from sheep/libs/sdk-h5-weixin.js rename to src/sheep/libs/sdk-h5-weixin.js diff --git a/sheep/platform/index.js b/src/sheep/platform/index.js similarity index 100% rename from sheep/platform/index.js rename to src/sheep/platform/index.js diff --git a/sheep/platform/pay.js b/src/sheep/platform/pay.js similarity index 100% rename from sheep/platform/pay.js rename to src/sheep/platform/pay.js diff --git a/sheep/platform/provider/apple/app.js b/src/sheep/platform/provider/apple/app.js similarity index 100% rename from sheep/platform/provider/apple/app.js rename to src/sheep/platform/provider/apple/app.js diff --git a/sheep/platform/provider/apple/index.js b/src/sheep/platform/provider/apple/index.js similarity index 100% rename from sheep/platform/provider/apple/index.js rename to src/sheep/platform/provider/apple/index.js diff --git a/sheep/platform/provider/wechat/index.js b/src/sheep/platform/provider/wechat/index.js similarity index 100% rename from sheep/platform/provider/wechat/index.js rename to src/sheep/platform/provider/wechat/index.js diff --git a/sheep/platform/provider/wechat/miniProgram.js b/src/sheep/platform/provider/wechat/miniProgram.js similarity index 100% rename from sheep/platform/provider/wechat/miniProgram.js rename to src/sheep/platform/provider/wechat/miniProgram.js diff --git a/sheep/platform/provider/wechat/officialAccount.js b/src/sheep/platform/provider/wechat/officialAccount.js similarity index 100% rename from sheep/platform/provider/wechat/officialAccount.js rename to src/sheep/platform/provider/wechat/officialAccount.js diff --git a/sheep/platform/provider/wechat/openPlatform.js b/src/sheep/platform/provider/wechat/openPlatform.js similarity index 100% rename from sheep/platform/provider/wechat/openPlatform.js rename to src/sheep/platform/provider/wechat/openPlatform.js diff --git a/sheep/platform/share.js b/src/sheep/platform/share.js similarity index 100% rename from sheep/platform/share.js rename to src/sheep/platform/share.js diff --git a/sheep/request/index.js b/src/sheep/request/index.js similarity index 100% rename from sheep/request/index.js rename to src/sheep/request/index.js diff --git a/sheep/router/index.js b/src/sheep/router/index.js similarity index 100% rename from sheep/router/index.js rename to src/sheep/router/index.js diff --git a/sheep/router/utils/strip-json-comments.js b/src/sheep/router/utils/strip-json-comments.js similarity index 100% rename from sheep/router/utils/strip-json-comments.js rename to src/sheep/router/utils/strip-json-comments.js diff --git a/sheep/router/utils/uni-read-pages-v3.js b/src/sheep/router/utils/uni-read-pages-v3.js similarity index 100% rename from sheep/router/utils/uni-read-pages-v3.js rename to src/sheep/router/utils/uni-read-pages-v3.js diff --git a/sheep/scss/_main.scss b/src/sheep/scss/_main.scss similarity index 100% rename from sheep/scss/_main.scss rename to src/sheep/scss/_main.scss diff --git a/sheep/scss/_mixins.scss b/src/sheep/scss/_mixins.scss similarity index 100% rename from sheep/scss/_mixins.scss rename to src/sheep/scss/_mixins.scss diff --git a/sheep/scss/_tools.scss b/src/sheep/scss/_tools.scss similarity index 100% rename from sheep/scss/_tools.scss rename to src/sheep/scss/_tools.scss diff --git a/sheep/scss/_var.scss b/src/sheep/scss/_var.scss similarity index 100% rename from sheep/scss/_var.scss rename to src/sheep/scss/_var.scss diff --git a/sheep/scss/font/OPPOSANS-M-subfont.ttf b/src/sheep/scss/font/OPPOSANS-M-subfont.ttf similarity index 100% rename from sheep/scss/font/OPPOSANS-M-subfont.ttf rename to src/sheep/scss/font/OPPOSANS-M-subfont.ttf diff --git a/sheep/scss/icon/_coloricon.scss b/src/sheep/scss/icon/_coloricon.scss similarity index 100% rename from sheep/scss/icon/_coloricon.scss rename to src/sheep/scss/icon/_coloricon.scss diff --git a/sheep/scss/icon/_icon.scss b/src/sheep/scss/icon/_icon.scss similarity index 100% rename from sheep/scss/icon/_icon.scss rename to src/sheep/scss/icon/_icon.scss diff --git a/sheep/scss/icon/_sheepicon.scss b/src/sheep/scss/icon/_sheepicon.scss similarity index 100% rename from sheep/scss/icon/_sheepicon.scss rename to src/sheep/scss/icon/_sheepicon.scss diff --git a/sheep/scss/icon/_style.scss b/src/sheep/scss/icon/_style.scss similarity index 100% rename from sheep/scss/icon/_style.scss rename to src/sheep/scss/icon/_style.scss diff --git a/sheep/scss/index.scss b/src/sheep/scss/index.scss similarity index 100% rename from sheep/scss/index.scss rename to src/sheep/scss/index.scss diff --git a/sheep/scss/style/_avatar.scss b/src/sheep/scss/style/_avatar.scss similarity index 100% rename from sheep/scss/style/_avatar.scss rename to src/sheep/scss/style/_avatar.scss diff --git a/sheep/scss/style/_background.scss b/src/sheep/scss/style/_background.scss similarity index 100% rename from sheep/scss/style/_background.scss rename to src/sheep/scss/style/_background.scss diff --git a/sheep/scss/style/_border.scss b/src/sheep/scss/style/_border.scss similarity index 100% rename from sheep/scss/style/_border.scss rename to src/sheep/scss/style/_border.scss diff --git a/sheep/scss/style/_button.scss b/src/sheep/scss/style/_button.scss similarity index 100% rename from sheep/scss/style/_button.scss rename to src/sheep/scss/style/_button.scss diff --git a/sheep/scss/style/_card.scss b/src/sheep/scss/style/_card.scss similarity index 100% rename from sheep/scss/style/_card.scss rename to src/sheep/scss/style/_card.scss diff --git a/sheep/scss/style/_code.scss b/src/sheep/scss/style/_code.scss similarity index 100% rename from sheep/scss/style/_code.scss rename to src/sheep/scss/style/_code.scss diff --git a/sheep/scss/style/_flex.scss b/src/sheep/scss/style/_flex.scss similarity index 100% rename from sheep/scss/style/_flex.scss rename to src/sheep/scss/style/_flex.scss diff --git a/sheep/scss/style/_form.scss b/src/sheep/scss/style/_form.scss similarity index 100% rename from sheep/scss/style/_form.scss rename to src/sheep/scss/style/_form.scss diff --git a/sheep/scss/style/_grid.scss b/src/sheep/scss/style/_grid.scss similarity index 100% rename from sheep/scss/style/_grid.scss rename to src/sheep/scss/style/_grid.scss diff --git a/sheep/scss/style/_markdown.scss b/src/sheep/scss/style/_markdown.scss similarity index 100% rename from sheep/scss/style/_markdown.scss rename to src/sheep/scss/style/_markdown.scss diff --git a/sheep/scss/style/_menu.scss b/src/sheep/scss/style/_menu.scss similarity index 100% rename from sheep/scss/style/_menu.scss rename to src/sheep/scss/style/_menu.scss diff --git a/sheep/scss/style/_shadow.scss b/src/sheep/scss/style/_shadow.scss similarity index 100% rename from sheep/scss/style/_shadow.scss rename to src/sheep/scss/style/_shadow.scss diff --git a/sheep/scss/style/_table.scss b/src/sheep/scss/style/_table.scss similarity index 100% rename from sheep/scss/style/_table.scss rename to src/sheep/scss/style/_table.scss diff --git a/sheep/scss/style/_tag.scss b/src/sheep/scss/style/_tag.scss similarity index 100% rename from sheep/scss/style/_tag.scss rename to src/sheep/scss/style/_tag.scss diff --git a/sheep/scss/style/_text.scss b/src/sheep/scss/style/_text.scss similarity index 100% rename from sheep/scss/style/_text.scss rename to src/sheep/scss/style/_text.scss diff --git a/sheep/scss/theme/_dark.scss b/src/sheep/scss/theme/_dark.scss similarity index 100% rename from sheep/scss/theme/_dark.scss rename to src/sheep/scss/theme/_dark.scss diff --git a/sheep/scss/theme/_light.scss b/src/sheep/scss/theme/_light.scss similarity index 100% rename from sheep/scss/theme/_light.scss rename to src/sheep/scss/theme/_light.scss diff --git a/sheep/scss/theme/_style.scss b/src/sheep/scss/theme/_style.scss similarity index 100% rename from sheep/scss/theme/_style.scss rename to src/sheep/scss/theme/_style.scss diff --git a/sheep/scss/ui.scss b/src/sheep/scss/ui.scss similarity index 100% rename from sheep/scss/ui.scss rename to src/sheep/scss/ui.scss diff --git a/sheep/store/app.js b/src/sheep/store/app.js similarity index 100% rename from sheep/store/app.js rename to src/sheep/store/app.js diff --git a/sheep/store/cart.js b/src/sheep/store/cart.js similarity index 100% rename from sheep/store/cart.js rename to src/sheep/store/cart.js diff --git a/sheep/store/index.js b/src/sheep/store/index.js similarity index 100% rename from sheep/store/index.js rename to src/sheep/store/index.js diff --git a/sheep/store/modal.js b/src/sheep/store/modal.js similarity index 100% rename from sheep/store/modal.js rename to src/sheep/store/modal.js diff --git a/sheep/store/sys.js b/src/sheep/store/sys.js similarity index 100% rename from sheep/store/sys.js rename to src/sheep/store/sys.js diff --git a/sheep/store/user.js b/src/sheep/store/user.js similarity index 100% rename from sheep/store/user.js rename to src/sheep/store/user.js diff --git a/sheep/ui/su-coupon/su-coupon.vue b/src/sheep/ui/su-coupon/su-coupon.vue similarity index 100% rename from sheep/ui/su-coupon/su-coupon.vue rename to src/sheep/ui/su-coupon/su-coupon.vue diff --git a/sheep/ui/su-data-checkbox/su-data-checkbox.vue b/src/sheep/ui/su-data-checkbox/su-data-checkbox.vue similarity index 100% rename from sheep/ui/su-data-checkbox/su-data-checkbox.vue rename to src/sheep/ui/su-data-checkbox/su-data-checkbox.vue diff --git a/sheep/ui/su-dialog/su-dialog.vue b/src/sheep/ui/su-dialog/su-dialog.vue similarity index 100% rename from sheep/ui/su-dialog/su-dialog.vue rename to src/sheep/ui/su-dialog/su-dialog.vue diff --git a/sheep/ui/su-fixed/su-fixed.vue b/src/sheep/ui/su-fixed/su-fixed.vue similarity index 100% rename from sheep/ui/su-fixed/su-fixed.vue rename to src/sheep/ui/su-fixed/su-fixed.vue diff --git a/sheep/ui/su-image/su-image.vue b/src/sheep/ui/su-image/su-image.vue similarity index 100% rename from sheep/ui/su-image/su-image.vue rename to src/sheep/ui/su-image/su-image.vue diff --git a/sheep/ui/su-inner-navbar/su-inner-navbar.vue b/src/sheep/ui/su-inner-navbar/su-inner-navbar.vue similarity index 100% rename from sheep/ui/su-inner-navbar/su-inner-navbar.vue rename to src/sheep/ui/su-inner-navbar/su-inner-navbar.vue diff --git a/sheep/ui/su-navbar/su-navbar.vue b/src/sheep/ui/su-navbar/su-navbar.vue similarity index 100% rename from sheep/ui/su-navbar/su-navbar.vue rename to src/sheep/ui/su-navbar/su-navbar.vue diff --git a/sheep/ui/su-notice-bar/su-notice-bar.vue b/src/sheep/ui/su-notice-bar/su-notice-bar.vue similarity index 100% rename from sheep/ui/su-notice-bar/su-notice-bar.vue rename to src/sheep/ui/su-notice-bar/su-notice-bar.vue diff --git a/sheep/ui/su-number-box/su-number-box.vue b/src/sheep/ui/su-number-box/su-number-box.vue similarity index 100% rename from sheep/ui/su-number-box/su-number-box.vue rename to src/sheep/ui/su-number-box/su-number-box.vue diff --git a/sheep/ui/su-popover/su-popover.vue b/src/sheep/ui/su-popover/su-popover.vue similarity index 100% rename from sheep/ui/su-popover/su-popover.vue rename to src/sheep/ui/su-popover/su-popover.vue diff --git a/sheep/ui/su-popup/keypress.js b/src/sheep/ui/su-popup/keypress.js similarity index 100% rename from sheep/ui/su-popup/keypress.js rename to src/sheep/ui/su-popup/keypress.js diff --git a/sheep/ui/su-popup/su-popup.vue b/src/sheep/ui/su-popup/su-popup.vue similarity index 100% rename from sheep/ui/su-popup/su-popup.vue rename to src/sheep/ui/su-popup/su-popup.vue diff --git a/sheep/ui/su-progress/su-progress.vue b/src/sheep/ui/su-progress/su-progress.vue similarity index 100% rename from sheep/ui/su-progress/su-progress.vue rename to src/sheep/ui/su-progress/su-progress.vue diff --git a/sheep/ui/su-radio/su-radio.vue b/src/sheep/ui/su-radio/su-radio.vue similarity index 100% rename from sheep/ui/su-radio/su-radio.vue rename to src/sheep/ui/su-radio/su-radio.vue diff --git a/sheep/ui/su-region-picker/su-region-picker.vue b/src/sheep/ui/su-region-picker/su-region-picker.vue similarity index 100% rename from sheep/ui/su-region-picker/su-region-picker.vue rename to src/sheep/ui/su-region-picker/su-region-picker.vue diff --git a/sheep/ui/su-status-bar/su-status-bar.vue b/src/sheep/ui/su-status-bar/su-status-bar.vue similarity index 100% rename from sheep/ui/su-status-bar/su-status-bar.vue rename to src/sheep/ui/su-status-bar/su-status-bar.vue diff --git a/sheep/ui/su-sticky/su-sticky.vue b/src/sheep/ui/su-sticky/su-sticky.vue similarity index 100% rename from sheep/ui/su-sticky/su-sticky.vue rename to src/sheep/ui/su-sticky/su-sticky.vue diff --git a/sheep/ui/su-subline/su-subline.vue b/src/sheep/ui/su-subline/su-subline.vue similarity index 100% rename from sheep/ui/su-subline/su-subline.vue rename to src/sheep/ui/su-subline/su-subline.vue diff --git a/sheep/ui/su-swiper/su-swiper.vue b/src/sheep/ui/su-swiper/su-swiper.vue similarity index 100% rename from sheep/ui/su-swiper/su-swiper.vue rename to src/sheep/ui/su-swiper/su-swiper.vue diff --git a/sheep/ui/su-switch/su-switch.vue b/src/sheep/ui/su-switch/su-switch.vue similarity index 100% rename from sheep/ui/su-switch/su-switch.vue rename to src/sheep/ui/su-switch/su-switch.vue diff --git a/sheep/ui/su-tab-item/su-tab-item.vue b/src/sheep/ui/su-tab-item/su-tab-item.vue similarity index 100% rename from sheep/ui/su-tab-item/su-tab-item.vue rename to src/sheep/ui/su-tab-item/su-tab-item.vue diff --git a/sheep/ui/su-tab/su-tab.vue b/src/sheep/ui/su-tab/su-tab.vue similarity index 100% rename from sheep/ui/su-tab/su-tab.vue rename to src/sheep/ui/su-tab/su-tab.vue diff --git a/sheep/ui/su-tabbar-item/su-tabbar-item.vue b/src/sheep/ui/su-tabbar-item/su-tabbar-item.vue similarity index 100% rename from sheep/ui/su-tabbar-item/su-tabbar-item.vue rename to src/sheep/ui/su-tabbar-item/su-tabbar-item.vue diff --git a/sheep/ui/su-tabbar/su-tabbar.vue b/src/sheep/ui/su-tabbar/su-tabbar.vue similarity index 100% rename from sheep/ui/su-tabbar/su-tabbar.vue rename to src/sheep/ui/su-tabbar/su-tabbar.vue diff --git a/sheep/ui/su-tabs-item/props.js b/src/sheep/ui/su-tabs-item/props.js similarity index 100% rename from sheep/ui/su-tabs-item/props.js rename to src/sheep/ui/su-tabs-item/props.js diff --git a/sheep/ui/su-tabs-item/su-tabs-item.vue b/src/sheep/ui/su-tabs-item/su-tabs-item.vue similarity index 100% rename from sheep/ui/su-tabs-item/su-tabs-item.vue rename to src/sheep/ui/su-tabs-item/su-tabs-item.vue diff --git a/sheep/ui/su-tabs/su-tabs.vue b/src/sheep/ui/su-tabs/su-tabs.vue similarity index 100% rename from sheep/ui/su-tabs/su-tabs.vue rename to src/sheep/ui/su-tabs/su-tabs.vue diff --git a/sheep/ui/su-time-line/su-time-line.vue b/src/sheep/ui/su-time-line/su-time-line.vue similarity index 100% rename from sheep/ui/su-time-line/su-time-line.vue rename to src/sheep/ui/su-time-line/su-time-line.vue diff --git a/sheep/ui/su-timeline-item/su-timeline-item.vue b/src/sheep/ui/su-timeline-item/su-timeline-item.vue similarity index 100% rename from sheep/ui/su-timeline-item/su-timeline-item.vue rename to src/sheep/ui/su-timeline-item/su-timeline-item.vue diff --git a/sheep/ui/su-toolbar/su-toolbar.vue b/src/sheep/ui/su-toolbar/su-toolbar.vue similarity index 100% rename from sheep/ui/su-toolbar/su-toolbar.vue rename to src/sheep/ui/su-toolbar/su-toolbar.vue diff --git a/sheep/ui/su-video/su-video.vue b/src/sheep/ui/su-video/su-video.vue similarity index 100% rename from sheep/ui/su-video/su-video.vue rename to src/sheep/ui/su-video/su-video.vue diff --git a/sheep/url/index.js b/src/sheep/url/index.js similarity index 100% rename from sheep/url/index.js rename to src/sheep/url/index.js diff --git a/sheep/util/const.js b/src/sheep/util/const.js similarity index 100% rename from sheep/util/const.js rename to src/sheep/util/const.js diff --git a/sheep/util/index.js b/src/sheep/util/index.js similarity index 100% rename from sheep/util/index.js rename to src/sheep/util/index.js diff --git a/sheep/validate/form.js b/src/sheep/validate/form.js similarity index 100% rename from sheep/validate/form.js rename to src/sheep/validate/form.js diff --git a/uni.scss b/src/uni.scss similarity index 100% rename from uni.scss rename to src/uni.scss diff --git a/uni_modules/lime-painter/changelog.md b/src/uni_modules/lime-painter/changelog.md similarity index 100% rename from uni_modules/lime-painter/changelog.md rename to src/uni_modules/lime-painter/changelog.md diff --git a/uni_modules/lime-painter/components/common/relation.js b/src/uni_modules/lime-painter/components/common/relation.js similarity index 100% rename from uni_modules/lime-painter/components/common/relation.js rename to src/uni_modules/lime-painter/components/common/relation.js diff --git a/uni_modules/lime-painter/components/l-painter-image/l-painter-image.vue b/src/uni_modules/lime-painter/components/l-painter-image/l-painter-image.vue similarity index 100% rename from uni_modules/lime-painter/components/l-painter-image/l-painter-image.vue rename to src/uni_modules/lime-painter/components/l-painter-image/l-painter-image.vue diff --git a/uni_modules/lime-painter/components/l-painter-qrcode/l-painter-qrcode.vue b/src/uni_modules/lime-painter/components/l-painter-qrcode/l-painter-qrcode.vue similarity index 100% rename from uni_modules/lime-painter/components/l-painter-qrcode/l-painter-qrcode.vue rename to src/uni_modules/lime-painter/components/l-painter-qrcode/l-painter-qrcode.vue diff --git a/uni_modules/lime-painter/components/l-painter-text/l-painter-text.vue b/src/uni_modules/lime-painter/components/l-painter-text/l-painter-text.vue similarity index 100% rename from uni_modules/lime-painter/components/l-painter-text/l-painter-text.vue rename to src/uni_modules/lime-painter/components/l-painter-text/l-painter-text.vue diff --git a/uni_modules/lime-painter/components/l-painter-view/l-painter-view.vue b/src/uni_modules/lime-painter/components/l-painter-view/l-painter-view.vue similarity index 100% rename from uni_modules/lime-painter/components/l-painter-view/l-painter-view.vue rename to src/uni_modules/lime-painter/components/l-painter-view/l-painter-view.vue diff --git a/uni_modules/lime-painter/components/l-painter/l-painter.vue b/src/uni_modules/lime-painter/components/l-painter/l-painter.vue similarity index 100% rename from uni_modules/lime-painter/components/l-painter/l-painter.vue rename to src/uni_modules/lime-painter/components/l-painter/l-painter.vue diff --git a/uni_modules/lime-painter/components/l-painter/nvue.js b/src/uni_modules/lime-painter/components/l-painter/nvue.js similarity index 100% rename from uni_modules/lime-painter/components/l-painter/nvue.js rename to src/uni_modules/lime-painter/components/l-painter/nvue.js diff --git a/uni_modules/lime-painter/components/l-painter/painter.js b/src/uni_modules/lime-painter/components/l-painter/painter.js similarity index 100% rename from uni_modules/lime-painter/components/l-painter/painter.js rename to src/uni_modules/lime-painter/components/l-painter/painter.js diff --git a/uni_modules/lime-painter/components/l-painter/props.js b/src/uni_modules/lime-painter/components/l-painter/props.js similarity index 100% rename from uni_modules/lime-painter/components/l-painter/props.js rename to src/uni_modules/lime-painter/components/l-painter/props.js diff --git a/uni_modules/lime-painter/components/l-painter/single.js b/src/uni_modules/lime-painter/components/l-painter/single.js similarity index 100% rename from uni_modules/lime-painter/components/l-painter/single.js rename to src/uni_modules/lime-painter/components/l-painter/single.js diff --git a/uni_modules/lime-painter/components/l-painter/utils.js b/src/uni_modules/lime-painter/components/l-painter/utils.js similarity index 100% rename from uni_modules/lime-painter/components/l-painter/utils.js rename to src/uni_modules/lime-painter/components/l-painter/utils.js diff --git a/uni_modules/lime-painter/components/lime-painter/lime-painter.vue b/src/uni_modules/lime-painter/components/lime-painter/lime-painter.vue similarity index 100% rename from uni_modules/lime-painter/components/lime-painter/lime-painter.vue rename to src/uni_modules/lime-painter/components/lime-painter/lime-painter.vue diff --git a/uni_modules/lime-painter/hybrid/html/index.html b/src/uni_modules/lime-painter/hybrid/html/index.html similarity index 100% rename from uni_modules/lime-painter/hybrid/html/index.html rename to src/uni_modules/lime-painter/hybrid/html/index.html diff --git a/uni_modules/lime-painter/hybrid/html/painter.js b/src/uni_modules/lime-painter/hybrid/html/painter.js similarity index 100% rename from uni_modules/lime-painter/hybrid/html/painter.js rename to src/uni_modules/lime-painter/hybrid/html/painter.js diff --git a/uni_modules/lime-painter/hybrid/html/uni.webview.1.5.3.js b/src/uni_modules/lime-painter/hybrid/html/uni.webview.1.5.3.js similarity index 100% rename from uni_modules/lime-painter/hybrid/html/uni.webview.1.5.3.js rename to src/uni_modules/lime-painter/hybrid/html/uni.webview.1.5.3.js diff --git a/uni_modules/lime-painter/package.json b/src/uni_modules/lime-painter/package.json similarity index 100% rename from uni_modules/lime-painter/package.json rename to src/uni_modules/lime-painter/package.json diff --git a/uni_modules/lime-painter/parser.js b/src/uni_modules/lime-painter/parser.js similarity index 100% rename from uni_modules/lime-painter/parser.js rename to src/uni_modules/lime-painter/parser.js diff --git a/uni_modules/lime-painter/readme.md b/src/uni_modules/lime-painter/readme.md similarity index 100% rename from uni_modules/lime-painter/readme.md rename to src/uni_modules/lime-painter/readme.md diff --git a/uni_modules/mp-html/README.md b/src/uni_modules/mp-html/README.md similarity index 100% rename from uni_modules/mp-html/README.md rename to src/uni_modules/mp-html/README.md diff --git a/uni_modules/mp-html/changelog.md b/src/uni_modules/mp-html/changelog.md similarity index 100% rename from uni_modules/mp-html/changelog.md rename to src/uni_modules/mp-html/changelog.md diff --git a/uni_modules/mp-html/components/mp-html/mp-html.vue b/src/uni_modules/mp-html/components/mp-html/mp-html.vue similarity index 100% rename from uni_modules/mp-html/components/mp-html/mp-html.vue rename to src/uni_modules/mp-html/components/mp-html/mp-html.vue diff --git a/uni_modules/mp-html/components/mp-html/node/node.vue b/src/uni_modules/mp-html/components/mp-html/node/node.vue similarity index 100% rename from uni_modules/mp-html/components/mp-html/node/node.vue rename to src/uni_modules/mp-html/components/mp-html/node/node.vue diff --git a/uni_modules/mp-html/components/mp-html/parser.js b/src/uni_modules/mp-html/components/mp-html/parser.js similarity index 100% rename from uni_modules/mp-html/components/mp-html/parser.js rename to src/uni_modules/mp-html/components/mp-html/parser.js diff --git a/uni_modules/mp-html/package.json b/src/uni_modules/mp-html/package.json similarity index 100% rename from uni_modules/mp-html/package.json rename to src/uni_modules/mp-html/package.json diff --git a/uni_modules/mp-html/static/app-plus/mp-html/js/handler.js b/src/uni_modules/mp-html/static/app-plus/mp-html/js/handler.js similarity index 100% rename from uni_modules/mp-html/static/app-plus/mp-html/js/handler.js rename to src/uni_modules/mp-html/static/app-plus/mp-html/js/handler.js diff --git a/uni_modules/mp-html/static/app-plus/mp-html/js/uni.webview.min.js b/src/uni_modules/mp-html/static/app-plus/mp-html/js/uni.webview.min.js similarity index 100% rename from uni_modules/mp-html/static/app-plus/mp-html/js/uni.webview.min.js rename to src/uni_modules/mp-html/static/app-plus/mp-html/js/uni.webview.min.js diff --git a/uni_modules/mp-html/static/app-plus/mp-html/local.html b/src/uni_modules/mp-html/static/app-plus/mp-html/local.html similarity index 100% rename from uni_modules/mp-html/static/app-plus/mp-html/local.html rename to src/uni_modules/mp-html/static/app-plus/mp-html/local.html diff --git a/uni_modules/uni-badge/changelog.md b/src/uni_modules/uni-badge/changelog.md similarity index 100% rename from uni_modules/uni-badge/changelog.md rename to src/uni_modules/uni-badge/changelog.md diff --git a/uni_modules/uni-badge/components/uni-badge/uni-badge.vue b/src/uni_modules/uni-badge/components/uni-badge/uni-badge.vue similarity index 100% rename from uni_modules/uni-badge/components/uni-badge/uni-badge.vue rename to src/uni_modules/uni-badge/components/uni-badge/uni-badge.vue diff --git a/uni_modules/uni-badge/package.json b/src/uni_modules/uni-badge/package.json similarity index 100% rename from uni_modules/uni-badge/package.json rename to src/uni_modules/uni-badge/package.json diff --git a/uni_modules/uni-badge/readme.md b/src/uni_modules/uni-badge/readme.md similarity index 100% rename from uni_modules/uni-badge/readme.md rename to src/uni_modules/uni-badge/readme.md diff --git a/uni_modules/uni-card/changelog.md b/src/uni_modules/uni-card/changelog.md similarity index 100% rename from uni_modules/uni-card/changelog.md rename to src/uni_modules/uni-card/changelog.md diff --git a/uni_modules/uni-card/components/uni-card/uni-card.vue b/src/uni_modules/uni-card/components/uni-card/uni-card.vue similarity index 100% rename from uni_modules/uni-card/components/uni-card/uni-card.vue rename to src/uni_modules/uni-card/components/uni-card/uni-card.vue diff --git a/uni_modules/uni-card/package.json b/src/uni_modules/uni-card/package.json similarity index 100% rename from uni_modules/uni-card/package.json rename to src/uni_modules/uni-card/package.json diff --git a/uni_modules/uni-card/readme.md b/src/uni_modules/uni-card/readme.md similarity index 100% rename from uni_modules/uni-card/readme.md rename to src/uni_modules/uni-card/readme.md diff --git a/uni_modules/uni-collapse/changelog.md b/src/uni_modules/uni-collapse/changelog.md similarity index 100% rename from uni_modules/uni-collapse/changelog.md rename to src/uni_modules/uni-collapse/changelog.md diff --git a/uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item.vue b/src/uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item.vue similarity index 100% rename from uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item.vue rename to src/uni_modules/uni-collapse/components/uni-collapse-item/uni-collapse-item.vue diff --git a/uni_modules/uni-collapse/components/uni-collapse/uni-collapse.vue b/src/uni_modules/uni-collapse/components/uni-collapse/uni-collapse.vue similarity index 100% rename from uni_modules/uni-collapse/components/uni-collapse/uni-collapse.vue rename to src/uni_modules/uni-collapse/components/uni-collapse/uni-collapse.vue diff --git a/uni_modules/uni-collapse/package.json b/src/uni_modules/uni-collapse/package.json similarity index 100% rename from uni_modules/uni-collapse/package.json rename to src/uni_modules/uni-collapse/package.json diff --git a/uni_modules/uni-collapse/readme.md b/src/uni_modules/uni-collapse/readme.md similarity index 100% rename from uni_modules/uni-collapse/readme.md rename to src/uni_modules/uni-collapse/readme.md diff --git a/uni_modules/uni-combox/changelog.md b/src/uni_modules/uni-combox/changelog.md similarity index 100% rename from uni_modules/uni-combox/changelog.md rename to src/uni_modules/uni-combox/changelog.md diff --git a/uni_modules/uni-combox/components/uni-combox/uni-combox.vue b/src/uni_modules/uni-combox/components/uni-combox/uni-combox.vue similarity index 100% rename from uni_modules/uni-combox/components/uni-combox/uni-combox.vue rename to src/uni_modules/uni-combox/components/uni-combox/uni-combox.vue diff --git a/uni_modules/uni-combox/package.json b/src/uni_modules/uni-combox/package.json similarity index 100% rename from uni_modules/uni-combox/package.json rename to src/uni_modules/uni-combox/package.json diff --git a/uni_modules/uni-combox/readme.md b/src/uni_modules/uni-combox/readme.md similarity index 100% rename from uni_modules/uni-combox/readme.md rename to src/uni_modules/uni-combox/readme.md diff --git a/uni_modules/uni-countdown/changelog.md b/src/uni_modules/uni-countdown/changelog.md similarity index 100% rename from uni_modules/uni-countdown/changelog.md rename to src/uni_modules/uni-countdown/changelog.md diff --git a/uni_modules/uni-countdown/components/uni-countdown/i18n/en.json b/src/uni_modules/uni-countdown/components/uni-countdown/i18n/en.json similarity index 100% rename from uni_modules/uni-countdown/components/uni-countdown/i18n/en.json rename to src/uni_modules/uni-countdown/components/uni-countdown/i18n/en.json diff --git a/uni_modules/uni-countdown/components/uni-countdown/i18n/index.js b/src/uni_modules/uni-countdown/components/uni-countdown/i18n/index.js similarity index 100% rename from uni_modules/uni-countdown/components/uni-countdown/i18n/index.js rename to src/uni_modules/uni-countdown/components/uni-countdown/i18n/index.js diff --git a/uni_modules/uni-countdown/components/uni-countdown/i18n/zh-Hans.json b/src/uni_modules/uni-countdown/components/uni-countdown/i18n/zh-Hans.json similarity index 100% rename from uni_modules/uni-countdown/components/uni-countdown/i18n/zh-Hans.json rename to src/uni_modules/uni-countdown/components/uni-countdown/i18n/zh-Hans.json diff --git a/uni_modules/uni-countdown/components/uni-countdown/i18n/zh-Hant.json b/src/uni_modules/uni-countdown/components/uni-countdown/i18n/zh-Hant.json similarity index 100% rename from uni_modules/uni-countdown/components/uni-countdown/i18n/zh-Hant.json rename to src/uni_modules/uni-countdown/components/uni-countdown/i18n/zh-Hant.json diff --git a/uni_modules/uni-countdown/components/uni-countdown/uni-countdown.vue b/src/uni_modules/uni-countdown/components/uni-countdown/uni-countdown.vue similarity index 100% rename from uni_modules/uni-countdown/components/uni-countdown/uni-countdown.vue rename to src/uni_modules/uni-countdown/components/uni-countdown/uni-countdown.vue diff --git a/uni_modules/uni-countdown/package.json b/src/uni_modules/uni-countdown/package.json similarity index 100% rename from uni_modules/uni-countdown/package.json rename to src/uni_modules/uni-countdown/package.json diff --git a/uni_modules/uni-countdown/readme.md b/src/uni_modules/uni-countdown/readme.md similarity index 100% rename from uni_modules/uni-countdown/readme.md rename to src/uni_modules/uni-countdown/readme.md diff --git a/uni_modules/uni-data-checkbox/changelog.md b/src/uni_modules/uni-data-checkbox/changelog.md similarity index 100% rename from uni_modules/uni-data-checkbox/changelog.md rename to src/uni_modules/uni-data-checkbox/changelog.md diff --git a/uni_modules/uni-data-checkbox/components/uni-data-checkbox/uni-data-checkbox.vue b/src/uni_modules/uni-data-checkbox/components/uni-data-checkbox/uni-data-checkbox.vue similarity index 100% rename from uni_modules/uni-data-checkbox/components/uni-data-checkbox/uni-data-checkbox.vue rename to src/uni_modules/uni-data-checkbox/components/uni-data-checkbox/uni-data-checkbox.vue diff --git a/uni_modules/uni-data-checkbox/package.json b/src/uni_modules/uni-data-checkbox/package.json similarity index 100% rename from uni_modules/uni-data-checkbox/package.json rename to src/uni_modules/uni-data-checkbox/package.json diff --git a/uni_modules/uni-data-checkbox/readme.md b/src/uni_modules/uni-data-checkbox/readme.md similarity index 100% rename from uni_modules/uni-data-checkbox/readme.md rename to src/uni_modules/uni-data-checkbox/readme.md diff --git a/uni_modules/uni-data-picker/changelog.md b/src/uni_modules/uni-data-picker/changelog.md similarity index 100% rename from uni_modules/uni-data-picker/changelog.md rename to src/uni_modules/uni-data-picker/changelog.md diff --git a/uni_modules/uni-data-picker/components/uni-data-picker/keypress.js b/src/uni_modules/uni-data-picker/components/uni-data-picker/keypress.js similarity index 100% rename from uni_modules/uni-data-picker/components/uni-data-picker/keypress.js rename to src/uni_modules/uni-data-picker/components/uni-data-picker/keypress.js diff --git a/uni_modules/uni-data-picker/components/uni-data-picker/uni-data-picker.vue b/src/uni_modules/uni-data-picker/components/uni-data-picker/uni-data-picker.vue similarity index 100% rename from uni_modules/uni-data-picker/components/uni-data-picker/uni-data-picker.vue rename to src/uni_modules/uni-data-picker/components/uni-data-picker/uni-data-picker.vue diff --git a/uni_modules/uni-data-picker/components/uni-data-pickerview/uni-data-picker.js b/src/uni_modules/uni-data-picker/components/uni-data-pickerview/uni-data-picker.js similarity index 100% rename from uni_modules/uni-data-picker/components/uni-data-pickerview/uni-data-picker.js rename to src/uni_modules/uni-data-picker/components/uni-data-pickerview/uni-data-picker.js diff --git a/uni_modules/uni-data-picker/components/uni-data-pickerview/uni-data-pickerview.vue b/src/uni_modules/uni-data-picker/components/uni-data-pickerview/uni-data-pickerview.vue similarity index 100% rename from uni_modules/uni-data-picker/components/uni-data-pickerview/uni-data-pickerview.vue rename to src/uni_modules/uni-data-picker/components/uni-data-pickerview/uni-data-pickerview.vue diff --git a/uni_modules/uni-data-picker/package.json b/src/uni_modules/uni-data-picker/package.json similarity index 100% rename from uni_modules/uni-data-picker/package.json rename to src/uni_modules/uni-data-picker/package.json diff --git a/uni_modules/uni-data-picker/readme.md b/src/uni_modules/uni-data-picker/readme.md similarity index 100% rename from uni_modules/uni-data-picker/readme.md rename to src/uni_modules/uni-data-picker/readme.md diff --git a/uni_modules/uni-dateformat/changelog.md b/src/uni_modules/uni-dateformat/changelog.md similarity index 100% rename from uni_modules/uni-dateformat/changelog.md rename to src/uni_modules/uni-dateformat/changelog.md diff --git a/uni_modules/uni-dateformat/components/uni-dateformat/date-format.js b/src/uni_modules/uni-dateformat/components/uni-dateformat/date-format.js similarity index 100% rename from uni_modules/uni-dateformat/components/uni-dateformat/date-format.js rename to src/uni_modules/uni-dateformat/components/uni-dateformat/date-format.js diff --git a/uni_modules/uni-dateformat/components/uni-dateformat/uni-dateformat.vue b/src/uni_modules/uni-dateformat/components/uni-dateformat/uni-dateformat.vue similarity index 100% rename from uni_modules/uni-dateformat/components/uni-dateformat/uni-dateformat.vue rename to src/uni_modules/uni-dateformat/components/uni-dateformat/uni-dateformat.vue diff --git a/uni_modules/uni-dateformat/package.json b/src/uni_modules/uni-dateformat/package.json similarity index 100% rename from uni_modules/uni-dateformat/package.json rename to src/uni_modules/uni-dateformat/package.json diff --git a/uni_modules/uni-dateformat/readme.md b/src/uni_modules/uni-dateformat/readme.md similarity index 100% rename from uni_modules/uni-dateformat/readme.md rename to src/uni_modules/uni-dateformat/readme.md diff --git a/uni_modules/uni-datetime-picker/changelog.md b/src/uni_modules/uni-datetime-picker/changelog.md similarity index 100% rename from uni_modules/uni-datetime-picker/changelog.md rename to src/uni_modules/uni-datetime-picker/changelog.md diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar-item.vue b/src/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar-item.vue similarity index 100% rename from uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar-item.vue rename to src/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar-item.vue diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.js b/src/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.js similarity index 100% rename from uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.js rename to src/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.js diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.vue b/src/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.vue similarity index 100% rename from uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.vue rename to src/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.vue diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/en.json b/src/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/en.json similarity index 100% rename from uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/en.json rename to src/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/en.json diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/index.js b/src/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/index.js similarity index 100% rename from uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/index.js rename to src/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/index.js diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hans.json b/src/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hans.json similarity index 100% rename from uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hans.json rename to src/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hans.json diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hant.json b/src/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hant.json similarity index 100% rename from uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hant.json rename to src/uni_modules/uni-datetime-picker/components/uni-datetime-picker/i18n/zh-Hant.json diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/keypress.js b/src/uni_modules/uni-datetime-picker/components/uni-datetime-picker/keypress.js similarity index 100% rename from uni_modules/uni-datetime-picker/components/uni-datetime-picker/keypress.js rename to src/uni_modules/uni-datetime-picker/components/uni-datetime-picker/keypress.js diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/time-picker.vue b/src/uni_modules/uni-datetime-picker/components/uni-datetime-picker/time-picker.vue similarity index 100% rename from uni_modules/uni-datetime-picker/components/uni-datetime-picker/time-picker.vue rename to src/uni_modules/uni-datetime-picker/components/uni-datetime-picker/time-picker.vue diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue b/src/uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue similarity index 100% rename from uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue rename to src/uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/util.js b/src/uni_modules/uni-datetime-picker/components/uni-datetime-picker/util.js similarity index 100% rename from uni_modules/uni-datetime-picker/components/uni-datetime-picker/util.js rename to src/uni_modules/uni-datetime-picker/components/uni-datetime-picker/util.js diff --git a/uni_modules/uni-datetime-picker/package.json b/src/uni_modules/uni-datetime-picker/package.json similarity index 100% rename from uni_modules/uni-datetime-picker/package.json rename to src/uni_modules/uni-datetime-picker/package.json diff --git a/uni_modules/uni-datetime-picker/readme.md b/src/uni_modules/uni-datetime-picker/readme.md similarity index 100% rename from uni_modules/uni-datetime-picker/readme.md rename to src/uni_modules/uni-datetime-picker/readme.md diff --git a/uni_modules/uni-drawer/changelog.md b/src/uni_modules/uni-drawer/changelog.md similarity index 100% rename from uni_modules/uni-drawer/changelog.md rename to src/uni_modules/uni-drawer/changelog.md diff --git a/uni_modules/uni-drawer/components/uni-drawer/keypress.js b/src/uni_modules/uni-drawer/components/uni-drawer/keypress.js similarity index 100% rename from uni_modules/uni-drawer/components/uni-drawer/keypress.js rename to src/uni_modules/uni-drawer/components/uni-drawer/keypress.js diff --git a/uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue b/src/uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue similarity index 100% rename from uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue rename to src/uni_modules/uni-drawer/components/uni-drawer/uni-drawer.vue diff --git a/uni_modules/uni-drawer/package.json b/src/uni_modules/uni-drawer/package.json similarity index 100% rename from uni_modules/uni-drawer/package.json rename to src/uni_modules/uni-drawer/package.json diff --git a/uni_modules/uni-drawer/readme.md b/src/uni_modules/uni-drawer/readme.md similarity index 100% rename from uni_modules/uni-drawer/readme.md rename to src/uni_modules/uni-drawer/readme.md diff --git a/uni_modules/uni-easyinput/changelog.md b/src/uni_modules/uni-easyinput/changelog.md similarity index 100% rename from uni_modules/uni-easyinput/changelog.md rename to src/uni_modules/uni-easyinput/changelog.md diff --git a/uni_modules/uni-easyinput/components/uni-easyinput/common.js b/src/uni_modules/uni-easyinput/components/uni-easyinput/common.js similarity index 100% rename from uni_modules/uni-easyinput/components/uni-easyinput/common.js rename to src/uni_modules/uni-easyinput/components/uni-easyinput/common.js diff --git a/uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue b/src/uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue similarity index 100% rename from uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue rename to src/uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue diff --git a/uni_modules/uni-easyinput/package.json b/src/uni_modules/uni-easyinput/package.json similarity index 100% rename from uni_modules/uni-easyinput/package.json rename to src/uni_modules/uni-easyinput/package.json diff --git a/uni_modules/uni-easyinput/readme.md b/src/uni_modules/uni-easyinput/readme.md similarity index 100% rename from uni_modules/uni-easyinput/readme.md rename to src/uni_modules/uni-easyinput/readme.md diff --git a/uni_modules/uni-fab/changelog.md b/src/uni_modules/uni-fab/changelog.md similarity index 100% rename from uni_modules/uni-fab/changelog.md rename to src/uni_modules/uni-fab/changelog.md diff --git a/uni_modules/uni-fab/components/uni-fab/uni-fab.vue b/src/uni_modules/uni-fab/components/uni-fab/uni-fab.vue similarity index 100% rename from uni_modules/uni-fab/components/uni-fab/uni-fab.vue rename to src/uni_modules/uni-fab/components/uni-fab/uni-fab.vue diff --git a/uni_modules/uni-fab/package.json b/src/uni_modules/uni-fab/package.json similarity index 100% rename from uni_modules/uni-fab/package.json rename to src/uni_modules/uni-fab/package.json diff --git a/uni_modules/uni-fab/readme.md b/src/uni_modules/uni-fab/readme.md similarity index 100% rename from uni_modules/uni-fab/readme.md rename to src/uni_modules/uni-fab/readme.md diff --git a/uni_modules/uni-fav/changelog.md b/src/uni_modules/uni-fav/changelog.md similarity index 100% rename from uni_modules/uni-fav/changelog.md rename to src/uni_modules/uni-fav/changelog.md diff --git a/uni_modules/uni-fav/components/uni-fav/i18n/en.json b/src/uni_modules/uni-fav/components/uni-fav/i18n/en.json similarity index 100% rename from uni_modules/uni-fav/components/uni-fav/i18n/en.json rename to src/uni_modules/uni-fav/components/uni-fav/i18n/en.json diff --git a/uni_modules/uni-fav/components/uni-fav/i18n/index.js b/src/uni_modules/uni-fav/components/uni-fav/i18n/index.js similarity index 100% rename from uni_modules/uni-fav/components/uni-fav/i18n/index.js rename to src/uni_modules/uni-fav/components/uni-fav/i18n/index.js diff --git a/uni_modules/uni-fav/components/uni-fav/i18n/zh-Hans.json b/src/uni_modules/uni-fav/components/uni-fav/i18n/zh-Hans.json similarity index 100% rename from uni_modules/uni-fav/components/uni-fav/i18n/zh-Hans.json rename to src/uni_modules/uni-fav/components/uni-fav/i18n/zh-Hans.json diff --git a/uni_modules/uni-fav/components/uni-fav/i18n/zh-Hant.json b/src/uni_modules/uni-fav/components/uni-fav/i18n/zh-Hant.json similarity index 100% rename from uni_modules/uni-fav/components/uni-fav/i18n/zh-Hant.json rename to src/uni_modules/uni-fav/components/uni-fav/i18n/zh-Hant.json diff --git a/uni_modules/uni-fav/components/uni-fav/uni-fav.vue b/src/uni_modules/uni-fav/components/uni-fav/uni-fav.vue similarity index 100% rename from uni_modules/uni-fav/components/uni-fav/uni-fav.vue rename to src/uni_modules/uni-fav/components/uni-fav/uni-fav.vue diff --git a/uni_modules/uni-fav/package.json b/src/uni_modules/uni-fav/package.json similarity index 100% rename from uni_modules/uni-fav/package.json rename to src/uni_modules/uni-fav/package.json diff --git a/uni_modules/uni-fav/readme.md b/src/uni_modules/uni-fav/readme.md similarity index 100% rename from uni_modules/uni-fav/readme.md rename to src/uni_modules/uni-fav/readme.md diff --git a/uni_modules/uni-forms/changelog.md b/src/uni_modules/uni-forms/changelog.md similarity index 100% rename from uni_modules/uni-forms/changelog.md rename to src/uni_modules/uni-forms/changelog.md diff --git a/uni_modules/uni-forms/components/uni-forms-item/uni-forms-item.vue b/src/uni_modules/uni-forms/components/uni-forms-item/uni-forms-item.vue similarity index 100% rename from uni_modules/uni-forms/components/uni-forms-item/uni-forms-item.vue rename to src/uni_modules/uni-forms/components/uni-forms-item/uni-forms-item.vue diff --git a/uni_modules/uni-forms/components/uni-forms/uni-forms.vue b/src/uni_modules/uni-forms/components/uni-forms/uni-forms.vue similarity index 100% rename from uni_modules/uni-forms/components/uni-forms/uni-forms.vue rename to src/uni_modules/uni-forms/components/uni-forms/uni-forms.vue diff --git a/uni_modules/uni-forms/components/uni-forms/validate.js b/src/uni_modules/uni-forms/components/uni-forms/validate.js similarity index 100% rename from uni_modules/uni-forms/components/uni-forms/validate.js rename to src/uni_modules/uni-forms/components/uni-forms/validate.js diff --git a/uni_modules/uni-forms/package.json b/src/uni_modules/uni-forms/package.json similarity index 100% rename from uni_modules/uni-forms/package.json rename to src/uni_modules/uni-forms/package.json diff --git a/uni_modules/uni-forms/readme.md b/src/uni_modules/uni-forms/readme.md similarity index 100% rename from uni_modules/uni-forms/readme.md rename to src/uni_modules/uni-forms/readme.md diff --git a/uni_modules/uni-goods-nav/changelog.md b/src/uni_modules/uni-goods-nav/changelog.md similarity index 100% rename from uni_modules/uni-goods-nav/changelog.md rename to src/uni_modules/uni-goods-nav/changelog.md diff --git a/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/en.json b/src/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/en.json similarity index 100% rename from uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/en.json rename to src/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/en.json diff --git a/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/index.js b/src/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/index.js similarity index 100% rename from uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/index.js rename to src/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/index.js diff --git a/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/zh-Hans.json b/src/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/zh-Hans.json similarity index 100% rename from uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/zh-Hans.json rename to src/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/zh-Hans.json diff --git a/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/zh-Hant.json b/src/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/zh-Hant.json similarity index 100% rename from uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/zh-Hant.json rename to src/uni_modules/uni-goods-nav/components/uni-goods-nav/i18n/zh-Hant.json diff --git a/uni_modules/uni-goods-nav/components/uni-goods-nav/uni-goods-nav.vue b/src/uni_modules/uni-goods-nav/components/uni-goods-nav/uni-goods-nav.vue similarity index 100% rename from uni_modules/uni-goods-nav/components/uni-goods-nav/uni-goods-nav.vue rename to src/uni_modules/uni-goods-nav/components/uni-goods-nav/uni-goods-nav.vue diff --git a/uni_modules/uni-goods-nav/package.json b/src/uni_modules/uni-goods-nav/package.json similarity index 100% rename from uni_modules/uni-goods-nav/package.json rename to src/uni_modules/uni-goods-nav/package.json diff --git a/uni_modules/uni-goods-nav/readme.md b/src/uni_modules/uni-goods-nav/readme.md similarity index 100% rename from uni_modules/uni-goods-nav/readme.md rename to src/uni_modules/uni-goods-nav/readme.md diff --git a/uni_modules/uni-grid/changelog.md b/src/uni_modules/uni-grid/changelog.md similarity index 100% rename from uni_modules/uni-grid/changelog.md rename to src/uni_modules/uni-grid/changelog.md diff --git a/uni_modules/uni-grid/components/uni-grid-item/uni-grid-item.vue b/src/uni_modules/uni-grid/components/uni-grid-item/uni-grid-item.vue similarity index 100% rename from uni_modules/uni-grid/components/uni-grid-item/uni-grid-item.vue rename to src/uni_modules/uni-grid/components/uni-grid-item/uni-grid-item.vue diff --git a/uni_modules/uni-grid/components/uni-grid/uni-grid.vue b/src/uni_modules/uni-grid/components/uni-grid/uni-grid.vue similarity index 100% rename from uni_modules/uni-grid/components/uni-grid/uni-grid.vue rename to src/uni_modules/uni-grid/components/uni-grid/uni-grid.vue diff --git a/uni_modules/uni-grid/package.json b/src/uni_modules/uni-grid/package.json similarity index 100% rename from uni_modules/uni-grid/package.json rename to src/uni_modules/uni-grid/package.json diff --git a/uni_modules/uni-grid/readme.md b/src/uni_modules/uni-grid/readme.md similarity index 100% rename from uni_modules/uni-grid/readme.md rename to src/uni_modules/uni-grid/readme.md diff --git a/uni_modules/uni-group/changelog.md b/src/uni_modules/uni-group/changelog.md similarity index 100% rename from uni_modules/uni-group/changelog.md rename to src/uni_modules/uni-group/changelog.md diff --git a/uni_modules/uni-group/components/uni-group/uni-group.vue b/src/uni_modules/uni-group/components/uni-group/uni-group.vue similarity index 100% rename from uni_modules/uni-group/components/uni-group/uni-group.vue rename to src/uni_modules/uni-group/components/uni-group/uni-group.vue diff --git a/uni_modules/uni-group/package.json b/src/uni_modules/uni-group/package.json similarity index 100% rename from uni_modules/uni-group/package.json rename to src/uni_modules/uni-group/package.json diff --git a/uni_modules/uni-group/readme.md b/src/uni_modules/uni-group/readme.md similarity index 100% rename from uni_modules/uni-group/readme.md rename to src/uni_modules/uni-group/readme.md diff --git a/uni_modules/uni-icons/changelog.md b/src/uni_modules/uni-icons/changelog.md similarity index 100% rename from uni_modules/uni-icons/changelog.md rename to src/uni_modules/uni-icons/changelog.md diff --git a/uni_modules/uni-icons/components/uni-icons/icons.js b/src/uni_modules/uni-icons/components/uni-icons/icons.js similarity index 100% rename from uni_modules/uni-icons/components/uni-icons/icons.js rename to src/uni_modules/uni-icons/components/uni-icons/icons.js diff --git a/uni_modules/uni-icons/components/uni-icons/uni-icons.vue b/src/uni_modules/uni-icons/components/uni-icons/uni-icons.vue similarity index 100% rename from uni_modules/uni-icons/components/uni-icons/uni-icons.vue rename to src/uni_modules/uni-icons/components/uni-icons/uni-icons.vue diff --git a/uni_modules/uni-icons/components/uni-icons/uni.ttf b/src/uni_modules/uni-icons/components/uni-icons/uni.ttf similarity index 100% rename from uni_modules/uni-icons/components/uni-icons/uni.ttf rename to src/uni_modules/uni-icons/components/uni-icons/uni.ttf diff --git a/uni_modules/uni-icons/components/uni-icons/uniicons.css b/src/uni_modules/uni-icons/components/uni-icons/uniicons.css similarity index 100% rename from uni_modules/uni-icons/components/uni-icons/uniicons.css rename to src/uni_modules/uni-icons/components/uni-icons/uniicons.css diff --git a/uni_modules/uni-icons/components/uni-icons/uniicons.ttf b/src/uni_modules/uni-icons/components/uni-icons/uniicons.ttf similarity index 100% rename from uni_modules/uni-icons/components/uni-icons/uniicons.ttf rename to src/uni_modules/uni-icons/components/uni-icons/uniicons.ttf diff --git a/uni_modules/uni-icons/package.json b/src/uni_modules/uni-icons/package.json similarity index 100% rename from uni_modules/uni-icons/package.json rename to src/uni_modules/uni-icons/package.json diff --git a/uni_modules/uni-icons/readme.md b/src/uni_modules/uni-icons/readme.md similarity index 100% rename from uni_modules/uni-icons/readme.md rename to src/uni_modules/uni-icons/readme.md diff --git a/uni_modules/uni-link/changelog.md b/src/uni_modules/uni-link/changelog.md similarity index 100% rename from uni_modules/uni-link/changelog.md rename to src/uni_modules/uni-link/changelog.md diff --git a/uni_modules/uni-link/components/uni-link/uni-link.vue b/src/uni_modules/uni-link/components/uni-link/uni-link.vue similarity index 100% rename from uni_modules/uni-link/components/uni-link/uni-link.vue rename to src/uni_modules/uni-link/components/uni-link/uni-link.vue diff --git a/uni_modules/uni-link/package.json b/src/uni_modules/uni-link/package.json similarity index 100% rename from uni_modules/uni-link/package.json rename to src/uni_modules/uni-link/package.json diff --git a/uni_modules/uni-link/readme.md b/src/uni_modules/uni-link/readme.md similarity index 100% rename from uni_modules/uni-link/readme.md rename to src/uni_modules/uni-link/readme.md diff --git a/uni_modules/uni-list/changelog.md b/src/uni_modules/uni-list/changelog.md similarity index 100% rename from uni_modules/uni-list/changelog.md rename to src/uni_modules/uni-list/changelog.md diff --git a/uni_modules/uni-list/components/uni-list-ad/uni-list-ad.vue b/src/uni_modules/uni-list/components/uni-list-ad/uni-list-ad.vue similarity index 100% rename from uni_modules/uni-list/components/uni-list-ad/uni-list-ad.vue rename to src/uni_modules/uni-list/components/uni-list-ad/uni-list-ad.vue diff --git a/uni_modules/uni-list/components/uni-list-chat/uni-list-chat.scss b/src/uni_modules/uni-list/components/uni-list-chat/uni-list-chat.scss similarity index 100% rename from uni_modules/uni-list/components/uni-list-chat/uni-list-chat.scss rename to src/uni_modules/uni-list/components/uni-list-chat/uni-list-chat.scss diff --git a/uni_modules/uni-list/components/uni-list-chat/uni-list-chat.vue b/src/uni_modules/uni-list/components/uni-list-chat/uni-list-chat.vue similarity index 100% rename from uni_modules/uni-list/components/uni-list-chat/uni-list-chat.vue rename to src/uni_modules/uni-list/components/uni-list-chat/uni-list-chat.vue diff --git a/uni_modules/uni-list/components/uni-list-item/uni-list-item.vue b/src/uni_modules/uni-list/components/uni-list-item/uni-list-item.vue similarity index 100% rename from uni_modules/uni-list/components/uni-list-item/uni-list-item.vue rename to src/uni_modules/uni-list/components/uni-list-item/uni-list-item.vue diff --git a/uni_modules/uni-list/components/uni-list/uni-list.vue b/src/uni_modules/uni-list/components/uni-list/uni-list.vue similarity index 100% rename from uni_modules/uni-list/components/uni-list/uni-list.vue rename to src/uni_modules/uni-list/components/uni-list/uni-list.vue diff --git a/uni_modules/uni-list/components/uni-list/uni-refresh.vue b/src/uni_modules/uni-list/components/uni-list/uni-refresh.vue similarity index 100% rename from uni_modules/uni-list/components/uni-list/uni-refresh.vue rename to src/uni_modules/uni-list/components/uni-list/uni-refresh.vue diff --git a/uni_modules/uni-list/components/uni-list/uni-refresh.wxs b/src/uni_modules/uni-list/components/uni-list/uni-refresh.wxs similarity index 100% rename from uni_modules/uni-list/components/uni-list/uni-refresh.wxs rename to src/uni_modules/uni-list/components/uni-list/uni-refresh.wxs diff --git a/uni_modules/uni-list/package.json b/src/uni_modules/uni-list/package.json similarity index 100% rename from uni_modules/uni-list/package.json rename to src/uni_modules/uni-list/package.json diff --git a/uni_modules/uni-list/readme.md b/src/uni_modules/uni-list/readme.md similarity index 100% rename from uni_modules/uni-list/readme.md rename to src/uni_modules/uni-list/readme.md diff --git a/uni_modules/uni-load-more/changelog.md b/src/uni_modules/uni-load-more/changelog.md similarity index 100% rename from uni_modules/uni-load-more/changelog.md rename to src/uni_modules/uni-load-more/changelog.md diff --git a/uni_modules/uni-load-more/components/uni-load-more/i18n/en.json b/src/uni_modules/uni-load-more/components/uni-load-more/i18n/en.json similarity index 100% rename from uni_modules/uni-load-more/components/uni-load-more/i18n/en.json rename to src/uni_modules/uni-load-more/components/uni-load-more/i18n/en.json diff --git a/uni_modules/uni-load-more/components/uni-load-more/i18n/index.js b/src/uni_modules/uni-load-more/components/uni-load-more/i18n/index.js similarity index 100% rename from uni_modules/uni-load-more/components/uni-load-more/i18n/index.js rename to src/uni_modules/uni-load-more/components/uni-load-more/i18n/index.js diff --git a/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hans.json b/src/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hans.json similarity index 100% rename from uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hans.json rename to src/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hans.json diff --git a/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hant.json b/src/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hant.json similarity index 100% rename from uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hant.json rename to src/uni_modules/uni-load-more/components/uni-load-more/i18n/zh-Hant.json diff --git a/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue b/src/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue similarity index 100% rename from uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue rename to src/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue diff --git a/uni_modules/uni-load-more/package.json b/src/uni_modules/uni-load-more/package.json similarity index 100% rename from uni_modules/uni-load-more/package.json rename to src/uni_modules/uni-load-more/package.json diff --git a/uni_modules/uni-load-more/readme.md b/src/uni_modules/uni-load-more/readme.md similarity index 100% rename from uni_modules/uni-load-more/readme.md rename to src/uni_modules/uni-load-more/readme.md diff --git a/uni_modules/uni-nav-bar/changelog.md b/src/uni_modules/uni-nav-bar/changelog.md similarity index 100% rename from uni_modules/uni-nav-bar/changelog.md rename to src/uni_modules/uni-nav-bar/changelog.md diff --git a/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.vue b/src/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.vue similarity index 100% rename from uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.vue rename to src/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.vue diff --git a/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-status-bar.vue b/src/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-status-bar.vue similarity index 100% rename from uni_modules/uni-nav-bar/components/uni-nav-bar/uni-status-bar.vue rename to src/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-status-bar.vue diff --git a/uni_modules/uni-nav-bar/package.json b/src/uni_modules/uni-nav-bar/package.json similarity index 100% rename from uni_modules/uni-nav-bar/package.json rename to src/uni_modules/uni-nav-bar/package.json diff --git a/uni_modules/uni-nav-bar/readme.md b/src/uni_modules/uni-nav-bar/readme.md similarity index 100% rename from uni_modules/uni-nav-bar/readme.md rename to src/uni_modules/uni-nav-bar/readme.md diff --git a/uni_modules/uni-notice-bar/changelog.md b/src/uni_modules/uni-notice-bar/changelog.md similarity index 100% rename from uni_modules/uni-notice-bar/changelog.md rename to src/uni_modules/uni-notice-bar/changelog.md diff --git a/uni_modules/uni-notice-bar/components/uni-notice-bar/uni-notice-bar.vue b/src/uni_modules/uni-notice-bar/components/uni-notice-bar/uni-notice-bar.vue similarity index 100% rename from uni_modules/uni-notice-bar/components/uni-notice-bar/uni-notice-bar.vue rename to src/uni_modules/uni-notice-bar/components/uni-notice-bar/uni-notice-bar.vue diff --git a/uni_modules/uni-notice-bar/package.json b/src/uni_modules/uni-notice-bar/package.json similarity index 100% rename from uni_modules/uni-notice-bar/package.json rename to src/uni_modules/uni-notice-bar/package.json diff --git a/uni_modules/uni-notice-bar/readme.md b/src/uni_modules/uni-notice-bar/readme.md similarity index 100% rename from uni_modules/uni-notice-bar/readme.md rename to src/uni_modules/uni-notice-bar/readme.md diff --git a/uni_modules/uni-number-box/changelog.md b/src/uni_modules/uni-number-box/changelog.md similarity index 100% rename from uni_modules/uni-number-box/changelog.md rename to src/uni_modules/uni-number-box/changelog.md diff --git a/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue b/src/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue similarity index 100% rename from uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue rename to src/uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue diff --git a/uni_modules/uni-number-box/package.json b/src/uni_modules/uni-number-box/package.json similarity index 100% rename from uni_modules/uni-number-box/package.json rename to src/uni_modules/uni-number-box/package.json diff --git a/uni_modules/uni-number-box/readme.md b/src/uni_modules/uni-number-box/readme.md similarity index 100% rename from uni_modules/uni-number-box/readme.md rename to src/uni_modules/uni-number-box/readme.md diff --git a/uni_modules/uni-rate/changelog.md b/src/uni_modules/uni-rate/changelog.md similarity index 100% rename from uni_modules/uni-rate/changelog.md rename to src/uni_modules/uni-rate/changelog.md diff --git a/uni_modules/uni-rate/components/uni-rate/uni-rate.vue b/src/uni_modules/uni-rate/components/uni-rate/uni-rate.vue similarity index 100% rename from uni_modules/uni-rate/components/uni-rate/uni-rate.vue rename to src/uni_modules/uni-rate/components/uni-rate/uni-rate.vue diff --git a/uni_modules/uni-rate/package.json b/src/uni_modules/uni-rate/package.json similarity index 100% rename from uni_modules/uni-rate/package.json rename to src/uni_modules/uni-rate/package.json diff --git a/uni_modules/uni-rate/readme.md b/src/uni_modules/uni-rate/readme.md similarity index 100% rename from uni_modules/uni-rate/readme.md rename to src/uni_modules/uni-rate/readme.md diff --git a/uni_modules/uni-row/changelog.md b/src/uni_modules/uni-row/changelog.md similarity index 100% rename from uni_modules/uni-row/changelog.md rename to src/uni_modules/uni-row/changelog.md diff --git a/uni_modules/uni-row/components/uni-col/uni-col.vue b/src/uni_modules/uni-row/components/uni-col/uni-col.vue similarity index 100% rename from uni_modules/uni-row/components/uni-col/uni-col.vue rename to src/uni_modules/uni-row/components/uni-col/uni-col.vue diff --git a/uni_modules/uni-row/components/uni-row/uni-row.vue b/src/uni_modules/uni-row/components/uni-row/uni-row.vue similarity index 100% rename from uni_modules/uni-row/components/uni-row/uni-row.vue rename to src/uni_modules/uni-row/components/uni-row/uni-row.vue diff --git a/uni_modules/uni-row/package.json b/src/uni_modules/uni-row/package.json similarity index 100% rename from uni_modules/uni-row/package.json rename to src/uni_modules/uni-row/package.json diff --git a/uni_modules/uni-row/readme.md b/src/uni_modules/uni-row/readme.md similarity index 100% rename from uni_modules/uni-row/readme.md rename to src/uni_modules/uni-row/readme.md diff --git a/uni_modules/uni-scss/changelog.md b/src/uni_modules/uni-scss/changelog.md similarity index 100% rename from uni_modules/uni-scss/changelog.md rename to src/uni_modules/uni-scss/changelog.md diff --git a/uni_modules/uni-scss/index.scss b/src/uni_modules/uni-scss/index.scss similarity index 100% rename from uni_modules/uni-scss/index.scss rename to src/uni_modules/uni-scss/index.scss diff --git a/uni_modules/uni-scss/manifest.json b/src/uni_modules/uni-scss/manifest.json similarity index 100% rename from uni_modules/uni-scss/manifest.json rename to src/uni_modules/uni-scss/manifest.json diff --git a/uni_modules/uni-scss/package.json b/src/uni_modules/uni-scss/package.json similarity index 100% rename from uni_modules/uni-scss/package.json rename to src/uni_modules/uni-scss/package.json diff --git a/uni_modules/uni-scss/readme.md b/src/uni_modules/uni-scss/readme.md similarity index 100% rename from uni_modules/uni-scss/readme.md rename to src/uni_modules/uni-scss/readme.md diff --git a/uni_modules/uni-scss/styles/index.scss b/src/uni_modules/uni-scss/styles/index.scss similarity index 100% rename from uni_modules/uni-scss/styles/index.scss rename to src/uni_modules/uni-scss/styles/index.scss diff --git a/uni_modules/uni-scss/styles/setting/_border.scss b/src/uni_modules/uni-scss/styles/setting/_border.scss similarity index 100% rename from uni_modules/uni-scss/styles/setting/_border.scss rename to src/uni_modules/uni-scss/styles/setting/_border.scss diff --git a/uni_modules/uni-scss/styles/setting/_color.scss b/src/uni_modules/uni-scss/styles/setting/_color.scss similarity index 100% rename from uni_modules/uni-scss/styles/setting/_color.scss rename to src/uni_modules/uni-scss/styles/setting/_color.scss diff --git a/uni_modules/uni-scss/styles/setting/_radius.scss b/src/uni_modules/uni-scss/styles/setting/_radius.scss similarity index 100% rename from uni_modules/uni-scss/styles/setting/_radius.scss rename to src/uni_modules/uni-scss/styles/setting/_radius.scss diff --git a/uni_modules/uni-scss/styles/setting/_space.scss b/src/uni_modules/uni-scss/styles/setting/_space.scss similarity index 100% rename from uni_modules/uni-scss/styles/setting/_space.scss rename to src/uni_modules/uni-scss/styles/setting/_space.scss diff --git a/uni_modules/uni-scss/styles/setting/_styles.scss b/src/uni_modules/uni-scss/styles/setting/_styles.scss similarity index 100% rename from uni_modules/uni-scss/styles/setting/_styles.scss rename to src/uni_modules/uni-scss/styles/setting/_styles.scss diff --git a/uni_modules/uni-scss/styles/setting/_text.scss b/src/uni_modules/uni-scss/styles/setting/_text.scss similarity index 100% rename from uni_modules/uni-scss/styles/setting/_text.scss rename to src/uni_modules/uni-scss/styles/setting/_text.scss diff --git a/uni_modules/uni-scss/styles/setting/_variables.scss b/src/uni_modules/uni-scss/styles/setting/_variables.scss similarity index 100% rename from uni_modules/uni-scss/styles/setting/_variables.scss rename to src/uni_modules/uni-scss/styles/setting/_variables.scss diff --git a/uni_modules/uni-scss/styles/tools/functions.scss b/src/uni_modules/uni-scss/styles/tools/functions.scss similarity index 100% rename from uni_modules/uni-scss/styles/tools/functions.scss rename to src/uni_modules/uni-scss/styles/tools/functions.scss diff --git a/uni_modules/uni-scss/theme.scss b/src/uni_modules/uni-scss/theme.scss similarity index 100% rename from uni_modules/uni-scss/theme.scss rename to src/uni_modules/uni-scss/theme.scss diff --git a/uni_modules/uni-scss/variables.scss b/src/uni_modules/uni-scss/variables.scss similarity index 100% rename from uni_modules/uni-scss/variables.scss rename to src/uni_modules/uni-scss/variables.scss diff --git a/uni_modules/uni-search-bar/changelog.md b/src/uni_modules/uni-search-bar/changelog.md similarity index 100% rename from uni_modules/uni-search-bar/changelog.md rename to src/uni_modules/uni-search-bar/changelog.md diff --git a/uni_modules/uni-search-bar/components/uni-search-bar/i18n/en.json b/src/uni_modules/uni-search-bar/components/uni-search-bar/i18n/en.json similarity index 100% rename from uni_modules/uni-search-bar/components/uni-search-bar/i18n/en.json rename to src/uni_modules/uni-search-bar/components/uni-search-bar/i18n/en.json diff --git a/uni_modules/uni-search-bar/components/uni-search-bar/i18n/index.js b/src/uni_modules/uni-search-bar/components/uni-search-bar/i18n/index.js similarity index 100% rename from uni_modules/uni-search-bar/components/uni-search-bar/i18n/index.js rename to src/uni_modules/uni-search-bar/components/uni-search-bar/i18n/index.js diff --git a/uni_modules/uni-search-bar/components/uni-search-bar/i18n/zh-Hans.json b/src/uni_modules/uni-search-bar/components/uni-search-bar/i18n/zh-Hans.json similarity index 100% rename from uni_modules/uni-search-bar/components/uni-search-bar/i18n/zh-Hans.json rename to src/uni_modules/uni-search-bar/components/uni-search-bar/i18n/zh-Hans.json diff --git a/uni_modules/uni-search-bar/components/uni-search-bar/i18n/zh-Hant.json b/src/uni_modules/uni-search-bar/components/uni-search-bar/i18n/zh-Hant.json similarity index 100% rename from uni_modules/uni-search-bar/components/uni-search-bar/i18n/zh-Hant.json rename to src/uni_modules/uni-search-bar/components/uni-search-bar/i18n/zh-Hant.json diff --git a/uni_modules/uni-search-bar/components/uni-search-bar/uni-search-bar.vue b/src/uni_modules/uni-search-bar/components/uni-search-bar/uni-search-bar.vue similarity index 100% rename from uni_modules/uni-search-bar/components/uni-search-bar/uni-search-bar.vue rename to src/uni_modules/uni-search-bar/components/uni-search-bar/uni-search-bar.vue diff --git a/uni_modules/uni-search-bar/package.json b/src/uni_modules/uni-search-bar/package.json similarity index 100% rename from uni_modules/uni-search-bar/package.json rename to src/uni_modules/uni-search-bar/package.json diff --git a/uni_modules/uni-search-bar/readme.md b/src/uni_modules/uni-search-bar/readme.md similarity index 100% rename from uni_modules/uni-search-bar/readme.md rename to src/uni_modules/uni-search-bar/readme.md diff --git a/uni_modules/uni-segmented-control/changelog.md b/src/uni_modules/uni-segmented-control/changelog.md similarity index 100% rename from uni_modules/uni-segmented-control/changelog.md rename to src/uni_modules/uni-segmented-control/changelog.md diff --git a/uni_modules/uni-segmented-control/components/uni-segmented-control/uni-segmented-control.vue b/src/uni_modules/uni-segmented-control/components/uni-segmented-control/uni-segmented-control.vue similarity index 100% rename from uni_modules/uni-segmented-control/components/uni-segmented-control/uni-segmented-control.vue rename to src/uni_modules/uni-segmented-control/components/uni-segmented-control/uni-segmented-control.vue diff --git a/uni_modules/uni-segmented-control/package.json b/src/uni_modules/uni-segmented-control/package.json similarity index 100% rename from uni_modules/uni-segmented-control/package.json rename to src/uni_modules/uni-segmented-control/package.json diff --git a/uni_modules/uni-segmented-control/readme.md b/src/uni_modules/uni-segmented-control/readme.md similarity index 100% rename from uni_modules/uni-segmented-control/readme.md rename to src/uni_modules/uni-segmented-control/readme.md diff --git a/uni_modules/uni-steps/changelog.md b/src/uni_modules/uni-steps/changelog.md similarity index 100% rename from uni_modules/uni-steps/changelog.md rename to src/uni_modules/uni-steps/changelog.md diff --git a/uni_modules/uni-steps/components/uni-steps/uni-steps.vue b/src/uni_modules/uni-steps/components/uni-steps/uni-steps.vue similarity index 100% rename from uni_modules/uni-steps/components/uni-steps/uni-steps.vue rename to src/uni_modules/uni-steps/components/uni-steps/uni-steps.vue diff --git a/uni_modules/uni-steps/package.json b/src/uni_modules/uni-steps/package.json similarity index 100% rename from uni_modules/uni-steps/package.json rename to src/uni_modules/uni-steps/package.json diff --git a/uni_modules/uni-steps/readme.md b/src/uni_modules/uni-steps/readme.md similarity index 100% rename from uni_modules/uni-steps/readme.md rename to src/uni_modules/uni-steps/readme.md diff --git a/uni_modules/uni-swiper-dot/changelog.md b/src/uni_modules/uni-swiper-dot/changelog.md similarity index 100% rename from uni_modules/uni-swiper-dot/changelog.md rename to src/uni_modules/uni-swiper-dot/changelog.md diff --git a/uni_modules/uni-swiper-dot/components/uni-swiper-dot/uni-swiper-dot.vue b/src/uni_modules/uni-swiper-dot/components/uni-swiper-dot/uni-swiper-dot.vue similarity index 100% rename from uni_modules/uni-swiper-dot/components/uni-swiper-dot/uni-swiper-dot.vue rename to src/uni_modules/uni-swiper-dot/components/uni-swiper-dot/uni-swiper-dot.vue diff --git a/uni_modules/uni-swiper-dot/package.json b/src/uni_modules/uni-swiper-dot/package.json similarity index 100% rename from uni_modules/uni-swiper-dot/package.json rename to src/uni_modules/uni-swiper-dot/package.json diff --git a/uni_modules/uni-swiper-dot/readme.md b/src/uni_modules/uni-swiper-dot/readme.md similarity index 100% rename from uni_modules/uni-swiper-dot/readme.md rename to src/uni_modules/uni-swiper-dot/readme.md diff --git a/uni_modules/uni-tag/changelog.md b/src/uni_modules/uni-tag/changelog.md similarity index 100% rename from uni_modules/uni-tag/changelog.md rename to src/uni_modules/uni-tag/changelog.md diff --git a/uni_modules/uni-tag/components/uni-tag/uni-tag.vue b/src/uni_modules/uni-tag/components/uni-tag/uni-tag.vue similarity index 100% rename from uni_modules/uni-tag/components/uni-tag/uni-tag.vue rename to src/uni_modules/uni-tag/components/uni-tag/uni-tag.vue diff --git a/uni_modules/uni-tag/package.json b/src/uni_modules/uni-tag/package.json similarity index 100% rename from uni_modules/uni-tag/package.json rename to src/uni_modules/uni-tag/package.json diff --git a/uni_modules/uni-tag/readme.md b/src/uni_modules/uni-tag/readme.md similarity index 100% rename from uni_modules/uni-tag/readme.md rename to src/uni_modules/uni-tag/readme.md diff --git a/uni_modules/uni-title/changelog.md b/src/uni_modules/uni-title/changelog.md similarity index 100% rename from uni_modules/uni-title/changelog.md rename to src/uni_modules/uni-title/changelog.md diff --git a/uni_modules/uni-title/components/uni-title/uni-title.vue b/src/uni_modules/uni-title/components/uni-title/uni-title.vue similarity index 100% rename from uni_modules/uni-title/components/uni-title/uni-title.vue rename to src/uni_modules/uni-title/components/uni-title/uni-title.vue diff --git a/uni_modules/uni-title/package.json b/src/uni_modules/uni-title/package.json similarity index 100% rename from uni_modules/uni-title/package.json rename to src/uni_modules/uni-title/package.json diff --git a/uni_modules/uni-title/readme.md b/src/uni_modules/uni-title/readme.md similarity index 100% rename from uni_modules/uni-title/readme.md rename to src/uni_modules/uni-title/readme.md diff --git a/uni_modules/uni-tooltip/changelog.md b/src/uni_modules/uni-tooltip/changelog.md similarity index 100% rename from uni_modules/uni-tooltip/changelog.md rename to src/uni_modules/uni-tooltip/changelog.md diff --git a/uni_modules/uni-tooltip/components/uni-tooltip/uni-tooltip.vue b/src/uni_modules/uni-tooltip/components/uni-tooltip/uni-tooltip.vue similarity index 100% rename from uni_modules/uni-tooltip/components/uni-tooltip/uni-tooltip.vue rename to src/uni_modules/uni-tooltip/components/uni-tooltip/uni-tooltip.vue diff --git a/uni_modules/uni-tooltip/package.json b/src/uni_modules/uni-tooltip/package.json similarity index 100% rename from uni_modules/uni-tooltip/package.json rename to src/uni_modules/uni-tooltip/package.json diff --git a/uni_modules/uni-tooltip/readme.md b/src/uni_modules/uni-tooltip/readme.md similarity index 100% rename from uni_modules/uni-tooltip/readme.md rename to src/uni_modules/uni-tooltip/readme.md diff --git a/uni_modules/uni-transition/changelog.md b/src/uni_modules/uni-transition/changelog.md similarity index 100% rename from uni_modules/uni-transition/changelog.md rename to src/uni_modules/uni-transition/changelog.md diff --git a/uni_modules/uni-transition/components/uni-transition/createAnimation.js b/src/uni_modules/uni-transition/components/uni-transition/createAnimation.js similarity index 100% rename from uni_modules/uni-transition/components/uni-transition/createAnimation.js rename to src/uni_modules/uni-transition/components/uni-transition/createAnimation.js diff --git a/uni_modules/uni-transition/components/uni-transition/uni-transition.vue b/src/uni_modules/uni-transition/components/uni-transition/uni-transition.vue similarity index 100% rename from uni_modules/uni-transition/components/uni-transition/uni-transition.vue rename to src/uni_modules/uni-transition/components/uni-transition/uni-transition.vue diff --git a/uni_modules/uni-transition/package.json b/src/uni_modules/uni-transition/package.json similarity index 100% rename from uni_modules/uni-transition/package.json rename to src/uni_modules/uni-transition/package.json diff --git a/uni_modules/uni-transition/readme.md b/src/uni_modules/uni-transition/readme.md similarity index 100% rename from uni_modules/uni-transition/readme.md rename to src/uni_modules/uni-transition/readme.md diff --git a/uni_modules/z-paging/changelog.md b/src/uni_modules/z-paging/changelog.md similarity index 100% rename from uni_modules/z-paging/changelog.md rename to src/uni_modules/z-paging/changelog.md diff --git a/uni_modules/z-paging/components/z-paging-cell/z-paging-cell.vue b/src/uni_modules/z-paging/components/z-paging-cell/z-paging-cell.vue similarity index 100% rename from uni_modules/z-paging/components/z-paging-cell/z-paging-cell.vue rename to src/uni_modules/z-paging/components/z-paging-cell/z-paging-cell.vue diff --git a/uni_modules/z-paging/components/z-paging-empty-view/z-paging-empty-view.vue b/src/uni_modules/z-paging/components/z-paging-empty-view/z-paging-empty-view.vue similarity index 100% rename from uni_modules/z-paging/components/z-paging-empty-view/z-paging-empty-view.vue rename to src/uni_modules/z-paging/components/z-paging-empty-view/z-paging-empty-view.vue diff --git a/uni_modules/z-paging/components/z-paging-swiper-item/z-paging-swiper-item.vue b/src/uni_modules/z-paging/components/z-paging-swiper-item/z-paging-swiper-item.vue similarity index 100% rename from uni_modules/z-paging/components/z-paging-swiper-item/z-paging-swiper-item.vue rename to src/uni_modules/z-paging/components/z-paging-swiper-item/z-paging-swiper-item.vue diff --git a/uni_modules/z-paging/components/z-paging-swiper/z-paging-swiper.vue b/src/uni_modules/z-paging/components/z-paging-swiper/z-paging-swiper.vue similarity index 100% rename from uni_modules/z-paging/components/z-paging-swiper/z-paging-swiper.vue rename to src/uni_modules/z-paging/components/z-paging-swiper/z-paging-swiper.vue diff --git a/uni_modules/z-paging/components/z-paging/components/z-paging-load-more.vue b/src/uni_modules/z-paging/components/z-paging/components/z-paging-load-more.vue similarity index 100% rename from uni_modules/z-paging/components/z-paging/components/z-paging-load-more.vue rename to src/uni_modules/z-paging/components/z-paging/components/z-paging-load-more.vue diff --git a/uni_modules/z-paging/components/z-paging/components/z-paging-refresh.vue b/src/uni_modules/z-paging/components/z-paging/components/z-paging-refresh.vue similarity index 100% rename from uni_modules/z-paging/components/z-paging/components/z-paging-refresh.vue rename to src/uni_modules/z-paging/components/z-paging/components/z-paging-refresh.vue diff --git a/uni_modules/z-paging/components/z-paging/config/index.js b/src/uni_modules/z-paging/components/z-paging/config/index.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/config/index.js rename to src/uni_modules/z-paging/components/z-paging/config/index.js diff --git a/uni_modules/z-paging/components/z-paging/css/z-paging-main.css b/src/uni_modules/z-paging/components/z-paging/css/z-paging-main.css similarity index 100% rename from uni_modules/z-paging/components/z-paging/css/z-paging-main.css rename to src/uni_modules/z-paging/components/z-paging/css/z-paging-main.css diff --git a/uni_modules/z-paging/components/z-paging/css/z-paging-static.css b/src/uni_modules/z-paging/components/z-paging/css/z-paging-static.css similarity index 100% rename from uni_modules/z-paging/components/z-paging/css/z-paging-static.css rename to src/uni_modules/z-paging/components/z-paging/css/z-paging-static.css diff --git a/uni_modules/z-paging/components/z-paging/i18n/en.json b/src/uni_modules/z-paging/components/z-paging/i18n/en.json similarity index 100% rename from uni_modules/z-paging/components/z-paging/i18n/en.json rename to src/uni_modules/z-paging/components/z-paging/i18n/en.json diff --git a/uni_modules/z-paging/components/z-paging/i18n/index.js b/src/uni_modules/z-paging/components/z-paging/i18n/index.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/i18n/index.js rename to src/uni_modules/z-paging/components/z-paging/i18n/index.js diff --git a/uni_modules/z-paging/components/z-paging/i18n/zh-Hans.json b/src/uni_modules/z-paging/components/z-paging/i18n/zh-Hans.json similarity index 100% rename from uni_modules/z-paging/components/z-paging/i18n/zh-Hans.json rename to src/uni_modules/z-paging/components/z-paging/i18n/zh-Hans.json diff --git a/uni_modules/z-paging/components/z-paging/i18n/zh-Hant.json b/src/uni_modules/z-paging/components/z-paging/i18n/zh-Hant.json similarity index 100% rename from uni_modules/z-paging/components/z-paging/i18n/zh-Hant.json rename to src/uni_modules/z-paging/components/z-paging/i18n/zh-Hant.json diff --git a/uni_modules/z-paging/components/z-paging/js/hooks/useZPaging.js b/src/uni_modules/z-paging/components/z-paging/js/hooks/useZPaging.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/js/hooks/useZPaging.js rename to src/uni_modules/z-paging/components/z-paging/js/hooks/useZPaging.js diff --git a/uni_modules/z-paging/components/z-paging/js/hooks/useZPagingComp.js b/src/uni_modules/z-paging/components/z-paging/js/hooks/useZPagingComp.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/js/hooks/useZPagingComp.js rename to src/uni_modules/z-paging/components/z-paging/js/hooks/useZPagingComp.js diff --git a/uni_modules/z-paging/components/z-paging/js/modules/back-to-top.js b/src/uni_modules/z-paging/components/z-paging/js/modules/back-to-top.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/js/modules/back-to-top.js rename to src/uni_modules/z-paging/components/z-paging/js/modules/back-to-top.js diff --git a/uni_modules/z-paging/components/z-paging/js/modules/chat-record-mode.js b/src/uni_modules/z-paging/components/z-paging/js/modules/chat-record-mode.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/js/modules/chat-record-mode.js rename to src/uni_modules/z-paging/components/z-paging/js/modules/chat-record-mode.js diff --git a/uni_modules/z-paging/components/z-paging/js/modules/common-layout.js b/src/uni_modules/z-paging/components/z-paging/js/modules/common-layout.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/js/modules/common-layout.js rename to src/uni_modules/z-paging/components/z-paging/js/modules/common-layout.js diff --git a/uni_modules/z-paging/components/z-paging/js/modules/data-handle.js b/src/uni_modules/z-paging/components/z-paging/js/modules/data-handle.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/js/modules/data-handle.js rename to src/uni_modules/z-paging/components/z-paging/js/modules/data-handle.js diff --git a/uni_modules/z-paging/components/z-paging/js/modules/empty.js b/src/uni_modules/z-paging/components/z-paging/js/modules/empty.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/js/modules/empty.js rename to src/uni_modules/z-paging/components/z-paging/js/modules/empty.js diff --git a/uni_modules/z-paging/components/z-paging/js/modules/i18n.js b/src/uni_modules/z-paging/components/z-paging/js/modules/i18n.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/js/modules/i18n.js rename to src/uni_modules/z-paging/components/z-paging/js/modules/i18n.js diff --git a/uni_modules/z-paging/components/z-paging/js/modules/load-more.js b/src/uni_modules/z-paging/components/z-paging/js/modules/load-more.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/js/modules/load-more.js rename to src/uni_modules/z-paging/components/z-paging/js/modules/load-more.js diff --git a/uni_modules/z-paging/components/z-paging/js/modules/loading.js b/src/uni_modules/z-paging/components/z-paging/js/modules/loading.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/js/modules/loading.js rename to src/uni_modules/z-paging/components/z-paging/js/modules/loading.js diff --git a/uni_modules/z-paging/components/z-paging/js/modules/nvue.js b/src/uni_modules/z-paging/components/z-paging/js/modules/nvue.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/js/modules/nvue.js rename to src/uni_modules/z-paging/components/z-paging/js/modules/nvue.js diff --git a/uni_modules/z-paging/components/z-paging/js/modules/refresher.js b/src/uni_modules/z-paging/components/z-paging/js/modules/refresher.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/js/modules/refresher.js rename to src/uni_modules/z-paging/components/z-paging/js/modules/refresher.js diff --git a/uni_modules/z-paging/components/z-paging/js/modules/scroller.js b/src/uni_modules/z-paging/components/z-paging/js/modules/scroller.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/js/modules/scroller.js rename to src/uni_modules/z-paging/components/z-paging/js/modules/scroller.js diff --git a/uni_modules/z-paging/components/z-paging/js/modules/virtual-list.js b/src/uni_modules/z-paging/components/z-paging/js/modules/virtual-list.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/js/modules/virtual-list.js rename to src/uni_modules/z-paging/components/z-paging/js/modules/virtual-list.js diff --git a/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js b/src/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/js/z-paging-constant.js rename to src/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js diff --git a/uni_modules/z-paging/components/z-paging/js/z-paging-enum.js b/src/uni_modules/z-paging/components/z-paging/js/z-paging-enum.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/js/z-paging-enum.js rename to src/uni_modules/z-paging/components/z-paging/js/z-paging-enum.js diff --git a/uni_modules/z-paging/components/z-paging/js/z-paging-interceptor.js b/src/uni_modules/z-paging/components/z-paging/js/z-paging-interceptor.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/js/z-paging-interceptor.js rename to src/uni_modules/z-paging/components/z-paging/js/z-paging-interceptor.js diff --git a/uni_modules/z-paging/components/z-paging/js/z-paging-main.js b/src/uni_modules/z-paging/components/z-paging/js/z-paging-main.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/js/z-paging-main.js rename to src/uni_modules/z-paging/components/z-paging/js/z-paging-main.js diff --git a/uni_modules/z-paging/components/z-paging/js/z-paging-mixin.js b/src/uni_modules/z-paging/components/z-paging/js/z-paging-mixin.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/js/z-paging-mixin.js rename to src/uni_modules/z-paging/components/z-paging/js/z-paging-mixin.js diff --git a/uni_modules/z-paging/components/z-paging/js/z-paging-static.js b/src/uni_modules/z-paging/components/z-paging/js/z-paging-static.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/js/z-paging-static.js rename to src/uni_modules/z-paging/components/z-paging/js/z-paging-static.js diff --git a/uni_modules/z-paging/components/z-paging/js/z-paging-utils.js b/src/uni_modules/z-paging/components/z-paging/js/z-paging-utils.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/js/z-paging-utils.js rename to src/uni_modules/z-paging/components/z-paging/js/z-paging-utils.js diff --git a/uni_modules/z-paging/components/z-paging/wxs/z-paging-renderjs.js b/src/uni_modules/z-paging/components/z-paging/wxs/z-paging-renderjs.js similarity index 100% rename from uni_modules/z-paging/components/z-paging/wxs/z-paging-renderjs.js rename to src/uni_modules/z-paging/components/z-paging/wxs/z-paging-renderjs.js diff --git a/uni_modules/z-paging/components/z-paging/wxs/z-paging-wxs.wxs b/src/uni_modules/z-paging/components/z-paging/wxs/z-paging-wxs.wxs similarity index 100% rename from uni_modules/z-paging/components/z-paging/wxs/z-paging-wxs.wxs rename to src/uni_modules/z-paging/components/z-paging/wxs/z-paging-wxs.wxs diff --git a/uni_modules/z-paging/components/z-paging/z-paging.vue b/src/uni_modules/z-paging/components/z-paging/z-paging.vue similarity index 100% rename from uni_modules/z-paging/components/z-paging/z-paging.vue rename to src/uni_modules/z-paging/components/z-paging/z-paging.vue diff --git a/uni_modules/z-paging/global.d.ts b/src/uni_modules/z-paging/global.d.ts similarity index 100% rename from uni_modules/z-paging/global.d.ts rename to src/uni_modules/z-paging/global.d.ts diff --git a/uni_modules/z-paging/package.json b/src/uni_modules/z-paging/package.json similarity index 100% rename from uni_modules/z-paging/package.json rename to src/uni_modules/z-paging/package.json diff --git a/uni_modules/z-paging/readme.md b/src/uni_modules/z-paging/readme.md similarity index 100% rename from uni_modules/z-paging/readme.md rename to src/uni_modules/z-paging/readme.md diff --git a/vite.config.js b/vite.config.js index 40016f4f..7453d210 100644 --- a/vite.config.js +++ b/vite.config.js @@ -2,8 +2,8 @@ import { loadEnv } from 'vite'; import uni from '@dcloudio/vite-plugin-uni'; import path from 'path'; // import viteCompression from 'vite-plugin-compression'; -import uniReadPagesV3Plugin from './sheep/router/utils/uni-read-pages-v3'; -import mpliveMainfestPlugin from './sheep/libs/mplive-manifest-plugin'; +import uniReadPagesV3Plugin from './src/sheep/router/utils/uni-read-pages-v3'; +import mpliveMainfestPlugin from './src/sheep/libs/mplive-manifest-plugin'; // https://vitejs.dev/config/ @@ -17,7 +17,7 @@ export default (command, mode) => { // verbose: false // }), uniReadPagesV3Plugin({ - pagesJsonDir: path.resolve(__dirname, './pages.json'), + pagesJsonDir: path.resolve(__dirname, './src/pages.json'), includes: ['path', 'aliasPath', 'name', 'meta'], }), mpliveMainfestPlugin(env.SHOPRO_MPLIVE_ON) -- Gitee