@10yun/cv-mobile-ui 0.5.56 → 0.5.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/config-ucharts.js +605 -605
- package/{ui-sdks → other}/qiun-data-charts/package.json +2 -1
- package/other/qiun-data-charts_2.5.0-20230101_example/App.vue +20 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/common/uni-icons.css +542 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/common/uni.css +246 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/components/qiun-title-bar/qiun-title-bar.vue +51 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/components/test-charts/test-charts.vue +48 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/main.js +13 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/manifest.json +75 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/mockdata/demodata.json +448 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/mockdata/mapdata.json +1 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/canvas/canvas.vue +142 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/echarts/echarts.vue +228 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/format-e/format-e.vue +113 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/format-u/format-u.vue +110 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/index/index.vue +58 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/layout/layout.vue +174 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/other/other.vue +233 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/tab/tab.vue +115 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/ucharts/ucharts.vue +339 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/unicloud/unicloud.vue +117 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages/updata/updata.vue +212 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/pages.json +79 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/static/logo.png +0 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/uni.scss +76 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/uniCloud-aliyun/database/db_init.json +455 -0
- package/other/qiun-data-charts_2.5.0-20230101_example/uniCloud-aliyun/database/qiun-charts-demo.schema.json +76 -0
- package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate0.vue +2 -1
- package/other/{u-parse-2019 → u-parse}/libs/html2json.js +2 -2
- package/other/{uParse → u-parse}/libs/wxDiscode.js +1 -1
- package/other/u-parse/readme.md +102 -0
- package/other/{u-parse-2019 → u-parse}/u-parse.vue +1 -6
- package/other/u-parse2026/libs/html2json.js +2 -2
- package/other/u-parse2026/libs/wxDiscode.js +1 -1
- package/other/u-parse2026/u-parse.css +1 -0
- package/other/u-parse2026/u-parse.vue +1 -3
- package/other/uParse2/components/wxParseAudio.vue +1 -0
- package/other/{uParse → uParse2}/components/wxParseImg.vue +4 -4
- package/other/{uParse → uParse2}/components/wxParseTable.vue +15 -6
- package/other/{uParse → uParse2}/components/wxParseTemplate0.vue +7 -6
- package/other/{uParse → uParse2}/components/wxParseTemplate1.vue +10 -0
- package/other/{uParse → uParse2}/libs/html2json.js +2 -2
- package/other/{u-parse-2019 → uParse2}/libs/wxDiscode.js +1 -1
- package/other/{uParse/wxParse.css → uParse2/u-parse.css} +4 -4
- package/other/{uParse/wxParse.vue → uParse2/u-parse.vue} +18 -11
- package/other/uParse2/u-parse2.css +264 -0
- package/package.json +1 -1
- package/ui-cv/components/cv-dialog-bottom/cv-dialog-bottom.vue +35 -58
- package/ui-cv/components/cv-dialog-full/cv-dialog-full.vue +55 -62
- package/ui-cv/components/cv-dialog-share/cv-dialog-share.vue +7 -7
- package/ui-cv/components/cv-dialog-share/share.vue +1 -10
- package/ui-cv/components/cv-dialog-share/tui-share.vue +2 -2
- package/ui-cv/components/cv-filter-hm/cv-filter-hm.vue +8 -6
- package/ui-cv/components/cv-geo-local/cv-geo-local.vue +1 -1
- package/ui-cv/components/cv-icons/cv-icons.vue +29 -62
- package/ui-cv/components/cv-icons/iconfont/font-default-icons.js +127 -131
- package/ui-cv/components/cv-input-password/cv-input-password.vue +1 -1
- package/ui-cv/components/cv-mask-svg/cv-mask-svg.vue +1 -1
- package/ui-cv/components/cv-mask-svg/mixins.js +16 -12
- package/ui-cv/components/cv-upload-image/cv-upload-image.vue +4 -4
- package/ui-cv/components/cv-upload-image/demo.vue +1 -1
- package/ui-fireui/components/u-share-model/u-share-model.vue +1 -1
- package/ui-fireui/components/u-uploadsamll/u-uploadsamll.vue +1 -1
- package/uview-plus/components/u-button/props-old.js +159 -0
- package/uview-plus/components/u-button/props.js +7 -0
- package/uview-plus/components/u-button/u-button-old.vue +476 -0
- package/uview-plus/components/u-button/u-button-wu.vue +13 -10
- package/uview-plus/components/u-button/u-button.vue +47 -14
- package/uview-plus/components/u-form/form.js +13 -12
- package/uview-plus/components/u-parse/README.md +192 -0
- package/uview-plus/components/u-parse/changelog.md +163 -0
- package/uview-plus/components/u-parse/node/node.vue +37 -3
- package/{uni-ui/lib/uni-breadcrumb → uview-plus/components/u-parse}/package.json +24 -29
- package/uview-plus/components/u-parse/parser.js +8 -3
- package/uview-plus/components/u-parse/static/app-plus/up-parse/js/handler.js +1 -0
- package/uview-plus/components/u-parse/static/app-plus/up-parse/local-2.5.2.html +29 -0
- package/uview-plus/components/u-parse/u-parse.vue +29 -1
- package/uview-plus/components/u-upload/file.js +186 -0
- package/uview-plus/components/u-upload/props-old.js +176 -0
- package/uview-plus/components/u-upload/props.js +12 -0
- package/uview-plus/components/u-upload/u-upload.vue +100 -15
- package/uview-plus/components/u-upload/u-upload2.vue +854 -0
- package/uview-plus/libs/mixin/openType.js +35 -0
- package/other/lime-painter2/README2.md +0 -576
- package/other/lime-painter2/changelog.md +0 -225
- package/other/lime-painter2/package.json +0 -93
- package/other/lime-painter2/readme.md +0 -758
- package/other/lime-painter2/test.md +0 -45
- package/other/qiun-data-charts/qiun-data-charts.vue +0 -1618
- package/other/u-parse-2019/readme.md +0 -99
- package/other/uParse/components/style.css +0 -1
- package/other/uParse/components/wxParseAudio.vue +0 -1
- package/other/xt-parse/changelog.md +0 -41
- package/other/xt-parse/node/node.vue +0 -752
- package/other/xt-parse/package.json +0 -129
- package/other/xt-parse/parser.js +0 -1461
- package/other/xt-parse/props.js +0 -49
- package/other/xt-parse/readme.md +0 -145
- package/other/xt-parse/static/app-plus/u-parse/js/handler.js +0 -1
- package/other/xt-parse/u-parse.vue +0 -510
- package/plugins/luch-request/adapters/index.js +0 -131
- package/plugins/luch-request/core/InterceptorManager.js +0 -50
- package/plugins/luch-request/core/Request.js +0 -199
- package/plugins/luch-request/core/buildFullPath.js +0 -20
- package/plugins/luch-request/core/defaults.js +0 -32
- package/plugins/luch-request/core/dispatchRequest.js +0 -5
- package/plugins/luch-request/core/mergeConfig.js +0 -125
- package/plugins/luch-request/core/settle.js +0 -16
- package/plugins/luch-request/helpers/buildURL.js +0 -71
- package/plugins/luch-request/helpers/combineURLs.js +0 -12
- package/plugins/luch-request/helpers/isAbsoluteURL.js +0 -14
- package/plugins/luch-request/index.d.ts +0 -197
- package/plugins/luch-request/index.js +0 -2
- package/plugins/luch-request/readme.md +0 -3
- package/plugins/luch-request/utils/clone.js +0 -260
- package/plugins/luch-request/utils.js +0 -131
- package/ui-cv/components/cv-cell-row/cv-cell-row.vue +0 -220
- package/ui-cv/components/cv-dialog-share/uni-popup-share.vue +0 -139
- package/ui-cv/components/cv-icons/iconfont/font-action-icons.js +0 -73
- package/ui-cv/components/cv-icons/iconfont/font-action.css +0 -7
- package/ui-cv/components/cv-icons/iconfont/font-action.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-arrow-icons.js +0 -47
- package/ui-cv/components/cv-icons/iconfont/font-arrow.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-arrow.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-base-icons.js +0 -92
- package/ui-cv/components/cv-icons/iconfont/font-base.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-base.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-mall-icons.js +0 -35
- package/ui-cv/components/cv-icons/iconfont/font-mall.css +0 -7
- package/ui-cv/components/cv-icons/iconfont/font-mall.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-media-icons.js +0 -45
- package/ui-cv/components/cv-icons/iconfont/font-media.css +0 -7
- package/ui-cv/components/cv-icons/iconfont/font-media.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-order-icons.js +0 -34
- package/ui-cv/components/cv-icons/iconfont/font-order.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-order.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-people-icons.js +0 -49
- package/ui-cv/components/cv-icons/iconfont/font-people.css +0 -7
- package/ui-cv/components/cv-icons/iconfont/font-people.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-status-icons.js +0 -34
- package/ui-cv/components/cv-icons/iconfont/font-status.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-status.js +0 -5
- package/ui-cv/components/cv-icons/iconfont/font-wallet-icons.js +0 -17
- package/ui-cv/components/cv-icons/iconfont/font-wallet.css +0 -6
- package/ui-cv/components/cv-icons/iconfont/font-wallet.js +0 -5
- package/ui-cv/components/cv-icons/icons/default-icons.js +0 -132
- package/ui-cv/components/cv-icons/icons/icons-action.js +0 -72
- package/ui-cv/components/cv-icons/icons/icons-arrow.js +0 -46
- package/ui-cv/components/cv-icons/icons/icons-base.js +0 -89
- package/ui-cv/components/cv-icons/icons/icons-mall.js +0 -34
- package/ui-cv/components/cv-icons/icons/icons-media.js +0 -44
- package/ui-cv/components/cv-icons/icons/icons-order.js +0 -33
- package/ui-cv/components/cv-icons/icons/icons-people.js +0 -46
- package/ui-cv/components/cv-icons/icons/icons-status.js +0 -32
- package/ui-cv/components/cv-icons/icons/icons-wallet.js +0 -15
- package/ui-sdks/sdk-app-update/img/logo.png +0 -0
- package/ui-sdks/sdk-app-update/img/update_bg.png +0 -0
- package/ui-sdks/sdk-app-update/img/update_bg_top.png +0 -0
- package/ui-sdks/sdk-app-update/sdk-app-update.vue +0 -396
- package/ui-sdks/sdk-app-update/xxxx +0 -62
- package/ui-sdks/sdk-privacy-policy/sdk-privacy-policy.vue +0 -113
- package/ui-sdks/sdk-u-charts/config-echarts.js +0 -420
- package/ui-sdks/sdk-u-charts/config-ucharts.js +0 -630
- package/ui-sdks/sdk-u-charts/u-charts.js +0 -7398
- package/ui-sdks/sdk-u-charts/u-charts.min.js +0 -1
- package/ui-sdks/sdk-webview-main/WebViewMain.vue +0 -1
- package/ui-sdks/sdk-webview-main/main.js +0 -0
- package/ui-sdks/sdk-webview-main/mixin.js +0 -0
- package/uni-ui/lib/uni-badge/changelog.md +0 -33
- package/uni-ui/lib/uni-badge/package.json +0 -107
- package/uni-ui/lib/uni-badge/readme.md +0 -8
- package/uni-ui/lib/uni-breadcrumb/changelog.md +0 -6
- package/uni-ui/lib/uni-breadcrumb/readme.md +0 -66
- package/uni-ui/lib/uni-calendar/changelog.md +0 -30
- package/uni-ui/lib/uni-calendar/package.json +0 -105
- package/uni-ui/lib/uni-calendar/readme.md +0 -103
- package/uni-ui/lib/uni-card/changelog.md +0 -26
- package/uni-ui/lib/uni-card/package.json +0 -107
- package/uni-ui/lib/uni-card/readme.md +0 -10
- package/uni-ui/lib/uni-collapse/changelog.md +0 -48
- package/uni-ui/lib/uni-collapse/package.json +0 -106
- package/uni-ui/lib/uni-collapse/readme.md +0 -11
- package/uni-ui/lib/uni-combox/changelog.md +0 -17
- package/uni-ui/lib/uni-combox/package.json +0 -107
- package/uni-ui/lib/uni-combox/readme.md +0 -10
- package/uni-ui/lib/uni-countdown/changelog.md +0 -30
- package/uni-ui/lib/uni-countdown/package.json +0 -105
- package/uni-ui/lib/uni-countdown/readme.md +0 -9
- package/uni-ui/lib/uni-data-checkbox/changelog.md +0 -51
- package/uni-ui/lib/uni-data-checkbox/package.json +0 -107
- package/uni-ui/lib/uni-data-checkbox/readme.md +0 -17
- package/uni-ui/lib/uni-data-picker/changelog.md +0 -81
- package/uni-ui/lib/uni-data-picker/package.json +0 -109
- package/uni-ui/lib/uni-data-picker/readme.md +0 -21
- package/uni-ui/lib/uni-data-select/changelog.md +0 -51
- package/uni-ui/lib/uni-data-select/package.json +0 -106
- package/uni-ui/lib/uni-data-select/readme.md +0 -7
- package/uni-ui/lib/uni-dateformat/changelog.md +0 -10
- package/uni-ui/lib/uni-dateformat/package.json +0 -107
- package/uni-ui/lib/uni-dateformat/readme.md +0 -10
- package/uni-ui/lib/uni-datetime-picker/changelog.md +0 -177
- package/uni-ui/lib/uni-datetime-picker/package.json +0 -107
- package/uni-ui/lib/uni-datetime-picker/readme.md +0 -20
- package/uni-ui/lib/uni-drawer/changelog.md +0 -13
- package/uni-ui/lib/uni-drawer/package.json +0 -106
- package/uni-ui/lib/uni-drawer/readme.md +0 -9
- package/uni-ui/lib/uni-easyinput/changelog.md +0 -121
- package/uni-ui/lib/uni-easyinput/package.json +0 -107
- package/uni-ui/lib/uni-easyinput/readme.md +0 -10
- package/uni-ui/lib/uni-fab/changelog.md +0 -25
- package/uni-ui/lib/uni-fab/package.json +0 -107
- package/uni-ui/lib/uni-fab/readme.md +0 -8
- package/uni-ui/lib/uni-fav/changelog.md +0 -19
- package/uni-ui/lib/uni-fav/package.json +0 -106
- package/uni-ui/lib/uni-fav/readme.md +0 -9
- package/uni-ui/lib/uni-file-picker/changelog.md +0 -91
- package/uni-ui/lib/uni-file-picker/package.json +0 -105
- package/uni-ui/lib/uni-file-picker/readme.md +0 -10
- package/uni-ui/lib/uni-forms/changelog.md +0 -100
- package/uni-ui/lib/uni-forms/package.json +0 -107
- package/uni-ui/lib/uni-forms/readme.md +0 -22
- package/uni-ui/lib/uni-goods-nav/changelog.md +0 -18
- package/uni-ui/lib/uni-goods-nav/package.json +0 -105
- package/uni-ui/lib/uni-goods-nav/readme.md +0 -9
- package/uni-ui/lib/uni-grid/changelog.md +0 -13
- package/uni-ui/lib/uni-grid/package.json +0 -106
- package/uni-ui/lib/uni-grid/readme.md +0 -10
- package/uni-ui/lib/uni-group/changelog.md +0 -16
- package/uni-ui/lib/uni-group/package.json +0 -106
- package/uni-ui/lib/uni-group/readme.md +0 -8
- package/uni-ui/lib/uni-icons/changelog.md +0 -44
- package/uni-ui/lib/uni-icons/package.json +0 -111
- package/uni-ui/lib/uni-icons/readme.md +0 -7
- package/uni-ui/lib/uni-indexed-list/changelog.md +0 -19
- package/uni-ui/lib/uni-indexed-list/package.json +0 -107
- package/uni-ui/lib/uni-indexed-list/readme.md +0 -10
- package/uni-ui/lib/uni-link/changelog.md +0 -17
- package/uni-ui/lib/uni-link/package.json +0 -106
- package/uni-ui/lib/uni-link/readme.md +0 -10
- package/uni-ui/lib/uni-list/changelog.md +0 -52
- package/uni-ui/lib/uni-list/package.json +0 -108
- package/uni-ui/lib/uni-list/readme.md +0 -44
- package/uni-ui/lib/uni-load-more/changelog.md +0 -27
- package/uni-ui/lib/uni-load-more/package.json +0 -105
- package/uni-ui/lib/uni-load-more/readme.md +0 -12
- package/uni-ui/lib/uni-nav-bar/changelog.md +0 -64
- package/uni-ui/lib/uni-nav-bar/package.json +0 -106
- package/uni-ui/lib/uni-nav-bar/readme.md +0 -13
- package/uni-ui/lib/uni-notice-bar/changelog.md +0 -22
- package/uni-ui/lib/uni-notice-bar/package.json +0 -107
- package/uni-ui/lib/uni-notice-bar/readme.md +0 -11
- package/uni-ui/lib/uni-number-box/changelog.md +0 -39
- package/uni-ui/lib/uni-number-box/package.json +0 -104
- package/uni-ui/lib/uni-number-box/readme.md +0 -11
- package/uni-ui/lib/uni-pagination/changelog.md +0 -27
- package/uni-ui/lib/uni-pagination/package.json +0 -106
- package/uni-ui/lib/uni-pagination/readme.md +0 -10
- package/uni-ui/lib/uni-popup/changelog.md +0 -102
- package/uni-ui/lib/uni-popup/package.json +0 -107
- package/uni-ui/lib/uni-popup/readme.md +0 -15
- package/uni-ui/lib/uni-rate/changelog.md +0 -27
- package/uni-ui/lib/uni-rate/package.json +0 -106
- package/uni-ui/lib/uni-rate/readme.md +0 -11
- package/uni-ui/lib/uni-row/changelog.md +0 -10
- package/uni-ui/lib/uni-row/package.json +0 -106
- package/uni-ui/lib/uni-row/readme.md +0 -9
- package/uni-ui/lib/uni-scss/changelog.md +0 -8
- package/uni-ui/lib/uni-scss/package.json +0 -99
- package/uni-ui/lib/uni-scss/readme.md +0 -3
- package/uni-ui/lib/uni-search-bar/changelog.md +0 -47
- package/uni-ui/lib/uni-search-bar/package.json +0 -106
- package/uni-ui/lib/uni-search-bar/readme.md +0 -12
- package/uni-ui/lib/uni-section/changelog.md +0 -2
- package/uni-ui/lib/uni-section/package.json +0 -104
- package/uni-ui/lib/uni-section/readme.md +0 -7
- package/uni-ui/lib/uni-segmented-control/changelog.md +0 -15
- package/uni-ui/lib/uni-segmented-control/package.json +0 -106
- package/uni-ui/lib/uni-segmented-control/readme.md +0 -11
- package/uni-ui/lib/uni-steps/changelog.md +0 -18
- package/uni-ui/lib/uni-steps/package.json +0 -106
- package/uni-ui/lib/uni-steps/readme.md +0 -11
- package/uni-ui/lib/uni-swipe-action/changelog.md +0 -60
- package/uni-ui/lib/uni-swipe-action/package.json +0 -113
- package/uni-ui/lib/uni-swipe-action/readme.md +0 -10
- package/uni-ui/lib/uni-swiper-dot/changelog.md +0 -12
- package/uni-ui/lib/uni-swiper-dot/package.json +0 -106
- package/uni-ui/lib/uni-swiper-dot/readme.md +0 -10
- package/uni-ui/lib/uni-table/changelog.md +0 -35
- package/uni-ui/lib/uni-table/package.json +0 -106
- package/uni-ui/lib/uni-table/readme.md +0 -11
- package/uni-ui/lib/uni-tag/changelog.md +0 -25
- package/uni-ui/lib/uni-tag/package.json +0 -106
- package/uni-ui/lib/uni-tag/readme.md +0 -11
- package/uni-ui/lib/uni-title/changelog.md +0 -10
- package/uni-ui/lib/uni-title/package.json +0 -107
- package/uni-ui/lib/uni-title/readme.md +0 -12
- package/uni-ui/lib/uni-tooltip/changelog.md +0 -16
- package/uni-ui/lib/uni-tooltip/package.json +0 -104
- package/uni-ui/lib/uni-tooltip/readme.md +0 -7
- package/uni-ui/lib/uni-transition/changelog.md +0 -31
- package/uni-ui/lib/uni-transition/package.json +0 -112
- package/uni-ui/lib/uni-transition/readme.md +0 -10
- package/uni-ui/lib/uni-ui/changelog.md +0 -639
- package/uni-ui/lib/uni-ui/package.json +0 -148
- package/uni-ui/lib/uni-ui/readme.md +0 -247
- package/uview-plus/libs/mixin/openType2.js +0 -60
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/canvas.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/draw.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/draw2.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/gradient.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/index.vue +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/index2.vue +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/layout.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/qrcode.js +0 -0
- /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/utils.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/changelog.md +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-error/qiun-error.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading1.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading2.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading3.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading4.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading5.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/qiun-loading.vue +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/config-echarts.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/readme.md +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/u-charts.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/u-charts.min.js +0 -0
- /package/{ui-sdks/sdk-u-charts → other/qiun-data-charts/js_sdk2}/app-echarts.min.js +0 -0
- /package/{ui-sdks/sdk-u-charts → other/qiun-data-charts/js_sdk2}/h5-echarts.min.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/license.md +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/readme.md +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/static/app-plus/echarts.min.js +0 -0
- /package/{ui-sdks → other}/qiun-data-charts/static/h5/echarts.min.js +0 -0
- /package/{ui-sdks → other}/tui-clipboard/tui-clipboard.js +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseAudio.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseImg.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate1.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate10.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate11.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate2.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate3.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate4.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate5.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate6.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate7.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate8.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate9.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/components/wxParseVideo.vue +0 -0
- /package/other/{u-parse-2019 → u-parse}/libs/htmlparser.js +0 -0
- /package/other/{u-parse-2019 → u-parse}/u-parse.css +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate10.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate11.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate2.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate3.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate4.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate5.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate6.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate7.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate8.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseTemplate9.vue +0 -0
- /package/other/{uParse → uParse2}/components/wxParseVideo.vue +0 -0
- /package/other/{uParse → uParse2}/editor.css +0 -0
- /package/other/{uParse → uParse2}/libs/htmlparser.js +0 -0
- /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/js/handler2.js +0 -0
- /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/js/uni.webview.min.js +0 -0
- /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/js/uni.webview.min2.js +0 -0
- /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/local.html +0 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
export default {
|
|
3
|
+
onLaunch: function() {
|
|
4
|
+
console.log('App Launch')
|
|
5
|
+
},
|
|
6
|
+
onShow: function() {
|
|
7
|
+
console.log('App Show')
|
|
8
|
+
},
|
|
9
|
+
onHide: function() {
|
|
10
|
+
console.log('App Hide')
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
</script>
|
|
14
|
+
|
|
15
|
+
<style>
|
|
16
|
+
@import '@/common/uni.css';
|
|
17
|
+
page{
|
|
18
|
+
background: #FFFFFF;
|
|
19
|
+
}
|
|
20
|
+
</style>
|
|
@@ -0,0 +1,542 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: uni-icons;
|
|
3
|
+
src: url('~@/components/uni-icons/uni.ttf') format('truetype');
|
|
4
|
+
font-weight: 400;
|
|
5
|
+
font-display: "auto";
|
|
6
|
+
font-style: normal
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
[class*=" uni-icons-"],
|
|
10
|
+
[class^=uni-icons-] {
|
|
11
|
+
font-family: uni-icons !important;
|
|
12
|
+
speak: none;
|
|
13
|
+
font-style: normal;
|
|
14
|
+
font-weight: 400;
|
|
15
|
+
font-variant: normal;
|
|
16
|
+
text-transform: none;
|
|
17
|
+
line-height: 1;
|
|
18
|
+
vertical-align: baseline;
|
|
19
|
+
display: inline-block;
|
|
20
|
+
-webkit-font-smoothing: antialiased;
|
|
21
|
+
-moz-osx-font-smoothing: grayscale
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.uni-icons-shop:before {
|
|
25
|
+
content: "\e609";
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.uni-icons-headphones:before {
|
|
29
|
+
content: "\e8bf";
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.uni-icons-pulldown:before {
|
|
33
|
+
content: "\e588";
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.uni-icons-scan:before {
|
|
37
|
+
content: "\e612";
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.uni-icons-back:before {
|
|
41
|
+
content: "\e471";
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.uni-icons-forward:before {
|
|
45
|
+
content: "\e470";
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.uni-icons-refreshempty:before {
|
|
49
|
+
content: "\e461";
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.uni-icons-checkbox-filled:before {
|
|
53
|
+
content: "\e442";
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.uni-icons-checkbox:before {
|
|
57
|
+
content: "\e7fa";
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.uni-icons-loop:before {
|
|
61
|
+
content: "\e565";
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.uni-icons-arrowthindown:before {
|
|
65
|
+
content: "\e585";
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.uni-icons-arrowthinleft:before {
|
|
69
|
+
content: "\e586";
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.uni-icons-arrowthinright:before {
|
|
73
|
+
content: "\e587";
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.uni-icons-arrowthinup:before {
|
|
77
|
+
content: "\e584";
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.uni-icons-bars:before {
|
|
81
|
+
content: "\e563";
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.uni-icons-cart-filled:before {
|
|
85
|
+
content: "\e7f4";
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.uni-icons-cart:before {
|
|
89
|
+
content: "\e7f5";
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.uni-icons-arrowleft:before {
|
|
93
|
+
content: "\e582";
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.uni-icons-arrowdown:before {
|
|
97
|
+
content: "\e581";
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.uni-icons-arrowright:before {
|
|
101
|
+
content: "\e583";
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.uni-icons-arrowup:before {
|
|
105
|
+
content: "\e580";
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.uni-icons-eye-filled:before {
|
|
109
|
+
content: "\e568";
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.uni-icons-eye-slash-filled:before {
|
|
113
|
+
content: "\e822";
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.uni-icons-eye-slash:before {
|
|
117
|
+
content: "\e823";
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.uni-icons-eye:before {
|
|
121
|
+
content: "\e824";
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.uni-icons-reload:before {
|
|
125
|
+
content: "\e462";
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.uni-icons-hand-thumbsdown-filled:before {
|
|
129
|
+
content: "\e83b";
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.uni-icons-hand-thumbsdown:before {
|
|
133
|
+
content: "\e83c";
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.uni-icons-hand-thumbsup-filled:before {
|
|
137
|
+
content: "\e83d";
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.uni-icons-heart-filled:before {
|
|
141
|
+
content: "\e83e";
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.uni-icons-hand-thumbsup:before {
|
|
145
|
+
content: "\e83f";
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.uni-icons-heart:before {
|
|
149
|
+
content: "\e840";
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.uni-icons-mail-open-filled:before {
|
|
153
|
+
content: "\e84d";
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.uni-icons-mail-open:before {
|
|
157
|
+
content: "\e84e";
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.uni-icons-list:before {
|
|
161
|
+
content: "\e562";
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.uni-icons-map-pin:before {
|
|
165
|
+
content: "\e85e";
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.uni-icons-map-pin-ellipse:before {
|
|
169
|
+
content: "\e864";
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.uni-icons-paperclip:before {
|
|
173
|
+
content: "\e567";
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.uni-icons-images-filled:before {
|
|
177
|
+
content: "\e87a";
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.uni-icons-images:before {
|
|
181
|
+
content: "\e87b";
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.uni-icons-search:before {
|
|
185
|
+
content: "\e466";
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.uni-icons-settings:before {
|
|
189
|
+
content: "\e560";
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.uni-icons-cloud-download:before {
|
|
193
|
+
content: "\e8e4";
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.uni-icons-cloud-upload-filled:before {
|
|
197
|
+
content: "\e8e5";
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.uni-icons-cloud-upload:before {
|
|
201
|
+
content: "\e8e6";
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.uni-icons-cloud-download-filled:before {
|
|
205
|
+
content: "\e8e9";
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.uni-icons-more:before {
|
|
209
|
+
content: "\e507";
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.uni-icons-more-filled:before {
|
|
213
|
+
content: "\e537";
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.uni-icons-refresh:before {
|
|
217
|
+
content: "\e407";
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.uni-icons-refresh-filled:before {
|
|
221
|
+
content: "\e437";
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.uni-icons-undo-filled:before {
|
|
225
|
+
content: "\e7d6";
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.uni-icons-undo:before {
|
|
229
|
+
content: "\e406";
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.uni-icons-redo:before {
|
|
233
|
+
content: "\e405";
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.uni-icons-redo-filled:before {
|
|
237
|
+
content: "\e7d9";
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.uni-icons-camera:before {
|
|
241
|
+
content: "\e301";
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.uni-icons-camera-filled:before {
|
|
245
|
+
content: "\e7ef";
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.uni-icons-smallcircle-filled:before {
|
|
249
|
+
content: "\e801";
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.uni-icons-circle:before {
|
|
253
|
+
content: "\e411";
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.uni-icons-flag-filled:before {
|
|
257
|
+
content: "\e825";
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.uni-icons-flag:before {
|
|
261
|
+
content: "\e508";
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.uni-icons-gear-filled:before {
|
|
265
|
+
content: "\e532";
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.uni-icons-gear:before {
|
|
269
|
+
content: "\e502";
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.uni-icons-home:before {
|
|
273
|
+
content: "\e500";
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.uni-icons-info:before {
|
|
277
|
+
content: "\e504";
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.uni-icons-home-filled:before {
|
|
281
|
+
content: "\e530";
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.uni-icons-info-filled:before {
|
|
285
|
+
content: "\e534";
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.uni-icons-circle-filled:before {
|
|
289
|
+
content: "\e441";
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.uni-icons-chat-filled:before {
|
|
293
|
+
content: "\e847";
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.uni-icons-chat:before {
|
|
297
|
+
content: "\e263";
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.uni-icons-checkmarkempty:before {
|
|
301
|
+
content: "\e472";
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.uni-icons-locked-filled:before {
|
|
305
|
+
content: "\e856";
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.uni-icons-locked:before {
|
|
309
|
+
content: "\e506";
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.uni-icons-map-filled:before {
|
|
313
|
+
content: "\e85c";
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.uni-icons-map:before {
|
|
317
|
+
content: "\e364";
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
.uni-icons-minus-filled:before {
|
|
321
|
+
content: "\e440";
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.uni-icons-mic-filled:before {
|
|
325
|
+
content: "\e332";
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.uni-icons-minus:before {
|
|
329
|
+
content: "\e410";
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.uni-icons-micoff:before {
|
|
333
|
+
content: "\e360";
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.uni-icons-mic:before {
|
|
337
|
+
content: "\e302";
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.uni-icons-clear:before {
|
|
341
|
+
content: "\e434";
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.uni-icons-smallcircle:before {
|
|
345
|
+
content: "\e868";
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.uni-icons-close:before {
|
|
349
|
+
content: "\e404";
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.uni-icons-closeempty:before {
|
|
353
|
+
content: "\e460";
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.uni-icons-paperplane:before {
|
|
357
|
+
content: "\e503";
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.uni-icons-paperplane-filled:before {
|
|
361
|
+
content: "\e86e";
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.uni-icons-image:before {
|
|
365
|
+
content: "\e363";
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.uni-icons-image-filled:before {
|
|
369
|
+
content: "\e877";
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.uni-icons-location-filled:before {
|
|
373
|
+
content: "\e333";
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.uni-icons-location:before {
|
|
377
|
+
content: "\e303";
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.uni-icons-plus-filled:before {
|
|
381
|
+
content: "\e439";
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.uni-icons-plus:before {
|
|
385
|
+
content: "\e409";
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.uni-icons-plusempty:before {
|
|
389
|
+
content: "\e468";
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
.uni-icons-help-filled:before {
|
|
393
|
+
content: "\e535";
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.uni-icons-help:before {
|
|
397
|
+
content: "\e505";
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.uni-icons-navigate-filled:before {
|
|
401
|
+
content: "\e884";
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.uni-icons-navigate:before {
|
|
405
|
+
content: "\e501";
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.uni-icons-mic-slash-filled:before {
|
|
409
|
+
content: "\e892";
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.uni-icons-sound:before {
|
|
413
|
+
content: "\e590";
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.uni-icons-sound-filled:before {
|
|
417
|
+
content: "\e8a1";
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.uni-icons-spinner-cycle:before {
|
|
421
|
+
content: "\e465";
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
.uni-icons-download-filled:before {
|
|
425
|
+
content: "\e8a4";
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
.uni-icons-videocam-filled:before {
|
|
429
|
+
content: "\e8af";
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
.uni-icons-upload:before {
|
|
433
|
+
content: "\e402";
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.uni-icons-upload-filled:before {
|
|
437
|
+
content: "\e8b1";
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.uni-icons-starhalf:before {
|
|
441
|
+
content: "\e463";
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.uni-icons-star-filled:before {
|
|
445
|
+
content: "\e438";
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
.uni-icons-star:before {
|
|
449
|
+
content: "\e408";
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.uni-icons-trash:before {
|
|
453
|
+
content: "\e401";
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.uni-icons-compose:before {
|
|
457
|
+
content: "\e400";
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.uni-icons-videocam:before {
|
|
461
|
+
content: "\e300";
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.uni-icons-trash-filled:before {
|
|
465
|
+
content: "\e8dc";
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.uni-icons-download:before {
|
|
469
|
+
content: "\e403";
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
.uni-icons-qq:before {
|
|
473
|
+
content: "\e264";
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.uni-icons-weibo:before {
|
|
477
|
+
content: "\e260";
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.uni-icons-weixin:before {
|
|
481
|
+
content: "\e261";
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
.uni-icons-pengyouquan:before {
|
|
485
|
+
content: "\e262";
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
.uni-icons-chatboxes:before {
|
|
489
|
+
content: "\e203";
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
.uni-icons-chatboxes-filled:before {
|
|
493
|
+
content: "\e233";
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.uni-icons-email-filled:before {
|
|
497
|
+
content: "\e231";
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
.uni-icons-email:before {
|
|
501
|
+
content: "\e201";
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.uni-icons-person-filled:before {
|
|
505
|
+
content: "\e131";
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
.uni-icons-contact-filled:before {
|
|
509
|
+
content: "\e130";
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
.uni-icons-person:before {
|
|
513
|
+
content: "\e101";
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
.uni-icons-contact:before {
|
|
517
|
+
content: "\e100";
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.uni-icons-phone:before {
|
|
521
|
+
content: "\e200";
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
.uni-icons-personadd-filled:before {
|
|
525
|
+
content: "\e132";
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
.uni-icons-personadd:before {
|
|
529
|
+
content: "\e102";
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
.uni-icons-phone-filled:before {
|
|
533
|
+
content: "\e230";
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
.uni-icons-chatbubble-filled:before {
|
|
537
|
+
content: "\e232";
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
.uni-icons-chatbubble:before {
|
|
541
|
+
content: "\e202";
|
|
542
|
+
}
|