@ganwei-web/ganwei-pc-cli 6.2.6 → 6.2.7
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/ganwei-app-6.2.1/packages/ganwei-app-empty-page/pnpm-lock.yaml +5034 -5034
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/eslint.config.js +10 -10
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/css/ElementPlusAdapter.css +705 -705
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/iconfont.css +1167 -1167
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/iconfont.json +2025 -2025
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/ElementPlusAdapter.iife.js +628 -628
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/elementPlus.min.js +73 -73
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/gw_app_api.iife.js +4024 -4024
- package/ganwei-app-6.2.1/packages/ganwei-app-login/package.json +78 -78
- package/ganwei-app-6.2.1/packages/ganwei-app-template/auto-imports.d.ts +5 -5
- package/ganwei-app-6.2.1/packages/ganwei-app-template/components.d.ts +14 -14
- package/ganwei-app-6.2.1/packages/ganwei-app-template/package.json +76 -76
- package/ganwei-app-6.2.1/pnpm-lock.yaml +8810 -8810
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/auto-imports.d.ts +5 -5
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/auto-imports.d.ts +5 -5
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/auto-imports.d.ts +5 -5
- package/ganwei-iotcenter-index-6.2.2/packages/ganwei-iotcenter-index/auto-imports.d.ts +5 -5
- package/ganwei-iotcenter-index-6.2.2/packages/ganwei-iotcenter-login/auto-imports.d.ts +5 -5
- package/ganwei-iotcenter-index-6.2.2/packages/ganwei-iotcenter-template/auto-imports.d.ts +5 -5
- package/ganwei-iotcenter-index-6.2.2/pnpm-lock.yaml +7962 -7962
- package/ganwei-iotcenter-index-6.2.3/.gitignore +31 -0
- package/ganwei-iotcenter-index-6.2.3/.npmrc +1 -0
- package/ganwei-iotcenter-index-6.2.3/.nvmrc +1 -0
- package/ganwei-iotcenter-index-6.2.3/configuration/clean.cjs +48 -0
- package/ganwei-iotcenter-index-6.2.3/configuration/cleanNodeModule.js +18 -0
- package/ganwei-iotcenter-index-6.2.3/configuration/gitClone.js +45 -0
- package/ganwei-iotcenter-index-6.2.3/configuration/moduleConfiguration.json +9 -0
- package/ganwei-iotcenter-index-6.2.3/configuration/updateModule.cjs +30 -0
- package/ganwei-iotcenter-index-6.2.3/init.cjs +30 -0
- package/ganwei-iotcenter-index-6.2.3/package.json +47 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/.babelrc +4 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/.editorconfig +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/.env.development +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/.env.production +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/.env.test +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/.eslintignore +13 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/.eslintrc.cjs +176 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/.gitignore +27 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/.prettierignore +13 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/.prettierrc.cjs +19 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/auto-imports.d.ts +5 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/build/enteryJson.js +8 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/build/vite-addInfo-html.ts +38 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/build/vite-plugin-stats-html.js +595 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/components.d.ts +87 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/env.d.ts +7 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/index.html +33 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/package.json +92 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/css/ElementPlusAdapter.css +1417 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/css/element-plus/css-vars.css +1 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/css/element-plus/index.css +16959 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/css/element-ui/index.css +16075 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/css/equipStatus.css +70 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/css/index.css +15926 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/css/reset-6-1.css +396 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/css/reset.css +1988 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.css +1135 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.js +1 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.json +1969 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.woff +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.woff2 +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/fonts/element-icons.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/fonts/element-icons.woff +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.css +4195 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.js +1 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.json +7324 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.woff +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.woff2 +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/http/createAxios--/346/234/252/346/267/273/345/212/240SM/347/211/210/346/234/254.js +486 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/http/createAxios.js +434 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/head-background.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-alarmIcon-dark.svg +48 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-alarmIcon-green.svg +42 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-alarmIcon-light.svg +26 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-apppreview-dark.svg +20 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-apppreview-green.svg +20 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-apppreview-light.svg +14 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-contentfull-dark.svg +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-contentfull-green.svg +16 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-contentfull-light.svg +16 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-contentfull.svg +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-fullscreen-dark.svg +19 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-fullscreen-green.svg +14 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-fullscreen-light.svg +12 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-fullscreen.svg +19 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-loading.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-logo-src-dark.svg +67 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-logo-src-green.svg +67 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-logo-src-light.svg +67 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-logo-src-small.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-logo-src.svg +67 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-nopage-dark.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-nopage-green.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-nopage-light.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-normalIcon-dark.svg +32 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-normalIcon-green.svg +32 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-normalIcon-light.svg +9 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-skin-dark.svg +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-skin-green.svg +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-skin-light.svg +15 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-skin.svg +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-tuchuquanping-dark.svg +18 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-tuchuquanping-green.svg +18 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-tuchuquanping-light.svg +18 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-tuchuquanping.svg +18 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-upgrade.svg +18 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-user-dark.svg +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-user-green.svg +27 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-user-light.svg +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-user.svg +26 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-warningIcon-dark.svg +37 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-warningIcon-green.svg +37 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/index-warningIcon-light.svg +15 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/login-bg-img.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/login-bg.jpg +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/logo.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/menu-background.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/renew-message-dark.svg +1 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/renew-message-green.svg +1 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/renew-message-light.svg +1 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/right-close.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/right-open.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-fullscreen.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-guzhang.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-jinggao.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-shezhi.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-xinxi.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-zichan.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/unread-message-dark.svg +19 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/unread-message-green.svg +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/unread-message-light.svg +17 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/images/webconfig-location.svg +17 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/axios.min.js +2 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/drag.js +391 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/echarts.min.js +25 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/element-ui/index.js +1 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/element-ui/index.js.gz +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/enc-base64-min.js +86 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/filereader.js +455 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/font.js +56 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/getConfigInfoData.js +57 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/getLanguage.js +232 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/getLanguageOptions.js +52 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/getUserPermissionList.js +58 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/h5player.min.js +311 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/hmac-sha256.js +18 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/jquery-3.4.1.min.js +4189 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/jquery.slim.min.js +2 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/jsencrypt.min.js +2 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/jszip.min.js +14 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/liveplayer-lib.min.js +1 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/moment.js +5670 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/pptxjs.min.js +14105 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/signalr.min.js +17 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/sm4Encrypt.js +14 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/tXml.js +244 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/transformpcm.worker.js +58 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/vue-i18n.min.js +6 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/vue-router.min.js +11 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/vue.min.js +11 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/vuex.min.js +6 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/json/RAMScope.json +201 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/json/config.json +155 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/json/snapshot.json +34 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/lib/treeV2/treeV2.css +246 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/lib/treeV2/treeV2.js +5384 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/themes/dark-6-1.css +457 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/themes/dark.css +426 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/themes/default-theme-6-1.js +48 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/themes/default-theme.js +53 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/themes/green-6-1.css +357 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/themes/light-6-1.css +463 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/themes/light.css +414 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/themes/themeConfig.json +42 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/App.vue +88 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/assets/plugins/encrypt.js +122 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/auto-import.d.ts +61 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/contextMenu/Index.vue +113 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/contextMenu/index.js +42 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/features/Form/InputPassword/index.vue +101 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/appPreview/images/appconnect.jpg +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/appPreview/index.vue +282 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/contentFullScreen/index.js +19 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/contentFullScreen/index.vue +10 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/equipAlarmDialog/index.vue +203 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/expirationReminder/index.vue +108 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/fullScreen/index.js +49 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/fullScreen/index.vue +10 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/index.scss +137 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/index.vue +58 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/notificationSlot/index.vue +124 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/processDesign/ApprovalDialog.vue +147 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/processDesign/index.js +331 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/processDesign/index.scss +257 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/processDesign/index.vue +61 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/RenewDialog.vue +99 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/index.js +95 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/index.scss +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/index.vue +8 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/renew.vue +278 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/saveMode/index.js +45 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/saveMode/index.scss +36 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/saveMode/index.vue +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/switchTheme/index.js +70 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/switchTheme/index.scss +94 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/switchTheme/index.vue +35 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/unReadMessages/index.scss +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/unReadMessages/index.vue +156 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/upgrade/index.js +108 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/upgrade/index.scss +147 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/upgrade/index.vue +34 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/PWEditDialog/forceEdit.js +78 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/PWEditDialog/index.js +265 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/PWEditDialog/index.scss +5 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/PWEditDialog/index.vue +40 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/index.js +94 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/index.scss +151 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/index.vue +96 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/logoutDialog/index.js +68 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/logoutDialog/index.vue +16 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/restartPlatformDialog/index.js +178 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/restartPlatformDialog/index.scss +16 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/restartPlatformDialog/index.vue +46 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/safeModeDialog/index.vue +195 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/switchPark/index.js +70 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/switchPark/index.scss +95 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/switchPark/index.vue +35 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/systemInfoDialog/index.js +240 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/systemInfoDialog/index.scss +160 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/systemInfoDialog/index.vue +50 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/index.js +61 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/index.scss +40 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/index.vue +18 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/labelPage/index.scss +152 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/labelPage/index.vue +432 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/normalPage/index.js +82 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/normalPage/index.scss +44 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/normalPage/index.vue +21 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/isDebug/isDebug.vue +57 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/isDebug/warning.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/layouts/Navigation/AsideMenu.vue +473 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/layouts/Navigation/ContractMenu.vue +347 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/layouts/Navigation/TopNav.vue +393 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/layouts/Sidebar/LeftContent/index.vue +643 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/noAccess/noPage.vue +68 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/sceneMonitor/index.js +145 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/unreadMsg/listItem.vue +36 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/unreadMsg/unread.vue +265 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/composables/useAuth.ts +269 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/composables/useDialog.ts +68 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/composables/useFullscreen.ts +100 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/composables/usePermission.ts +230 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/composables/useTheme.ts +115 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/hostMap.js +13 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/main.js +52 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/mixins/judgePermission.js +60 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/request/api/frame.js +148 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/request/api.js +14 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/router.js +34 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/services/main.example.js +17 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/services/socket.init.js +362 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/services/socket.io.esm.min.js +7 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/services/socket.io.js +118 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/services/socketexample.vue +150 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/services/socketplugin.js +10 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/services/socketservice.js +37 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/store.js +228 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/types.js +16 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/utils/MFEManager.js +156 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/utils/bubbleSort.ts +168 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/utils/gwEquipCache.js +325 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/utils/gwSignalr.js +66 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/utils/historyExport.js +158 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/utils/setStorage.js +5 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/utils/sm4Encrypt.js +200 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/views/Index.vue +118 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/views/index.js +381 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/views/jumpIframe/index.vue +271 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/views/jumpIframe/preloadMethod.js +54 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/views/jumpIframe/queryParser.js +47 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/tsconfig.json +64 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/vite.config.ts +270 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/.babelrc +8 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/.editorconfig +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/.env.development +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/.env.production +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/.env.test +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/.eslintignore +13 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/.eslintrc.cjs +162 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/.gitignore +27 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/.prettierignore +13 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/.prettierrc.cjs +37 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/auto-imports.d.ts +5 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/build/enteryJson.js +72 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/build/vite-addInfo-html.ts +38 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/build/vite-plugin-stats-html.js +595 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/env.d.ts +7 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/index.html +34 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/package.json +85 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/css/drag.css +140 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/css/element-plus/css-vars.css +1 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/css/element-plus/index.css +16959 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/css/element-ui/index.css +16075 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/css/equipStatus.css +70 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/css/index.css +15926 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/css/reset-6-1.css +180 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/css/reset.css +1992 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.css +1135 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.js +1 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.json +1969 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.woff +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.woff2 +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/fonts/element-icons.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/fonts/element-icons.woff +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.css +4195 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.js +1 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.json +7324 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.woff +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.woff2 +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/http/createAxios--/346/234/252/346/267/273/345/212/240SM/347/211/210/346/234/254.js +486 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/http/createAxios.js +434 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/center.svg +23 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/centerActive.svg +24 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/center_light.svg +15 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/head-background.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-alarmIcon-dark.svg +48 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-alarmIcon-green.svg +42 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-alarmIcon-light.svg +26 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-apppreview-dark.svg +20 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-apppreview-green.svg +20 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-apppreview-light.svg +14 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-contentfull-dark.svg +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-contentfull-green.svg +16 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-contentfull-light.svg +16 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-contentfull.svg +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-fullscreen-dark.svg +19 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-fullscreen-green.svg +14 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-fullscreen-light.svg +12 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-fullscreen.svg +19 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-loading.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-logo-src-dark.svg +67 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-logo-src-green.svg +67 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-logo-src-light.svg +67 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-logo-src-small.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-logo-src.svg +67 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-nopage-dark.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-nopage-green.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-nopage-light.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-normalIcon-dark.svg +32 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-normalIcon-green.svg +32 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-normalIcon-light.svg +9 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-skin-dark.svg +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-skin-green.svg +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-skin-light.svg +15 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-skin.svg +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-tuchuquanping-dark.svg +18 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-tuchuquanping-green.svg +18 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-tuchuquanping-light.svg +18 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-tuchuquanping.svg +18 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-upgrade.svg +18 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-user-dark.svg +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-user-green.svg +27 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-user-light.svg +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-user.svg +26 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-warningIcon-dark.svg +37 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-warningIcon-green.svg +37 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/index-warningIcon-light.svg +15 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/left.svg +23 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/leftActive.svg +24 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/left_light.svg +15 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/login-bg-img.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/login-bg.jpg +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/login-drag-start.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/login-drag-stop.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/logo.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/menu-background.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/refresh.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/renew-message-dark.svg +1 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/renew-message-green.svg +1 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/renew-message-light.svg +1 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/right-close.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/right-open.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/right.svg +23 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/rightActive.svg +24 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/right_light.svg +15 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/systemsnapshot-fullscreen.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/systemsnapshot-guzhang.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/systemsnapshot-jinggao.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/systemsnapshot-shezhi.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/systemsnapshot-xinxi.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/systemsnapshot-zichan.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/unread-message-dark.svg +19 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/unread-message-green.svg +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/unread-message-light.svg +17 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/images/webconfig-location.svg +17 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/axios.min.js +2 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/drag.js +391 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/echarts.min.js +25 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/element-ui/index.js +1 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/element-ui/index.js.gz +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/enc-base64-min.js +86 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/filereader.js +455 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/font.js +56 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/getConfigInfoData.js +57 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/getLanguage.js +232 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/getLanguageOptions.js +52 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/getUserPermissionList.js +58 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/h5player.min.js +311 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/hmac-sha256.js +18 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/jquery-3.4.1.min.js +4189 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/jquery.slim.min.js +2 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/jsencrypt.min.js +2 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/jszip.min.js +14 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/liveplayer-lib.min.js +1 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/moment.js +5670 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/pptxjs.min.js +14105 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/signalr.min.js +17 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/tXml.js +244 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/transformpcm.worker.js +58 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/vue-i18n.min.js +6 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/vue-router.min.js +11 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/vue.min.js +11 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/vuex.min.js +6 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/json/RAMScope.json +201 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/json/config.json +155 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/json/snapshot.json +34 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/lib/treeV2/treeV2.css +246 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/lib/treeV2/treeV2.js +5384 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/themes/dark-6-1.css +430 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/themes/dark.css +426 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/themes/default-theme-6-1.js +48 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/themes/default-theme.js +53 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/themes/green-6-1.css +357 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/themes/light-6-1.css +424 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/themes/light.css +414 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/themes/themeConfig.json +42 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/App.vue +71 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/css/alertHandle.scss +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/css/browserScroll.scss +5 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/css/btnHandle.scss +36 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/css/containerHandle.scss +402 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/css/dialogStyle.scss +43 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/css/equipStatus.scss +88 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/css/index.scss +1358 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/css/inputStyle.scss +16 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/css/listHandle.scss +113 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/css/login.scss +335 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/css/mainInfo.scss +297 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/css/maintenanceInfo.scss +199 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/css/style.css +921 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/css/tableHandle.scss +147 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/css/txtHandle.scss +39 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/images/clouds_back.jpg +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/images/clouds_front.jpg +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/images/clouds_left.jpg +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/images/clouds_right.jpg +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/images/clouds_top.jpg +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/images/login-bg-img.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/images/login-sso-error.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/images/logo-bg.png +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/assets/plugins/encrypt.js +122 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/components/declaration/declaration.scss +119 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/components/declaration/declaration.vue +109 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/components/declaration/declarationPacts.vue +42 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/components/loginBg.vue +281 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/components/passwordModification/checkEmailContainer.vue +134 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/components/passwordModification/inputEmailContainer.vue +128 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/components/passwordModification/modifyPasswordContainer.vue +138 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/components/passwordModification/passwordModification - /345/211/257/346/234/254.vue" +4 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/components/passwordModification/passwordModification.vue +223 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/directive/loadMore/loadMore.js +14 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/hostMap.js +18 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/main.js +39 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/mixins/setDefaultLanguage.js +87 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/request/api/login.js +95 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/request/api.js +13 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/router.js +48 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/types.js +16 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/utils/formValidate.js +25 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/utils/isApp.js +18 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/utils/language.js +45 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/utils/myUtils.js +646 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/utils/timeFormat.js +23 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/utils/timesYMDHMS.js +27 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/views/js/mainInfo.js +374 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/views/js/maintenanceInfo.js +202 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/views/login.vue +459 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/views/mainInfo.vue +62 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/views/maintenanceInfo.vue +67 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/views/ssoLogin.vue +239 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/views/ssoLogout.vue +58 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/tsconfig.json +58 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/vite.config.ts +237 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/.babelrc +8 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/.editorconfig +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/.env.development +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/.env.production +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/.env.test +22 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/.eslintignore +13 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/.eslintrc.cjs +162 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/.gitignore +27 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/.prettierignore +13 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/.prettierrc.cjs +37 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/auto-imports.d.ts +5 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/build/enteryJson.js +64 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/env.d.ts +7 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/index.html +25 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/package.json +95 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/css/element-plus/css-vars.css +1 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/css/element-plus/index.css +16959 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/css/index.css +15926 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/css/reset-6-1.css +396 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/fonts/element-icons.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/fonts/element-icons.woff +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.css +4195 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.js +1 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.json +7324 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.woff +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.woff2 +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/http/createAxios.js +434 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/js/axios.min.js +2 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/js/font.js +56 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/js/getConfigInfoData.js +57 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/js/getLanguage.js +232 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/js/getLanguageOptions.js +52 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/js/getUserPermissionList.js +58 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/themes/dark-6-1.css +457 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/themes/default-theme-6-1.js +48 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/themes/light-6-1.css +463 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/App.vue +53 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/assets/images/template.jpg +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/hostMap.ts +45 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/main.ts +48 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/request/api/template.ts +3 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/request/api.ts +10 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/request/models/request/index.ts +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/request/models/response/index.ts +0 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/router.ts +37 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/utils/setStorage.js +5 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/views/template.vue +19 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/tsconfig.json +55 -0
- package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/vite.config.ts +233 -0
- package/ganwei-iotcenter-index-6.2.3/pnpm-lock.yaml +8724 -0
- package/ganwei-iotcenter-index-6.2.3/pnpm-workspace.yaml +3 -0
- package/ganwei-iotcenter-index-6.2.3/scripts/ensure-all-modules.js +139 -0
- package/ganwei-pc.js +3 -3
- package/package.json +30 -29
- package/src/createQuestions.js +1 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/stats.html +0 -356
- package/ganwei-app-6.2.1/packages/ganwei-app-home/stats.html +0 -4975
- package/ganwei-app-6.2.1/packages/ganwei-app-index/stats.html +0 -4975
- package/ganwei-app-6.2.1/packages/ganwei-app-login/stats.html +0 -4975
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/stats.html +0 -4975
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="30px" height="29px" viewBox="0 0 30 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>高等</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<filter x="-109.1%" y="-115.2%" width="318.2%" height="330.3%" filterUnits="objectBoundingBox" id="filter-1">
|
|
6
|
+
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
|
7
|
+
<feGaussianBlur stdDeviation="3" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
|
8
|
+
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.366177591 0 0 0 0 0.366177591 0 0 0 1 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
|
9
|
+
<feMerge>
|
|
10
|
+
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
|
11
|
+
<feMergeNode in="SourceGraphic"></feMergeNode>
|
|
12
|
+
</feMerge>
|
|
13
|
+
</filter>
|
|
14
|
+
<radialGradient cx="50%" cy="21.0471611%" fx="50%" fy="21.0471611%" r="57.0035733%" gradientTransform="translate(0.500000,0.210472),scale(0.992449,1.000000),rotate(90.000000),translate(-0.500000,-0.210472)" id="radialGradient-2">
|
|
15
|
+
<stop stop-color="#FFB4B4" offset="0%"></stop>
|
|
16
|
+
<stop stop-color="#FF4242" offset="100%"></stop>
|
|
17
|
+
</radialGradient>
|
|
18
|
+
<path d="M5.5,0 C7.98528137,-4.56538782e-16 10,2.01471863 10,4.5 L10,8.93204456 L10,8.93204456 L1,8.93204456 L1,4.5 C1,2.01471863 3.01471863,4.56538782e-16 5.5,0 Z" id="path-3"></path>
|
|
19
|
+
<filter x="-22.2%" y="-22.4%" width="144.4%" height="144.8%" filterUnits="objectBoundingBox" id="filter-4">
|
|
20
|
+
<feGaussianBlur stdDeviation="1.5" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
|
|
21
|
+
<feOffset dx="0" dy="-1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
|
|
22
|
+
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
|
|
23
|
+
<feColorMatrix values="0 0 0 0 0.506293255 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
|
|
24
|
+
</filter>
|
|
25
|
+
</defs>
|
|
26
|
+
<g id="页面-绿" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
27
|
+
<g id="UI_kit" transform="translate(-2123.000000, -407.000000)">
|
|
28
|
+
<g id="高等" transform="translate(2124.000000, 408.000000)">
|
|
29
|
+
<rect id="矩形" x="0" y="0" width="28" height="28"></rect>
|
|
30
|
+
<path d="M14.0232475,0.9 C13.3327344,0.9 12.6572628,1.13897809 12.1207907,1.57523389 C10.4174916,2.95123701 7.28211197,3.88346698 4.71103301,4.05993758 C3.19612603,4.16070995 2,5.39592445 2,6.89373494 L2,14.5390361 C2,19.1554403 8.88966278,26.9 13.8679449,26.9 C18.9040488,26.9 25.6,19.1962496 25.6,14.8224096 L25.6,6.93421687 C25.5951772,5.49300155 24.513711,4.31941876 23.0805332,4.12299934 L22.9069101,4.10416481 C20.1870981,3.88436564 18.1154078,2.97060057 15.6323873,1.37154633 C15.1554415,1.0627287 14.5978921,0.9 14.0232475,0.9 Z M14.0232475,2.9 C14.2144498,2.9 14.3941796,2.95245667 14.5474508,3.05169709 C17.2862575,4.81548013 19.6206308,5.84510741 22.7464108,6.09771431 C23.2471314,6.13787458 23.598544,6.50126996 23.6000056,6.93756695 L23.6000056,14.8224096 C23.6000056,18.149146 17.7322879,24.9 13.8679449,24.9 C10.0497287,24.9 4,18.0995968 4,14.5390361 L4,6.89373494 C4,6.46424523 4.36494088,6.08737837 4.84588396,6.05538509 C7.79120215,5.85323013 11.2988559,4.81031338 13.3801188,3.12896565 C13.5617698,2.98125489 13.7914368,2.9 14.0232475,2.9 Z" id="形状" fill="#E03232" fill-rule="nonzero"></path>
|
|
31
|
+
<g id="编组-90" filter="url(#filter-1)" transform="translate(8.426224, 8.479281)">
|
|
32
|
+
<g id="矩形">
|
|
33
|
+
<use fill="url(#radialGradient-2)" fill-rule="evenodd" xlink:href="#path-3"></use>
|
|
34
|
+
<use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-3"></use>
|
|
35
|
+
</g>
|
|
36
|
+
<path d="M0.687638985,8.93204456 L10.312361,8.93204456 C10.6921335,8.93204456 11,9.23991102 11,9.61968355 L11,9.73307967 C11,10.1128522 10.6921335,10.4207187 10.312361,10.4207187 L0.687638985,10.4207187 C0.30786646,10.4207187 1.57531023e-16,10.1128522 0,9.73307967 L0,9.61968355 C-4.65087207e-17,9.23991102 0.30786646,8.93204456 0.687638985,8.93204456 Z" id="矩形" fill="#F75B5B" transform="translate(5.500000, 9.676382) scale(1, -1) translate(-5.500000, -9.676382) "></path>
|
|
37
|
+
<path d="M6.16335027,5.31580107 L6.16335027,2.48041913 L4.779009,2.48041913 L4.779009,5.31580107 L6.16335027,5.31580107 Z M5.47558837,7.7845056 C5.9340963,7.7845056 6.32206456,7.39708117 6.32206456,6.91955803 C6.32206456,6.44203489 5.9340963,6.04560059 5.47558837,6.04560059 C5.00826297,6.04560059 4.62029472,6.44203489 4.62029472,6.91955803 C4.62029472,7.39708117 5.00826297,7.7845056 5.47558837,7.7845056 Z" id="!" fill="#FFFFFF" fill-rule="nonzero"></path>
|
|
38
|
+
</g>
|
|
39
|
+
</g>
|
|
40
|
+
</g>
|
|
41
|
+
</g>
|
|
42
|
+
</svg>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="28px" height="28px" viewBox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>低等安全</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<radialGradient cx="50%" cy="21.0471611%" fx="50%" fy="21.0471611%" r="57.0035733%" gradientTransform="translate(0.500000,0.210472),scale(0.992449,1.000000),rotate(90.000000),translate(-0.500000,-0.210472)" id="radialGradient-1">
|
|
6
|
+
<stop stop-color="#FFB4B4" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#FF4242" offset="100%"></stop>
|
|
8
|
+
</radialGradient>
|
|
9
|
+
<path d="M13.9262243,8.47928134 C16.4115056,8.47928134 18.4262243,10.494 18.4262243,12.9792813 L18.4262243,17.4113259 L18.4262243,17.4113259 L9.42622427,17.4113259 L9.42622427,12.9792813 C9.42622427,10.494 11.4409429,8.47928134 13.9262243,8.47928134 Z" id="path-2"></path>
|
|
10
|
+
<filter x="-22.2%" y="-22.4%" width="144.4%" height="144.8%" filterUnits="objectBoundingBox" id="filter-3">
|
|
11
|
+
<feGaussianBlur stdDeviation="1.5" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
|
|
12
|
+
<feOffset dx="0" dy="-1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
|
|
13
|
+
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
|
|
14
|
+
<feColorMatrix values="0 0 0 0 0.506293255 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
|
|
15
|
+
</filter>
|
|
16
|
+
</defs>
|
|
17
|
+
<g id="UIkit" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
18
|
+
<path d="M14.0232475,0.9 C13.3327344,0.9 12.6572628,1.13897809 12.1207907,1.57523389 C10.4174916,2.95123701 7.28211197,3.88346698 4.71103301,4.05993758 C3.19612603,4.16070995 2,5.39592445 2,6.89373494 L2,14.5390361 C2,19.1554403 8.88966278,26.9 13.8679449,26.9 C18.9040488,26.9 25.6,19.1962496 25.6,14.8224096 L25.6,6.93421687 C25.5951772,5.49300155 24.513711,4.31941876 23.0805332,4.12299934 L22.9069101,4.10416481 C20.1870981,3.88436564 18.1154078,2.97060057 15.6323873,1.37154633 C15.1554415,1.0627287 14.5978921,0.9 14.0232475,0.9 Z M14.0232475,2.9 C14.2144498,2.9 14.3941796,2.95245667 14.5474508,3.05169709 C17.2862575,4.81548013 19.6206308,5.84510741 22.7464108,6.09771431 C23.2471314,6.13787458 23.598544,6.50126996 23.6000056,6.93756695 L23.6000056,14.8224096 C23.6000056,18.149146 17.7322879,24.9 13.8679449,24.9 C10.0497287,24.9 4,18.0995968 4,14.5390361 L4,6.89373494 C4,6.46424523 4.36494088,6.08737837 4.84588396,6.05538509 C7.79120215,5.85323013 11.2988559,4.81031338 13.3801188,3.12896565 C13.5617698,2.98125489 13.7914368,2.9 14.0232475,2.9 Z" id="形状备份-4" fill="#555555" fill-rule="nonzero"></path>
|
|
19
|
+
<g id="矩形备份-14">
|
|
20
|
+
<use fill="url(#radialGradient-1)" fill-rule="evenodd" xlink:href="#path-2"></use>
|
|
21
|
+
<use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
|
|
22
|
+
</g>
|
|
23
|
+
<path d="M9.11386325,17.4113259 L18.7385853,17.4113259 C19.1183578,17.4113259 19.4262243,17.7191924 19.4262243,18.0989649 L19.4262243,18.212361 C19.4262243,18.5921335 19.1183578,18.9 18.7385853,18.9 L9.11386325,18.9 C8.73409073,18.9 8.42622427,18.5921335 8.42622427,18.212361 L8.42622427,18.0989649 C8.42622427,17.7191924 8.73409073,17.4113259 9.11386325,17.4113259 Z" id="矩形备份-18" fill="#F75B5B" transform="translate(13.926224, 18.155663) scale(1, -1) translate(-13.926224, -18.155663) "></path>
|
|
24
|
+
<path d="M14.5895745,13.7950824 L14.5895745,10.9597005 L13.2052333,10.9597005 L13.2052333,13.7950824 L14.5895745,13.7950824 Z M13.9018126,16.2637869 C14.3603206,16.2637869 14.7482888,15.8763625 14.7482888,15.3988394 C14.7482888,14.9213162 14.3603206,14.5248819 13.9018126,14.5248819 C13.4344872,14.5248819 13.046519,14.9213162 13.046519,15.3988394 C13.046519,15.8763625 13.4344872,16.2637869 13.9018126,16.2637869 Z" id="!备份" fill="#FFFFFF" fill-rule="nonzero"></path>
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="28px" height="30px" viewBox="0 0 28 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>手机预览/黑</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
|
|
6
|
+
<stop stop-color="#F2F2F2" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#95A2BD" offset="100%"></stop>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
</defs>
|
|
10
|
+
<g id="UI-KIT文件(黑色)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
11
|
+
<g id="UI" transform="translate(-2266.000000, -232.000000)">
|
|
12
|
+
<g id="手机预览/黑" transform="translate(2266.000000, 232.500000)">
|
|
13
|
+
<rect id="矩形" x="0" y="1" width="28" height="28"></rect>
|
|
14
|
+
<g id="手机" transform="translate(4.430092, 0.000000)" fill="url(#linearGradient-1)">
|
|
15
|
+
<path d="M10.8925077,3.75806084 C10.8925077,6.23740405 12.9024125,8.24730884 15.3817557,8.24730884 C15.7753424,8.24730884 16.157099,8.19665842 16.5208631,8.10152018 L16.5204326,26.0670246 C16.5204326,27.625435 15.2959673,28.9055578 13.7594224,28.9950074 L13.5874573,29 L2.93297535,29 C1.37456497,29 0.0944421725,27.7755347 0.00499259781,26.2389898 L0,26.0670246 L0,6.73332995 C0,5.17491958 1.22446529,3.89479677 2.76101021,3.8053472 L2.93297535,3.8003546 L10.893,3.80006084 L10.8925077,3.75806084 Z M8.26021631,25.2888883 C7.54193663,25.2888883 7.00322687,25.8874547 7.00322687,26.5458778 C7.00322687,27.2641574 7.60179328,27.8028672 8.26021631,27.8028672 C8.97849598,27.8028672 9.51720573,27.2641574 9.51720573,26.5458778 C9.51720573,25.8275981 8.91863935,25.2888883 8.26021631,25.2888883 Z M14.1451635,9.00170898 L2.37526911,9.00170898 C2.18196945,9.00170898 2.02069419,9.13882178 1.98339569,9.32109503 L1.97526911,9.40170898 L1.97526911,23.3924723 C1.97526911,23.585772 2.1123819,23.7470472 2.29465516,23.7843457 L2.37526911,23.7924723 L14.1451635,23.7924723 C14.3384632,23.7924723 14.4997384,23.6553595 14.5370369,23.4730863 L14.5451635,23.3924723 L14.5451635,9.40170898 C14.5451635,9.18079508 14.3660774,9.00170898 14.1451635,9.00170898 Z M15.3817557,0 C17.4572754,0 19.1398165,1.68254115 19.1398165,3.75806084 C19.1398165,5.83358054 17.4572754,7.51612169 15.3817557,7.51612169 C13.306236,7.51612169 11.6236948,5.83358054 11.6236948,3.75806084 C11.6236948,1.68254115 13.306236,0 15.3817557,0 Z M9.21792256,4.75806084 L7.30251007,4.75806084 C7.06308349,4.75806084 6.82365694,4.9974874 6.82365694,5.23691395 C6.82365694,5.44973755 7.0128335,5.66256116 7.22302965,5.70722784 L7.30251007,5.71576706 L9.21792256,5.71576706 C9.45734911,5.71576706 9.69677566,5.4763405 9.69677566,5.23691395 C9.69677566,4.9974874 9.45734911,4.75806084 9.21792256,4.75806084 Z M15.3817557,2.05809889 C13.6817937,2.05809889 12.5484835,3.75806084 12.5484835,3.75806084 C12.5484835,3.75806084 12.5661914,3.78462275 12.6005006,3.83110608 L12.690926,3.94866711 C13.0452903,4.39259525 14.0359525,5.4580228 15.3817557,5.4580228 C17.0817176,5.4580228 18.2150279,3.75806084 18.2150279,3.75806084 C18.2150279,3.75806084 17.0808856,2.05809889 15.3817557,2.05809889 Z M15.3817557,2.62391166 C16.0043265,2.62391166 16.5092279,3.12880619 16.5092279,3.75138384 C16.5083889,4.37478665 16.0043333,4.87885601 15.3817557,4.87885601 C14.7591849,4.87885601 14.2542835,4.37396148 14.2542835,3.75138384 C14.2542835,3.12880619 14.759178,2.62391166 15.3817557,2.62391166 Z M15.3792527,3.19057023 C15.2315333,3.19057023 15.0846598,3.25149534 14.9803376,3.35581069 C14.8760222,3.46096496 14.8150971,3.60700644 14.8150971,3.75472578 C14.8150971,3.90244511 14.8760222,4.04931864 14.9803376,4.15364087 C15.0846529,4.25796309 15.2315333,4.31888133 15.3792527,4.31888133 C15.526972,4.31888133 15.6738455,4.25795622 15.7781678,4.15364087 C15.8824831,4.04932552 15.9434082,3.90244511 15.9434082,3.75472578 C15.9434082,3.60700644 15.8824831,3.46013291 15.7781678,3.35581069 C15.6738524,3.25149534 15.526972,3.19057023 15.3792527,3.19057023 Z" id="形状结合"></path>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="28px" height="30px" viewBox="0 0 28 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>手机预览/黑</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
|
|
6
|
+
<stop stop-color="#F2F2F2" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#95A2BD" offset="100%"></stop>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
</defs>
|
|
10
|
+
<g id="UI-KIT文件(黑色)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
11
|
+
<g id="UI" transform="translate(-2266.000000, -232.000000)">
|
|
12
|
+
<g id="手机预览/黑" transform="translate(2266.000000, 232.500000)">
|
|
13
|
+
<rect id="矩形" x="0" y="1" width="28" height="28"></rect>
|
|
14
|
+
<g id="手机" transform="translate(4.430092, 0.000000)" fill="url(#linearGradient-1)">
|
|
15
|
+
<path d="M10.8925077,3.75806084 C10.8925077,6.23740405 12.9024125,8.24730884 15.3817557,8.24730884 C15.7753424,8.24730884 16.157099,8.19665842 16.5208631,8.10152018 L16.5204326,26.0670246 C16.5204326,27.625435 15.2959673,28.9055578 13.7594224,28.9950074 L13.5874573,29 L2.93297535,29 C1.37456497,29 0.0944421725,27.7755347 0.00499259781,26.2389898 L0,26.0670246 L0,6.73332995 C0,5.17491958 1.22446529,3.89479677 2.76101021,3.8053472 L2.93297535,3.8003546 L10.893,3.80006084 L10.8925077,3.75806084 Z M8.26021631,25.2888883 C7.54193663,25.2888883 7.00322687,25.8874547 7.00322687,26.5458778 C7.00322687,27.2641574 7.60179328,27.8028672 8.26021631,27.8028672 C8.97849598,27.8028672 9.51720573,27.2641574 9.51720573,26.5458778 C9.51720573,25.8275981 8.91863935,25.2888883 8.26021631,25.2888883 Z M14.1451635,9.00170898 L2.37526911,9.00170898 C2.18196945,9.00170898 2.02069419,9.13882178 1.98339569,9.32109503 L1.97526911,9.40170898 L1.97526911,23.3924723 C1.97526911,23.585772 2.1123819,23.7470472 2.29465516,23.7843457 L2.37526911,23.7924723 L14.1451635,23.7924723 C14.3384632,23.7924723 14.4997384,23.6553595 14.5370369,23.4730863 L14.5451635,23.3924723 L14.5451635,9.40170898 C14.5451635,9.18079508 14.3660774,9.00170898 14.1451635,9.00170898 Z M15.3817557,0 C17.4572754,0 19.1398165,1.68254115 19.1398165,3.75806084 C19.1398165,5.83358054 17.4572754,7.51612169 15.3817557,7.51612169 C13.306236,7.51612169 11.6236948,5.83358054 11.6236948,3.75806084 C11.6236948,1.68254115 13.306236,0 15.3817557,0 Z M9.21792256,4.75806084 L7.30251007,4.75806084 C7.06308349,4.75806084 6.82365694,4.9974874 6.82365694,5.23691395 C6.82365694,5.44973755 7.0128335,5.66256116 7.22302965,5.70722784 L7.30251007,5.71576706 L9.21792256,5.71576706 C9.45734911,5.71576706 9.69677566,5.4763405 9.69677566,5.23691395 C9.69677566,4.9974874 9.45734911,4.75806084 9.21792256,4.75806084 Z M15.3817557,2.05809889 C13.6817937,2.05809889 12.5484835,3.75806084 12.5484835,3.75806084 C12.5484835,3.75806084 12.5661914,3.78462275 12.6005006,3.83110608 L12.690926,3.94866711 C13.0452903,4.39259525 14.0359525,5.4580228 15.3817557,5.4580228 C17.0817176,5.4580228 18.2150279,3.75806084 18.2150279,3.75806084 C18.2150279,3.75806084 17.0808856,2.05809889 15.3817557,2.05809889 Z M15.3817557,2.62391166 C16.0043265,2.62391166 16.5092279,3.12880619 16.5092279,3.75138384 C16.5083889,4.37478665 16.0043333,4.87885601 15.3817557,4.87885601 C14.7591849,4.87885601 14.2542835,4.37396148 14.2542835,3.75138384 C14.2542835,3.12880619 14.759178,2.62391166 15.3817557,2.62391166 Z M15.3792527,3.19057023 C15.2315333,3.19057023 15.0846598,3.25149534 14.9803376,3.35581069 C14.8760222,3.46096496 14.8150971,3.60700644 14.8150971,3.75472578 C14.8150971,3.90244511 14.8760222,4.04931864 14.9803376,4.15364087 C15.0846529,4.25796309 15.2315333,4.31888133 15.3792527,4.31888133 C15.526972,4.31888133 15.6738455,4.25795622 15.7781678,4.15364087 C15.8824831,4.04932552 15.9434082,3.90244511 15.9434082,3.75472578 C15.9434082,3.60700644 15.8824831,3.46013291 15.7781678,3.35581069 C15.6738524,3.25149534 15.526972,3.19057023 15.3792527,3.19057023 Z" id="形状结合"></path>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="29px" height="30px" viewBox="0 0 29 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>手机预览/白</title>
|
|
4
|
+
<g id="UI-KIT文件(白色)" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="UI_kit" transform="translate(-2406.000000, -232.000000)">
|
|
6
|
+
<g id="手机预览/白" transform="translate(2406.500000, 232.500000)">
|
|
7
|
+
<rect id="矩形" x="0" y="1" width="28" height="28"></rect>
|
|
8
|
+
<g id="手机" transform="translate(4.430092, 0.000000)" fill="#555555">
|
|
9
|
+
<path d="M10.8925077,3.75806084 C10.8925077,6.23740405 12.9024125,8.24730884 15.3817557,8.24730884 C15.7753424,8.24730884 16.157099,8.19665842 16.5208631,8.10152018 L16.5204326,26.0670246 C16.5204326,27.625435 15.2959673,28.9055578 13.7594224,28.9950074 L13.5874573,29 L2.93297535,29 C1.37456497,29 0.0944421725,27.7755347 0.00499259781,26.2389898 L0,26.0670246 L0,6.73332995 C0,5.17491958 1.22446529,3.89479677 2.76101021,3.8053472 L2.93297535,3.8003546 L10.893,3.80006084 L10.8925077,3.75806084 Z M8.26021631,25.2888883 C7.54193663,25.2888883 7.00322687,25.8874547 7.00322687,26.5458778 C7.00322687,27.2641574 7.60179328,27.8028672 8.26021631,27.8028672 C8.97849598,27.8028672 9.51720573,27.2641574 9.51720573,26.5458778 C9.51720573,25.8275981 8.91863935,25.2888883 8.26021631,25.2888883 Z M14.1451635,9.00170898 L2.37526911,9.00170898 C2.18196945,9.00170898 2.02069419,9.13882178 1.98339569,9.32109503 L1.97526911,9.40170898 L1.97526911,23.3924723 C1.97526911,23.585772 2.1123819,23.7470472 2.29465516,23.7843457 L2.37526911,23.7924723 L14.1451635,23.7924723 C14.3384632,23.7924723 14.4997384,23.6553595 14.5370369,23.4730863 L14.5451635,23.3924723 L14.5451635,9.40170898 C14.5451635,9.18079508 14.3660774,9.00170898 14.1451635,9.00170898 Z M15.3817557,0 C17.4572754,0 19.1398165,1.68254115 19.1398165,3.75806084 C19.1398165,5.83358054 17.4572754,7.51612169 15.3817557,7.51612169 C13.306236,7.51612169 11.6236948,5.83358054 11.6236948,3.75806084 C11.6236948,1.68254115 13.306236,0 15.3817557,0 Z M9.21792256,4.75806084 L7.30251007,4.75806084 C7.06308349,4.75806084 6.82365694,4.9974874 6.82365694,5.23691395 C6.82365694,5.44973755 7.0128335,5.66256116 7.22302965,5.70722784 L7.30251007,5.71576706 L9.21792256,5.71576706 C9.45734911,5.71576706 9.69677566,5.4763405 9.69677566,5.23691395 C9.69677566,4.9974874 9.45734911,4.75806084 9.21792256,4.75806084 Z M15.3817557,2.05809889 C13.6817937,2.05809889 12.5484835,3.75806084 12.5484835,3.75806084 C12.5484835,3.75806084 12.5661914,3.78462275 12.6005006,3.83110608 L12.690926,3.94866711 C13.0452903,4.39259525 14.0359525,5.4580228 15.3817557,5.4580228 C17.0817176,5.4580228 18.2150279,3.75806084 18.2150279,3.75806084 C18.2150279,3.75806084 17.0808856,2.05809889 15.3817557,2.05809889 Z M15.3817557,2.62391166 C16.0043265,2.62391166 16.5092279,3.12880619 16.5092279,3.75138384 C16.5083889,4.37478665 16.0043333,4.87885601 15.3817557,4.87885601 C14.7591849,4.87885601 14.2542835,4.37396148 14.2542835,3.75138384 C14.2542835,3.12880619 14.759178,2.62391166 15.3817557,2.62391166 Z M15.3792527,3.19057023 C15.2315333,3.19057023 15.0846598,3.25149534 14.9803376,3.35581069 C14.8760222,3.46096496 14.8150971,3.60700644 14.8150971,3.75472578 C14.8150971,3.90244511 14.8760222,4.04931864 14.9803376,4.15364087 C15.0846529,4.25796309 15.2315333,4.31888133 15.3792527,4.31888133 C15.526972,4.31888133 15.6738455,4.25795622 15.7781678,4.15364087 C15.8824831,4.04932552 15.9434082,3.90244511 15.9434082,3.75472578 C15.9434082,3.60700644 15.8824831,3.46013291 15.7781678,3.35581069 C15.6738524,3.25149534 15.526972,3.19057023 15.3792527,3.19057023 Z" id="形状结合"></path>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="28px" height="28px" viewBox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>Group 14备份 4</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
|
|
6
|
+
<stop stop-color="#EDEEEF" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#9FABC3" offset="100%"></stop>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
</defs>
|
|
10
|
+
<g id="切图" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
11
|
+
<g id="UI_kit(4034✖️1850)" transform="translate(-2061.000000, -338.000000)">
|
|
12
|
+
<g id="编组-128" transform="translate(2061.000000, 338.000000)">
|
|
13
|
+
<path d="M8.001,1 L6.001,3 L3,3 L3,6.001 L1,8.001 L1,1 L8.001,1 Z" id="Combined-Shape" fill="#DBDEE5" fill-rule="nonzero"></path>
|
|
14
|
+
<path d="M27.001,1 L25.001,3 L22,3 L22,6.001 L20,8.001 L20,1 L27.001,1 Z" id="Combined-Shape" fill="#DBDEE5" fill-rule="nonzero" transform="translate(23.500277, 4.500277) scale(-1, 1) translate(-23.500277, -4.500277) "></path>
|
|
15
|
+
<path d="M8.001,20 L6.001,22 L3,22 L3,25.001 L1,27.001 L1,20 L8.001,20 Z" id="Combined-Shape" fill="#A4AEC6" fill-rule="nonzero" transform="translate(4.500277, 23.500277) scale(1, -1) translate(-4.500277, -23.500277) "></path>
|
|
16
|
+
<path d="M27.001,20 L25.001,22 L22,22 L22,25.001 L20,27.001 L20,20 L27.001,20 Z" id="Combined-Shape" fill="#A4AEC6" fill-rule="nonzero" transform="translate(23.500277, 23.500277) scale(-1, -1) translate(-23.500277, -23.500277) "></path>
|
|
17
|
+
<polygon id="矩形备份-36" stroke="url(#linearGradient-1)" stroke-width="1.5" points="5 5 23 5 23 23 5 23"></polygon>
|
|
18
|
+
<polygon id="矩形备份-93" opacity="0.438476562" points="0 0 28 0 28 28 0 28"></polygon>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="28px" height="28px" viewBox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>缩小</title>
|
|
4
|
+
<g id="页面-绿" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="UI_kit" transform="translate(-2300.000000, -253.000000)">
|
|
6
|
+
<g id="缩小" transform="translate(2300.000000, 253.000000)">
|
|
7
|
+
<path d="M8.001,1 L6.001,3 L3,3 L3,6.001 L1,8.001 L1,1 L8.001,1 Z" id="Combined-Shape" fill="#F8FEFF" fill-rule="nonzero"></path>
|
|
8
|
+
<path d="M27.001,1 L25.001,3 L22,3 L22,6.001 L20,8.001 L20,1 L27.001,1 Z" id="Combined-Shape" fill="#F8FEFF" fill-rule="nonzero" transform="translate(23.500277, 4.500277) scale(-1, 1) translate(-23.500277, -4.500277) "></path>
|
|
9
|
+
<path d="M8.001,20 L6.001,22 L3,22 L3,25.001 L1,27.001 L1,20 L8.001,20 Z" id="Combined-Shape" fill="#F8FEFF" fill-rule="nonzero" transform="translate(4.500277, 23.500277) scale(1, -1) translate(-4.500277, -23.500277) "></path>
|
|
10
|
+
<path d="M27.001,20 L25.001,22 L22,22 L22,25.001 L20,27.001 L20,20 L27.001,20 Z" id="Combined-Shape" fill="#F8FEFF" fill-rule="nonzero" transform="translate(23.500277, 23.500277) scale(-1, -1) translate(-23.500277, -23.500277) "></path>
|
|
11
|
+
<polygon id="矩形备份-36" stroke="#F8FEFF" stroke-width="1.5" points="5 5 23 5 23 23 5 23"></polygon>
|
|
12
|
+
<polygon id="矩形备份-93" opacity="0.438476562" points="0 0 28 0 28 28 0 28"></polygon>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="28px" height="28px" viewBox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>编组 104</title>
|
|
4
|
+
<g id="切图" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="UI_kit(4034✖️1850)" transform="translate(-2112.000000, -287.000000)">
|
|
6
|
+
<g id="编组-106" transform="translate(2112.000000, 287.000000)">
|
|
7
|
+
<path d="M8.001,1 L6.001,3 L3,3 L3,6.001 L1,8.001 L1,1 L8.001,1 Z" id="Combined-Shape" fill="#555555" fill-rule="nonzero"></path>
|
|
8
|
+
<path d="M27.001,1 L25.001,3 L22,3 L22,6.001 L20,8.001 L20,1 L27.001,1 Z" id="Combined-Shape" fill="#555555" fill-rule="nonzero" transform="translate(23.500277, 4.500277) scale(-1, 1) translate(-23.500277, -4.500277) "></path>
|
|
9
|
+
<path d="M8.001,20 L6.001,22 L3,22 L3,25.001 L1,27.001 L1,20 L8.001,20 Z" id="Combined-Shape" fill="#555555" fill-rule="nonzero" transform="translate(4.500277, 23.500277) scale(1, -1) translate(-4.500277, -23.500277) "></path>
|
|
10
|
+
<path d="M27.001,20 L25.001,22 L22,22 L22,25.001 L20,27.001 L20,20 L27.001,20 Z" id="Combined-Shape" fill="#555555" fill-rule="nonzero" transform="translate(23.500277, 23.500277) scale(-1, -1) translate(-23.500277, -23.500277) "></path>
|
|
11
|
+
<path d="M23.75,4.25 L4.25,4.25 L4.25,23.75 L23.75,23.75 L23.75,4.25 Z M22.25,5.75 L22.25,22.25 L5.75,22.25 L5.75,5.75 L22.25,5.75 Z" id="矩形备份-97" fill="#555555" fill-rule="nonzero"></path>
|
|
12
|
+
<polygon id="矩形备份-93" opacity="0.438476562" points="0 0 28 0 28 28 0 28"></polygon>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="28px" height="28px" viewBox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>Group 14备份 4</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
|
|
6
|
+
<stop stop-color="#EDEEEF" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#9FABC3" offset="100%"></stop>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
</defs>
|
|
10
|
+
<g id="切图" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
11
|
+
<g id="UI_kit(4034✖️1850)" transform="translate(-2061.000000, -338.000000)">
|
|
12
|
+
<g id="编组-128" transform="translate(2061.000000, 338.000000)">
|
|
13
|
+
<path d="M8.001,1 L6.001,3 L3,3 L3,6.001 L1,8.001 L1,1 L8.001,1 Z" id="Combined-Shape" fill="#DBDEE5" fill-rule="nonzero"></path>
|
|
14
|
+
<path d="M27.001,1 L25.001,3 L22,3 L22,6.001 L20,8.001 L20,1 L27.001,1 Z" id="Combined-Shape" fill="#DBDEE5" fill-rule="nonzero" transform="translate(23.500277, 4.500277) scale(-1, 1) translate(-23.500277, -4.500277) "></path>
|
|
15
|
+
<path d="M8.001,20 L6.001,22 L3,22 L3,25.001 L1,27.001 L1,20 L8.001,20 Z" id="Combined-Shape" fill="#A4AEC6" fill-rule="nonzero" transform="translate(4.500277, 23.500277) scale(1, -1) translate(-4.500277, -23.500277) "></path>
|
|
16
|
+
<path d="M27.001,20 L25.001,22 L22,22 L22,25.001 L20,27.001 L20,20 L27.001,20 Z" id="Combined-Shape" fill="#A4AEC6" fill-rule="nonzero" transform="translate(23.500277, 23.500277) scale(-1, -1) translate(-23.500277, -23.500277) "></path>
|
|
17
|
+
<polygon id="矩形备份-36" stroke="url(#linearGradient-1)" stroke-width="1.5" points="5 5 23 5 23 23 5 23"></polygon>
|
|
18
|
+
<polygon id="矩形备份-93" opacity="0.438476562" points="0 0 28 0 28 28 0 28"></polygon>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="28px" height="28px" viewBox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>全屏</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
|
|
6
|
+
<stop stop-color="#F2F2F2" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#95A2BD" offset="100%"></stop>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
</defs>
|
|
10
|
+
<g id="切图" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
11
|
+
<g id="编组-105" transform="translate(-59.000000, -8.000000)">
|
|
12
|
+
<g id="编组-62">
|
|
13
|
+
<path d="M69.5355339,24.0502525 L70.9497475,25.4644661 L63.4125544,33 L66.0111481,33.0005544 L68.0005544,35.0005544 L60.0005544,35.0005544 L60.0005544,27 L62,29.0112554 L61.9995544,31.585 L69.5355339,24.0502525 Z M86.0005544,27 L86.0005544,35.0005544 L78.0005544,35.0005544 L79.9899608,33.0005544 L84.0011089,33.0005544 L84.0011089,29.0112554 L86.0005544,27 Z M86.0005544,9 L86.0005544,17.0005544 L84.0011089,14.989299 L84.0005544,12.413 L76.4644661,19.9497475 L75.0502525,18.5355339 L82.5845544,11 L79.9899608,11 L78.0005544,9 L86.0005544,9 Z M68.0005544,9 L66.0111481,11 L62,11 L62,14.989299 L60.0005544,17.0005544 L60.0005544,9 L68.0005544,9 Z" id="形状结合备份-5" fill="url(#linearGradient-1)"></path>
|
|
14
|
+
<polygon id="矩形备份-94" opacity="0.438476562" points="59 8 87 8 87 36 59 36"></polygon>
|
|
15
|
+
</g>
|
|
16
|
+
<g id="编组-126" transform="translate(59.000000, 8.000000)"></g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="28px" height="28px" viewBox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>全屏缩小</title>
|
|
4
|
+
<g id="页面-绿" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="UI_kit" transform="translate(-2168.000000, -306.000000)">
|
|
6
|
+
<g id="全屏缩小" transform="translate(2168.000000, 306.000000)">
|
|
7
|
+
<rect id="矩形备份-14" x="0" y="0" width="28" height="28"></rect>
|
|
8
|
+
<g transform="translate(1.000554, 1.000000)" fill="#F8FEFF" id="编组-107">
|
|
9
|
+
<path d="M9.53497947,15.0502525 L10.949193,16.4644661 L3.412,24 L6.01059365,24.0005544 L8,26.0005544 L0,26.0005544 L0,18 L1.99944556,20.0112554 L1.999,22.585 L9.53497947,15.0502525 Z M26,18 L26,26.0005544 L18,26.0005544 L19.9894064,24.0005544 L24.0005544,24.0005544 L24.0005544,20.0112554 L26,18 Z M26,0 L26,8.00055444 L24.0005544,5.98929903 L24,3.413 L16.4639117,10.9497475 L15.0496981,9.53553391 L22.584,2 L19.9894064,2 L18,0 L26,0 Z M8,0 L6.01059365,2 L1.99944556,2 L1.99944556,5.98929903 L0,8.00055444 L0,0 L8,0 Z" id="形状结合备份-5"></path>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="28px" height="28px" viewBox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>编组 126</title>
|
|
4
|
+
<g id="切图" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="UI_kit(4034✖️1850)" transform="translate(-2068.000000, -287.000000)">
|
|
6
|
+
<g id="编组-107" transform="translate(2068.000000, 287.000000)">
|
|
7
|
+
<path d="M10.5355339,16.0502525 L11.9497475,17.4644661 L4.41255444,25 L7.01114809,25.0005544 L9.00055444,27.0005544 L1.00055444,27.0005544 L1.00055444,19 L3,21.0112554 L2.99955444,23.585 L10.5355339,16.0502525 Z M27.0005544,19 L27.0005544,27.0005544 L19.0005544,27.0005544 L20.9899608,25.0005544 L25.0011089,25.0005544 L25.0011089,21.0112554 L27.0005544,19 Z M27.0005544,1 L27.0005544,9.00055444 L25.0011089,6.98929903 L25.0005544,4.413 L17.4644661,11.9497475 L16.0502525,10.5355339 L23.5845544,3 L20.9899608,3 L19.0005544,1 L27.0005544,1 Z M9.00055444,1 L7.01114809,3 L3,3 L3,6.98929903 L1.00055444,9.00055444 L1.00055444,1 L9.00055444,1 Z" id="形状结合备份-5" fill="#555555"></path>
|
|
8
|
+
<polygon id="矩形备份-94" opacity="0.438476562" points="0 0 28 0 28 28 0 28"></polygon>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="28px" height="28px" viewBox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>全屏</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
|
|
6
|
+
<stop stop-color="#F2F2F2" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#95A2BD" offset="100%"></stop>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
</defs>
|
|
10
|
+
<g id="切图" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
11
|
+
<g id="编组-105" transform="translate(-59.000000, -8.000000)">
|
|
12
|
+
<g id="编组-62">
|
|
13
|
+
<path d="M69.5355339,24.0502525 L70.9497475,25.4644661 L63.4125544,33 L66.0111481,33.0005544 L68.0005544,35.0005544 L60.0005544,35.0005544 L60.0005544,27 L62,29.0112554 L61.9995544,31.585 L69.5355339,24.0502525 Z M86.0005544,27 L86.0005544,35.0005544 L78.0005544,35.0005544 L79.9899608,33.0005544 L84.0011089,33.0005544 L84.0011089,29.0112554 L86.0005544,27 Z M86.0005544,9 L86.0005544,17.0005544 L84.0011089,14.989299 L84.0005544,12.413 L76.4644661,19.9497475 L75.0502525,18.5355339 L82.5845544,11 L79.9899608,11 L78.0005544,9 L86.0005544,9 Z M68.0005544,9 L66.0111481,11 L62,11 L62,14.989299 L60.0005544,17.0005544 L60.0005544,9 L68.0005544,9 Z" id="形状结合备份-5" fill="url(#linearGradient-1)"></path>
|
|
14
|
+
<polygon id="矩形备份-94" opacity="0.438476562" points="59 8 87 8 87 36 59 36"></polygon>
|
|
15
|
+
</g>
|
|
16
|
+
<g id="编组-126" transform="translate(59.000000, 8.000000)"></g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="_图层_2" data-name="图层 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 401.53 165.06">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: url(#_未命名的渐变_12);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8 {
|
|
10
|
+
fill-rule: evenodd;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.cls-2 {
|
|
14
|
+
fill: url(#_未命名的渐变_14);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.cls-3 {
|
|
18
|
+
fill: url(#_未命名的渐变_12-2);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.cls-4 {
|
|
22
|
+
fill: url(#_未命名的渐变_12-3);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.cls-5 {
|
|
26
|
+
fill: url(#_未命名的渐变_14-3);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.cls-6 {
|
|
30
|
+
fill: url(#_未命名的渐变_14-2);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.cls-7 {
|
|
34
|
+
fill: #fff;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.cls-8 {
|
|
38
|
+
fill: #0360e1;
|
|
39
|
+
}
|
|
40
|
+
</style>
|
|
41
|
+
<linearGradient id="_未命名的渐变_14" data-name="未命名的渐变 14" x1="47.52" y1="45.75" x2="157.29" y2="141.82" gradientTransform="translate(0 168) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
|
42
|
+
<stop offset=".18" stop-color="#0057d8"/>
|
|
43
|
+
<stop offset="1" stop-color="#55d4ff"/>
|
|
44
|
+
</linearGradient>
|
|
45
|
+
<linearGradient id="_未命名的渐变_12" data-name="未命名的渐变 12" x1="150.65" y1="105.16" x2="-26.72" y2="93.39" gradientTransform="translate(0 168) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
|
46
|
+
<stop offset="0" stop-color="#78d9b5"/>
|
|
47
|
+
<stop offset="1" stop-color="#55d6f0"/>
|
|
48
|
+
</linearGradient>
|
|
49
|
+
<linearGradient id="_未命名的渐变_14-2" data-name="未命名的渐变 14" x1="-33.2" y1="73.21" x2="108.95" y2="104.21" xlink:href="#_未命名的渐变_14"/>
|
|
50
|
+
<linearGradient id="_未命名的渐变_14-3" data-name="未命名的渐变 14" x1="7.72" y1="24.42" x2="110.7" y2="59.6" xlink:href="#_未命名的渐变_14"/>
|
|
51
|
+
<linearGradient id="_未命名的渐变_12-2" data-name="未命名的渐变 12" x1="128.74" y1="65.04" x2="4.16" y2="45.05" xlink:href="#_未命名的渐变_12"/>
|
|
52
|
+
<linearGradient id="_未命名的渐变_12-3" data-name="未命名的渐变 12" x1="148.55" y1="187.43" x2="82.4" y2="115.58" xlink:href="#_未命名的渐变_12"/>
|
|
53
|
+
</defs>
|
|
54
|
+
<g id="_" data-name=" ">
|
|
55
|
+
<g>
|
|
56
|
+
<path class="cls-2" d="m95.65,62.18c10.62-17.58,15.91-41.58,12.48-50.9-4.24-11.54,5-16.65,11.91-3.49,15.19,28.81,10.38,83.27,8.07,102.53-1.14,9.48-3.33,21.23-16.65,6.48-8.34-9.24-19-19.43-23.85-28.52-6.73-12.7,1.77-15.73,8.04-26.1Z"/>
|
|
57
|
+
<path class="cls-1" d="m2.55,14.73s57.63-10.26,100.84,60.55c0,0,22.44,36.63,19.78,47.46,0,0-.06-9.91-11.4-26.4,0,0-45.2-77-111.38-69.94.22-3.97.95-7.89,2.16-11.67Z"/>
|
|
58
|
+
<path class="cls-6" d="m.52,26.38c0,.11-7.13,35.88,31.55,73.23h0c24.08-7.72,61.74,5.92,61.74,5.92,23.83,7,28.43,13.26,29.15,16.23h.13c-.32-2.83-2-11.93-11.33-25.46.01.04-45.13-76.86-111.24-69.92Z"/>
|
|
59
|
+
<path class="cls-5" d="m122.99,123.56s3.88-8.4-29.13-18c0,0-43.42-15.73-66.82-3.86,0,0-26.91,13.73-2.46,44,0,0,20.1,23.61,51.37,10,0,0,24-11.1,38.54-22-.04-.04,8.13-5.23,8.5-10.14Z"/>
|
|
60
|
+
<path class="cls-3" d="m123.04,123.24s.47-10.51-35.53-13.94c0,0-40.4-6.89-61,4.34-5.68,3.08-9.8,8.41-11.36,14.68,0,0-6.04-20.52,16.93-28.71,24.08-7.72,61.74,5.92,61.74,5.92,21.54,6.28,27.37,12,28.82,15.28l.4,2.43Z"/>
|
|
61
|
+
<path class="cls-4" d="m110.24.15s-5.88-.1-10.2,9.24c-.82,2-1.33,4.11-1.52,6.26-1.19,12-1.17,25.5-9.17,39.87,1.95,2.32,3.89,4.81,5.81,7.48.17-.26.33-.52.49-.79,10.62-17.58,15.91-41.58,12.48-50.9-2.21-6-.77-10.28,2.11-11.13v-.03Zm-22.15,65.72h0l1.27,1.35-1.27-1.35Zm2.74,2.94h0l-1.22-1.33,1.22,1.33Z"/>
|
|
62
|
+
<path class="cls-8" d="m140.04,118.57l1.07-.29c4.08-1.13,8.06-2.59,11.9-4.37,7-3.26,16.42-9.07,21.53-18.19,0,0,.78-1,1.31-.54.22.22.27.54.14.82-.07.39-.32.72-.68.88-.32.13-.66.2-1,.22-2.38,3.92-5.5,7.34-9.19,10.06-3.68,2.85-7.68,5.26-11.91,7.2-3.81,1.76-7.75,3.22-11.79,4.35l-1.3.35c.41,1.45-.14,3.01-1.36,3.89-1.12.76-2.5,1.03-3.83.75-2.85,3.91-4.52,6-7.62,8.5-2.06,1.69-4.19,3.69-6.87,4.15-.11.09-1.13.92-2.73,2-1.11.87-2.43,1.43-3.82,1.64l-31.12,22.63c-1.35.81-2.75,1.52-4.21,2.11-.4.17-.81.28-1.24.33-.56.02-1.12-.08-1.63-.31-1.09-.43-1.74-1.53-1.6-2.69.38-1.05.96-2.03,1.7-2.87.5-.68,1.05-1.31,1.65-1.9l31.17-22.68c.35-1.28,1.09-2.42,2.11-3.27,1.46-1.33,2.32-2,2.32-2,.19-.28.36-.56.51-.86.3-.7.68-1.37,1.11-2,.19-.27.39-.55.61-.82l.19-.24c.52-.63,1.08-1.22,1.69-1.76.34-.31.7-.61,1.08-.9.15-.12.3-.24.46-.35,2.01-1.47,4.28-2.54,6.7-3.14,1.48-.37,3.01-.48,4.53-.31-.21-1.33.34-2.66,1.44-3.44,1.76-1.1,3.99-1.14,5.78-.08,1.88-2.76,3.6-5.63,5.15-8.59.41-.79.83-1.6,1.24-2.46,3.07-6.31,6.64-15.7,6.18-24.59-.18-1,.2-1.26.32-1.31.35-.11.65.21.75.35.28.32.36.76.21,1.16-.14.32-.38.59-.68.78.18,8.7-3.27,17.67-6.25,23.8-.64,1.32-1.29,2.55-1.91,3.7-1.39,2.55-2.9,5.03-4.54,7.43.41.25.78.55,1.12.89.4.4.74.87,1,1.38.08.14.15.29.21.44l.08.2.02-.05Zm-24.05,14.87c.77.81,1.9,1.19,3,1-1.1.17-2.22-.2-3-1Zm3.38,3c.38.03.77,0,1.14-.09-.38.05-.77.08-1.16.07l.02.02Z"/>
|
|
63
|
+
<path class="cls-7" d="m210.44,115.62v-3.56c0-.25-.1-.49-.29-.65-.18-.16-.43-.23-.67-.2l-23.81,3.29c-.24.03-.49-.04-.67-.2-.19-.16-.3-.4-.3-.65v-5.65c0-.42.31-.78.73-.84l2-.29c.42-.06.72-.43.72-.85v-33.57c0-.47-.38-.85-.85-.85h-1.7c-.47,0-.85-.38-.86-.85v-5.75c0-.47.39-.85.86-.85h24.25c.47,0,.85-.38.85-.85h0v-4c0-.47-.39-.85-.86-.86h-21.92c-.47,0-.85-.38-.85-.85h0v-5.72c0-.47.38-.85.85-.85h26c2.04-.13,3.81,1.42,3.94,3.47.02.29,0,.58-.05.86,0,.05,0,.11,0,.16l.05,8.63v37.32c0,.25.1.48.29.64.19.16.44.24.68.2l1.39-.21c.24-.04.49.04.68.2.19.16.29.4.29.65v5.94c0,.42-.31.78-.73.84l-1.87.26c-.42.06-.73.42-.73.84v4.8c0,.47-.38.84-.85.85h-5.68c-.47,0-.85-.38-.86-.85h-.03Zm39.4-50.69h1.36c.47,0,.84-.38.85-.85v-5.76c0-.47-.38-.85-.85-.85h0c-6.78,0-13.71.07-20.4.07-.25,0-.49-.11-.65-.3-.17-.19-.23-.45-.18-.7l.81-4.52c.05-.25-.02-.51-.19-.7-.14-.19-.36-.31-.6-.32h-6c-.41,0-.76.3-.84.7-.5,2.8-1.16,6.68-1.44,8.58-.34,2.31,1,4.63,3.57,4.63h15.4c.26,0,.5.11.66.31.17.2.23.46.17.71-.42,2-.84,3.9-1.28,5.69-.79,3.24-1.7,6.47-2.74,9.64-.11.33-.4.57-.75.59-.34.03-.67-.16-.82-.47l-6.2-12.13c-.14-.29-.44-.48-.77-.47l-6.47.1c-.47,0-.85.39-.84.86,0,.13.03.27.09.38l11.26,21.93c.12.24.12.51,0,.75-3.11,6.72-10.38,19-14.73,23.51h0l-.09.11h9.07c.28,0,.54-.13.7-.36,2.46-3.51,6.05-9.52,7.68-12.34.33-.58.66-1.17,1-1.77.22-.41.74-.57,1.15-.35.15.08.27.2.35.35,2,3.88,5.26,10.15,7.22,14,.14.29.44.47.76.46h6.33c.47,0,.85-.39.84-.86,0-.13-.03-.27-.09-.38l-11.64-22.73c-.1-.22-.1-.48,0-.7.55-1.42,1.12-2.92,1.71-4.56,1.62-4.59,2.99-9.26,4.09-14,.59-2.46,1.16-5,1.69-7.6.08-.4.43-.68.84-.68l-.03.03Zm57.26,20.82h-5.75c-.47,0-.85.39-.85.86v12.11c0,.47.38.85.85.85h5.75c.47,0,.85-.38.85-.85h0v-12.11c0-.47-.38-.85-.85-.86Zm-110.68,5.73h13.17c.47,0,.85-.38.85-.85h0v-4.55c0-.47-.38-.85-.85-.85h-13.17c-.47,0-.85.38-.85.85h0v4.55c0,.47.38.85.85.85h0Zm0-13.7h13.17c.47,0,.85-.39.85-.86v-4.47c0-.47-.38-.85-.85-.85h-13.17c-.47,0-.85.38-.85.85h0v4.47c0,.47.38.85.85.86Zm.12,27.73l13.17-1.87c.42-.05.74-.41.73-.84v-3c0-.47-.38-.84-.85-.85h-13.17c-.47,0-.84.38-.85.85v4.89c0,.47.38.85.85.85.05,0,.1,0,.15-.01l-.03-.02Zm119.72,3.59c1.62-.04,2.93-1.33,3-2.95v-27.91c-.14-1.57-1.42-2.8-3-2.87h-20.8c-.36,0-.68.22-.8.55-5.74,15-13.67,27.47-23.39,40.25-.16.21-.41.33-.68.33h-7.2c-.47,0-.85-.37-.86-.84,0-.19.06-.38.18-.53,9.45-12.19,17.84-24.29,23.75-38.58.11-.26.08-.56-.08-.8-.16-.24-.42-.38-.71-.38h-21.56c-.47,0-.85-.38-.85-.85h0v-5.61c0-.47.38-.85.85-.85h24.88c.36,0,.69-.23.81-.57v-.12h0c1.46-4.61,3.26-10.29,4.32-15,.09-.39.43-.66.83-.66h5.78c.46,0,.84.37.85.83,0,.06,0,.11-.02.17-.61,2.85-2.09,7.83-2.71,10.13-.36,1.36-.76,2.74-1.17,4.13-.08.26-.03.54.13.76.16.22.41.34.68.34h17.74c5.61-.06,10.2,4.45,10.26,10.06,0,.04,0,.08,0,.12v27.91c.04,5.66-4.51,10.29-10.17,10.33-.03,0-.06,0-.09,0h-18.85c-.47,0-.85-.38-.85-.85h0v-5.64c0-.47.38-.85.85-.85h0l18.88-.05Zm-38.18-56.67c0-.47-.38-.85-.85-.85h-5.68c-.47,0-.85.38-.85.85h0v9.2c0,.47.38.85.85.86h5.68c.47,0,.85-.39.85-.86v-9.2Zm122.6,28.57h-41.94c-.39,0-.74.27-.83.65l-6.57,26.73c-.07.25-.01.52.15.73.16.21.41.33.67.33h38.57c1.59-.09,2.85-1.4,2.87-3v-10.75c0-.47.38-.85.85-.86h5.68c.47,0,.85.39.85.86v10.75c0,5.68-4.57,10.29-10.25,10.33h-44c-2.03-.02-3.67-1.68-3.65-3.71,0-.27.03-.54.1-.81h0l7.2-30.25c.08-.47-.24-.91-.71-.99-.04,0-.08-.01-.12-.01h-7.27c-.47,0-.85-.38-.86-.85v-5.8c0-.47.39-.85.86-.85h58.4c.47,0,.85.38.85.85h0v5.75c0,.47-.38.85-.85.85h0v.05Zm0-20h-58.4c-.47,0-.85-.38-.86-.85v-5.81c0-.47.39-.85.86-.86h58.4c.47,0,.85.39.85.86v5.75c0,.47-.38.85-.85.85h0v.06Z"/>
|
|
64
|
+
<path class="cls-7" d="m193.3,147.69c-2.68.1-5.27-1-7.06-3-1.6-1.81-2.47-4.17-2.41-6.59-.07-2.33.75-4.59,2.3-6.33,1.86-1.96,4.48-3.01,7.17-2.87h10.59v3.27h-10.59c-1.72-.07-3.39.6-4.58,1.85-2.13,2.38-2.21,5.96-.18,8.43,1.2,1.35,2.95,2.09,4.76,2h8.69v-4.1h-8.91v-3h12.18v10.38l-11.96-.04Zm33.44-5.28h-8.92l2-3.27h5l-3.27-5.41-8.56,13.94h-4.21l10.2-17c.32-.53.76-.99,1.28-1.34.35-.27.77-.44,1.21-.49.46-.02.91.12,1.28.39.56.37,1.02.86,1.36,1.44l10,17h-4.22l-3.18-5.26h.03Zm26.25,4.34l-12.06-12.12v13.06h-3.27v-17.15c-.03-.44.12-.87.4-1.21.25-.29.62-.45,1-.44.73.06,1.4.42,1.85,1l12.08,12.05v-13.05h3.27v17.18c0,1.2-.41,1.81-1.23,1.81-.79-.11-1.5-.51-2-1.13h-.04Zm24.41-5.42l-2.69,4.83c-.67,1.18-1.33,1.79-2,1.85s-1.39-.57-2.1-1.86l-9.46-17.26h4.23l7.33,13.69,2.64-4.93-4.79-8.76h4.21l7.35,13.7,7.44-13.7h4.2l-9.68,17.26c-.66,1.18-1.31,1.8-2,1.86s-1.4-.57-2.1-1.86l-2.64-4.82h.06Zm35.33-4.81v3.27h-10.74v-3.27h10.74Zm-12.13,7.9v-12.26h13v-3.27h-16.3v18.8h16.24v-3.27h-12.94Zm18.87,3.27v-18.8h3.27v18.8h-3.27Zm20.65,0h-3.27v-6.27l-9.57-12.53h4.21l7.09,9.28,6.65-9.28h4.2l-9.31,12.58v6.22Zm24.7,0h-1.12c-3.17,0-5.56-.62-7.17-1.85-1.78-1.38-2.66-3.59-2.66-6.62v-10.33h3.27v10.33c0,2,.61,3.4,1.83,4.21,1.45.77,3.09,1.11,4.73,1h1.12c1.64.11,3.28-.23,4.74-1,1.22-.82,1.83-2.22,1.83-4.21v-10.33h3.27v10.33c0,3.03-.9,5.23-2.7,6.62-1.58,1.23-3.96,1.84-7.14,1.85h0Zm31-.94l-12.06-12.12v13.06h-3.27v-17.15c-.02-.44.12-.87.39-1.21.26-.28.62-.44,1-.44.73.06,1.4.42,1.86,1l12.06,12.08v-13.08h3.27v17.18c0,1.2-.41,1.81-1.23,1.81-.79-.11-1.51-.51-2.01-1.13h-.01Z"/>
|
|
65
|
+
</g>
|
|
66
|
+
</g>
|
|
67
|
+
</svg>
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="_图层_2" data-name="图层 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 401.53 165.06">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: url(#_未命名的渐变_12);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8 {
|
|
10
|
+
fill-rule: evenodd;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.cls-2 {
|
|
14
|
+
fill: url(#_未命名的渐变_14);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.cls-3 {
|
|
18
|
+
fill: url(#_未命名的渐变_12-2);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.cls-4 {
|
|
22
|
+
fill: url(#_未命名的渐变_12-3);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.cls-5 {
|
|
26
|
+
fill: url(#_未命名的渐变_14-3);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.cls-6 {
|
|
30
|
+
fill: url(#_未命名的渐变_14-2);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.cls-7 {
|
|
34
|
+
fill: #fff;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.cls-8 {
|
|
38
|
+
fill: #0360e1;
|
|
39
|
+
}
|
|
40
|
+
</style>
|
|
41
|
+
<linearGradient id="_未命名的渐变_14" data-name="未命名的渐变 14" x1="47.52" y1="45.75" x2="157.29" y2="141.82" gradientTransform="translate(0 168) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
|
42
|
+
<stop offset=".18" stop-color="#0057d8"/>
|
|
43
|
+
<stop offset="1" stop-color="#55d4ff"/>
|
|
44
|
+
</linearGradient>
|
|
45
|
+
<linearGradient id="_未命名的渐变_12" data-name="未命名的渐变 12" x1="150.65" y1="105.16" x2="-26.72" y2="93.39" gradientTransform="translate(0 168) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
|
46
|
+
<stop offset="0" stop-color="#78d9b5"/>
|
|
47
|
+
<stop offset="1" stop-color="#55d6f0"/>
|
|
48
|
+
</linearGradient>
|
|
49
|
+
<linearGradient id="_未命名的渐变_14-2" data-name="未命名的渐变 14" x1="-33.2" y1="73.21" x2="108.95" y2="104.21" xlink:href="#_未命名的渐变_14"/>
|
|
50
|
+
<linearGradient id="_未命名的渐变_14-3" data-name="未命名的渐变 14" x1="7.72" y1="24.42" x2="110.7" y2="59.6" xlink:href="#_未命名的渐变_14"/>
|
|
51
|
+
<linearGradient id="_未命名的渐变_12-2" data-name="未命名的渐变 12" x1="128.74" y1="65.04" x2="4.16" y2="45.05" xlink:href="#_未命名的渐变_12"/>
|
|
52
|
+
<linearGradient id="_未命名的渐变_12-3" data-name="未命名的渐变 12" x1="148.55" y1="187.43" x2="82.4" y2="115.58" xlink:href="#_未命名的渐变_12"/>
|
|
53
|
+
</defs>
|
|
54
|
+
<g id="_" data-name=" ">
|
|
55
|
+
<g>
|
|
56
|
+
<path class="cls-2" d="m95.65,62.18c10.62-17.58,15.91-41.58,12.48-50.9-4.24-11.54,5-16.65,11.91-3.49,15.19,28.81,10.38,83.27,8.07,102.53-1.14,9.48-3.33,21.23-16.65,6.48-8.34-9.24-19-19.43-23.85-28.52-6.73-12.7,1.77-15.73,8.04-26.1Z"/>
|
|
57
|
+
<path class="cls-1" d="m2.55,14.73s57.63-10.26,100.84,60.55c0,0,22.44,36.63,19.78,47.46,0,0-.06-9.91-11.4-26.4,0,0-45.2-77-111.38-69.94.22-3.97.95-7.89,2.16-11.67Z"/>
|
|
58
|
+
<path class="cls-6" d="m.52,26.38c0,.11-7.13,35.88,31.55,73.23h0c24.08-7.72,61.74,5.92,61.74,5.92,23.83,7,28.43,13.26,29.15,16.23h.13c-.32-2.83-2-11.93-11.33-25.46.01.04-45.13-76.86-111.24-69.92Z"/>
|
|
59
|
+
<path class="cls-5" d="m122.99,123.56s3.88-8.4-29.13-18c0,0-43.42-15.73-66.82-3.86,0,0-26.91,13.73-2.46,44,0,0,20.1,23.61,51.37,10,0,0,24-11.1,38.54-22-.04-.04,8.13-5.23,8.5-10.14Z"/>
|
|
60
|
+
<path class="cls-3" d="m123.04,123.24s.47-10.51-35.53-13.94c0,0-40.4-6.89-61,4.34-5.68,3.08-9.8,8.41-11.36,14.68,0,0-6.04-20.52,16.93-28.71,24.08-7.72,61.74,5.92,61.74,5.92,21.54,6.28,27.37,12,28.82,15.28l.4,2.43Z"/>
|
|
61
|
+
<path class="cls-4" d="m110.24.15s-5.88-.1-10.2,9.24c-.82,2-1.33,4.11-1.52,6.26-1.19,12-1.17,25.5-9.17,39.87,1.95,2.32,3.89,4.81,5.81,7.48.17-.26.33-.52.49-.79,10.62-17.58,15.91-41.58,12.48-50.9-2.21-6-.77-10.28,2.11-11.13v-.03Zm-22.15,65.72h0l1.27,1.35-1.27-1.35Zm2.74,2.94h0l-1.22-1.33,1.22,1.33Z"/>
|
|
62
|
+
<path class="cls-8" d="m140.04,118.57l1.07-.29c4.08-1.13,8.06-2.59,11.9-4.37,7-3.26,16.42-9.07,21.53-18.19,0,0,.78-1,1.31-.54.22.22.27.54.14.82-.07.39-.32.72-.68.88-.32.13-.66.2-1,.22-2.38,3.92-5.5,7.34-9.19,10.06-3.68,2.85-7.68,5.26-11.91,7.2-3.81,1.76-7.75,3.22-11.79,4.35l-1.3.35c.41,1.45-.14,3.01-1.36,3.89-1.12.76-2.5,1.03-3.83.75-2.85,3.91-4.52,6-7.62,8.5-2.06,1.69-4.19,3.69-6.87,4.15-.11.09-1.13.92-2.73,2-1.11.87-2.43,1.43-3.82,1.64l-31.12,22.63c-1.35.81-2.75,1.52-4.21,2.11-.4.17-.81.28-1.24.33-.56.02-1.12-.08-1.63-.31-1.09-.43-1.74-1.53-1.6-2.69.38-1.05.96-2.03,1.7-2.87.5-.68,1.05-1.31,1.65-1.9l31.17-22.68c.35-1.28,1.09-2.42,2.11-3.27,1.46-1.33,2.32-2,2.32-2,.19-.28.36-.56.51-.86.3-.7.68-1.37,1.11-2,.19-.27.39-.55.61-.82l.19-.24c.52-.63,1.08-1.22,1.69-1.76.34-.31.7-.61,1.08-.9.15-.12.3-.24.46-.35,2.01-1.47,4.28-2.54,6.7-3.14,1.48-.37,3.01-.48,4.53-.31-.21-1.33.34-2.66,1.44-3.44,1.76-1.1,3.99-1.14,5.78-.08,1.88-2.76,3.6-5.63,5.15-8.59.41-.79.83-1.6,1.24-2.46,3.07-6.31,6.64-15.7,6.18-24.59-.18-1,.2-1.26.32-1.31.35-.11.65.21.75.35.28.32.36.76.21,1.16-.14.32-.38.59-.68.78.18,8.7-3.27,17.67-6.25,23.8-.64,1.32-1.29,2.55-1.91,3.7-1.39,2.55-2.9,5.03-4.54,7.43.41.25.78.55,1.12.89.4.4.74.87,1,1.38.08.14.15.29.21.44l.08.2.02-.05Zm-24.05,14.87c.77.81,1.9,1.19,3,1-1.1.17-2.22-.2-3-1Zm3.38,3c.38.03.77,0,1.14-.09-.38.05-.77.08-1.16.07l.02.02Z"/>
|
|
63
|
+
<path class="cls-7" d="m210.44,115.62v-3.56c0-.25-.1-.49-.29-.65-.18-.16-.43-.23-.67-.2l-23.81,3.29c-.24.03-.49-.04-.67-.2-.19-.16-.3-.4-.3-.65v-5.65c0-.42.31-.78.73-.84l2-.29c.42-.06.72-.43.72-.85v-33.57c0-.47-.38-.85-.85-.85h-1.7c-.47,0-.85-.38-.86-.85v-5.75c0-.47.39-.85.86-.85h24.25c.47,0,.85-.38.85-.85h0v-4c0-.47-.39-.85-.86-.86h-21.92c-.47,0-.85-.38-.85-.85h0v-5.72c0-.47.38-.85.85-.85h26c2.04-.13,3.81,1.42,3.94,3.47.02.29,0,.58-.05.86,0,.05,0,.11,0,.16l.05,8.63v37.32c0,.25.1.48.29.64.19.16.44.24.68.2l1.39-.21c.24-.04.49.04.68.2.19.16.29.4.29.65v5.94c0,.42-.31.78-.73.84l-1.87.26c-.42.06-.73.42-.73.84v4.8c0,.47-.38.84-.85.85h-5.68c-.47,0-.85-.38-.86-.85h-.03Zm39.4-50.69h1.36c.47,0,.84-.38.85-.85v-5.76c0-.47-.38-.85-.85-.85h0c-6.78,0-13.71.07-20.4.07-.25,0-.49-.11-.65-.3-.17-.19-.23-.45-.18-.7l.81-4.52c.05-.25-.02-.51-.19-.7-.14-.19-.36-.31-.6-.32h-6c-.41,0-.76.3-.84.7-.5,2.8-1.16,6.68-1.44,8.58-.34,2.31,1,4.63,3.57,4.63h15.4c.26,0,.5.11.66.31.17.2.23.46.17.71-.42,2-.84,3.9-1.28,5.69-.79,3.24-1.7,6.47-2.74,9.64-.11.33-.4.57-.75.59-.34.03-.67-.16-.82-.47l-6.2-12.13c-.14-.29-.44-.48-.77-.47l-6.47.1c-.47,0-.85.39-.84.86,0,.13.03.27.09.38l11.26,21.93c.12.24.12.51,0,.75-3.11,6.72-10.38,19-14.73,23.51h0l-.09.11h9.07c.28,0,.54-.13.7-.36,2.46-3.51,6.05-9.52,7.68-12.34.33-.58.66-1.17,1-1.77.22-.41.74-.57,1.15-.35.15.08.27.2.35.35,2,3.88,5.26,10.15,7.22,14,.14.29.44.47.76.46h6.33c.47,0,.85-.39.84-.86,0-.13-.03-.27-.09-.38l-11.64-22.73c-.1-.22-.1-.48,0-.7.55-1.42,1.12-2.92,1.71-4.56,1.62-4.59,2.99-9.26,4.09-14,.59-2.46,1.16-5,1.69-7.6.08-.4.43-.68.84-.68l-.03.03Zm57.26,20.82h-5.75c-.47,0-.85.39-.85.86v12.11c0,.47.38.85.85.85h5.75c.47,0,.85-.38.85-.85h0v-12.11c0-.47-.38-.85-.85-.86Zm-110.68,5.73h13.17c.47,0,.85-.38.85-.85h0v-4.55c0-.47-.38-.85-.85-.85h-13.17c-.47,0-.85.38-.85.85h0v4.55c0,.47.38.85.85.85h0Zm0-13.7h13.17c.47,0,.85-.39.85-.86v-4.47c0-.47-.38-.85-.85-.85h-13.17c-.47,0-.85.38-.85.85h0v4.47c0,.47.38.85.85.86Zm.12,27.73l13.17-1.87c.42-.05.74-.41.73-.84v-3c0-.47-.38-.84-.85-.85h-13.17c-.47,0-.84.38-.85.85v4.89c0,.47.38.85.85.85.05,0,.1,0,.15-.01l-.03-.02Zm119.72,3.59c1.62-.04,2.93-1.33,3-2.95v-27.91c-.14-1.57-1.42-2.8-3-2.87h-20.8c-.36,0-.68.22-.8.55-5.74,15-13.67,27.47-23.39,40.25-.16.21-.41.33-.68.33h-7.2c-.47,0-.85-.37-.86-.84,0-.19.06-.38.18-.53,9.45-12.19,17.84-24.29,23.75-38.58.11-.26.08-.56-.08-.8-.16-.24-.42-.38-.71-.38h-21.56c-.47,0-.85-.38-.85-.85h0v-5.61c0-.47.38-.85.85-.85h24.88c.36,0,.69-.23.81-.57v-.12h0c1.46-4.61,3.26-10.29,4.32-15,.09-.39.43-.66.83-.66h5.78c.46,0,.84.37.85.83,0,.06,0,.11-.02.17-.61,2.85-2.09,7.83-2.71,10.13-.36,1.36-.76,2.74-1.17,4.13-.08.26-.03.54.13.76.16.22.41.34.68.34h17.74c5.61-.06,10.2,4.45,10.26,10.06,0,.04,0,.08,0,.12v27.91c.04,5.66-4.51,10.29-10.17,10.33-.03,0-.06,0-.09,0h-18.85c-.47,0-.85-.38-.85-.85h0v-5.64c0-.47.38-.85.85-.85h0l18.88-.05Zm-38.18-56.67c0-.47-.38-.85-.85-.85h-5.68c-.47,0-.85.38-.85.85h0v9.2c0,.47.38.85.85.86h5.68c.47,0,.85-.39.85-.86v-9.2Zm122.6,28.57h-41.94c-.39,0-.74.27-.83.65l-6.57,26.73c-.07.25-.01.52.15.73.16.21.41.33.67.33h38.57c1.59-.09,2.85-1.4,2.87-3v-10.75c0-.47.38-.85.85-.86h5.68c.47,0,.85.39.85.86v10.75c0,5.68-4.57,10.29-10.25,10.33h-44c-2.03-.02-3.67-1.68-3.65-3.71,0-.27.03-.54.1-.81h0l7.2-30.25c.08-.47-.24-.91-.71-.99-.04,0-.08-.01-.12-.01h-7.27c-.47,0-.85-.38-.86-.85v-5.8c0-.47.39-.85.86-.85h58.4c.47,0,.85.38.85.85h0v5.75c0,.47-.38.85-.85.85h0v.05Zm0-20h-58.4c-.47,0-.85-.38-.86-.85v-5.81c0-.47.39-.85.86-.86h58.4c.47,0,.85.39.85.86v5.75c0,.47-.38.85-.85.85h0v.06Z"/>
|
|
64
|
+
<path class="cls-7" d="m193.3,147.69c-2.68.1-5.27-1-7.06-3-1.6-1.81-2.47-4.17-2.41-6.59-.07-2.33.75-4.59,2.3-6.33,1.86-1.96,4.48-3.01,7.17-2.87h10.59v3.27h-10.59c-1.72-.07-3.39.6-4.58,1.85-2.13,2.38-2.21,5.96-.18,8.43,1.2,1.35,2.95,2.09,4.76,2h8.69v-4.1h-8.91v-3h12.18v10.38l-11.96-.04Zm33.44-5.28h-8.92l2-3.27h5l-3.27-5.41-8.56,13.94h-4.21l10.2-17c.32-.53.76-.99,1.28-1.34.35-.27.77-.44,1.21-.49.46-.02.91.12,1.28.39.56.37,1.02.86,1.36,1.44l10,17h-4.22l-3.18-5.26h.03Zm26.25,4.34l-12.06-12.12v13.06h-3.27v-17.15c-.03-.44.12-.87.4-1.21.25-.29.62-.45,1-.44.73.06,1.4.42,1.85,1l12.08,12.05v-13.05h3.27v17.18c0,1.2-.41,1.81-1.23,1.81-.79-.11-1.5-.51-2-1.13h-.04Zm24.41-5.42l-2.69,4.83c-.67,1.18-1.33,1.79-2,1.85s-1.39-.57-2.1-1.86l-9.46-17.26h4.23l7.33,13.69,2.64-4.93-4.79-8.76h4.21l7.35,13.7,7.44-13.7h4.2l-9.68,17.26c-.66,1.18-1.31,1.8-2,1.86s-1.4-.57-2.1-1.86l-2.64-4.82h.06Zm35.33-4.81v3.27h-10.74v-3.27h10.74Zm-12.13,7.9v-12.26h13v-3.27h-16.3v18.8h16.24v-3.27h-12.94Zm18.87,3.27v-18.8h3.27v18.8h-3.27Zm20.65,0h-3.27v-6.27l-9.57-12.53h4.21l7.09,9.28,6.65-9.28h4.2l-9.31,12.58v6.22Zm24.7,0h-1.12c-3.17,0-5.56-.62-7.17-1.85-1.78-1.38-2.66-3.59-2.66-6.62v-10.33h3.27v10.33c0,2,.61,3.4,1.83,4.21,1.45.77,3.09,1.11,4.73,1h1.12c1.64.11,3.28-.23,4.74-1,1.22-.82,1.83-2.22,1.83-4.21v-10.33h3.27v10.33c0,3.03-.9,5.23-2.7,6.62-1.58,1.23-3.96,1.84-7.14,1.85h0Zm31-.94l-12.06-12.12v13.06h-3.27v-17.15c-.02-.44.12-.87.39-1.21.26-.28.62-.44,1-.44.73.06,1.4.42,1.86,1l12.06,12.08v-13.08h3.27v17.18c0,1.2-.41,1.81-1.23,1.81-.79-.11-1.51-.51-2.01-1.13h-.01Z"/>
|
|
65
|
+
</g>
|
|
66
|
+
</g>
|
|
67
|
+
</svg>
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="_图层_2" data-name="图层 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 401.53 165.06">
|
|
3
|
+
<defs>
|
|
4
|
+
<style>
|
|
5
|
+
.cls-1 {
|
|
6
|
+
fill: url(#_未命名的渐变_12);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8 {
|
|
10
|
+
fill-rule: evenodd;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.cls-2 {
|
|
14
|
+
fill: url(#_未命名的渐变_14);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.cls-3 {
|
|
18
|
+
fill: url(#_未命名的渐变_12-2);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.cls-4 {
|
|
22
|
+
fill: url(#_未命名的渐变_12-3);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.cls-5 {
|
|
26
|
+
fill: url(#_未命名的渐变_14-3);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.cls-6 {
|
|
30
|
+
fill: url(#_未命名的渐变_14-2);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.cls-7 {
|
|
34
|
+
fill: #141414;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.cls-8 {
|
|
38
|
+
fill: #0360e1;
|
|
39
|
+
}
|
|
40
|
+
</style>
|
|
41
|
+
<linearGradient id="_未命名的渐变_14" data-name="未命名的渐变 14" x1="47.52" y1="45.75" x2="157.29" y2="141.82" gradientTransform="translate(0 168) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
|
42
|
+
<stop offset=".18" stop-color="#0057d8"/>
|
|
43
|
+
<stop offset="1" stop-color="#55d4ff"/>
|
|
44
|
+
</linearGradient>
|
|
45
|
+
<linearGradient id="_未命名的渐变_12" data-name="未命名的渐变 12" x1="150.65" y1="105.16" x2="-26.72" y2="93.39" gradientTransform="translate(0 168) scale(1 -1)" gradientUnits="userSpaceOnUse">
|
|
46
|
+
<stop offset="0" stop-color="#78d9b5"/>
|
|
47
|
+
<stop offset="1" stop-color="#55d6f0"/>
|
|
48
|
+
</linearGradient>
|
|
49
|
+
<linearGradient id="_未命名的渐变_14-2" data-name="未命名的渐变 14" x1="-33.2" y1="73.21" x2="108.95" y2="104.21" xlink:href="#_未命名的渐变_14"/>
|
|
50
|
+
<linearGradient id="_未命名的渐变_14-3" data-name="未命名的渐变 14" x1="7.72" y1="24.42" x2="110.7" y2="59.6" xlink:href="#_未命名的渐变_14"/>
|
|
51
|
+
<linearGradient id="_未命名的渐变_12-2" data-name="未命名的渐变 12" x1="128.74" y1="65.04" x2="4.16" y2="45.05" xlink:href="#_未命名的渐变_12"/>
|
|
52
|
+
<linearGradient id="_未命名的渐变_12-3" data-name="未命名的渐变 12" x1="148.55" y1="187.43" x2="82.4" y2="115.58" xlink:href="#_未命名的渐变_12"/>
|
|
53
|
+
</defs>
|
|
54
|
+
<g id="_" data-name=" ">
|
|
55
|
+
<g>
|
|
56
|
+
<path class="cls-2" d="m95.65,62.18c10.62-17.58,15.91-41.58,12.48-50.9-4.24-11.54,5-16.65,11.91-3.49,15.19,28.81,10.38,83.27,8.07,102.53-1.14,9.48-3.33,21.23-16.65,6.48-8.34-9.24-19-19.43-23.85-28.52-6.73-12.7,1.77-15.73,8.04-26.1Z"/>
|
|
57
|
+
<path class="cls-1" d="m2.55,14.73s57.63-10.26,100.84,60.55c0,0,22.44,36.63,19.78,47.46,0,0-.06-9.91-11.4-26.4,0,0-45.2-77-111.38-69.94.22-3.97.95-7.89,2.16-11.67Z"/>
|
|
58
|
+
<path class="cls-6" d="m.52,26.38c0,.11-7.13,35.88,31.55,73.23h0c24.08-7.72,61.74,5.92,61.74,5.92,23.83,7,28.43,13.26,29.15,16.23h.13c-.32-2.83-2-11.93-11.33-25.46.01.04-45.13-76.86-111.24-69.92Z"/>
|
|
59
|
+
<path class="cls-5" d="m122.99,123.56s3.88-8.4-29.13-18c0,0-43.42-15.73-66.82-3.86,0,0-26.91,13.73-2.46,44,0,0,20.1,23.61,51.37,10,0,0,24-11.1,38.54-22-.04-.04,8.13-5.23,8.5-10.14Z"/>
|
|
60
|
+
<path class="cls-3" d="m123.04,123.24s.47-10.51-35.53-13.94c0,0-40.4-6.89-61,4.34-5.68,3.08-9.8,8.41-11.36,14.68,0,0-6.04-20.52,16.93-28.71,24.08-7.72,61.74,5.92,61.74,5.92,21.54,6.28,27.37,12,28.82,15.28l.4,2.43Z"/>
|
|
61
|
+
<path class="cls-4" d="m110.24.15s-5.88-.1-10.2,9.24c-.82,2-1.33,4.11-1.52,6.26-1.19,12-1.17,25.5-9.17,39.87,1.95,2.32,3.89,4.81,5.81,7.48.17-.26.33-.52.49-.79,10.62-17.58,15.91-41.58,12.48-50.9-2.21-6-.77-10.28,2.11-11.13v-.03Zm-22.15,65.72h0l1.27,1.35-1.27-1.35Zm2.74,2.94h0l-1.22-1.33,1.22,1.33Z"/>
|
|
62
|
+
<path class="cls-8" d="m140.04,118.57l1.07-.29c4.08-1.13,8.06-2.59,11.9-4.37,7-3.26,16.42-9.07,21.53-18.19,0,0,.78-1,1.31-.54.22.22.27.54.14.82-.07.39-.32.72-.68.88-.32.13-.66.2-1,.22-2.38,3.92-5.5,7.34-9.19,10.06-3.68,2.85-7.68,5.26-11.91,7.2-3.81,1.76-7.75,3.22-11.79,4.35l-1.3.35c.41,1.45-.14,3.01-1.36,3.89-1.12.76-2.5,1.03-3.83.75-2.85,3.91-4.52,6-7.62,8.5-2.06,1.69-4.19,3.69-6.87,4.15-.11.09-1.13.92-2.73,2-1.11.87-2.43,1.43-3.82,1.64l-31.12,22.63c-1.35.81-2.75,1.52-4.21,2.11-.4.17-.81.28-1.24.33-.56.02-1.12-.08-1.63-.31-1.09-.43-1.74-1.53-1.6-2.69.38-1.05.96-2.03,1.7-2.87.5-.68,1.05-1.31,1.65-1.9l31.17-22.68c.35-1.28,1.09-2.42,2.11-3.27,1.46-1.33,2.32-2,2.32-2,.19-.28.36-.56.51-.86.3-.7.68-1.37,1.11-2,.19-.27.39-.55.61-.82l.19-.24c.52-.63,1.08-1.22,1.69-1.76.34-.31.7-.61,1.08-.9.15-.12.3-.24.46-.35,2.01-1.47,4.28-2.54,6.7-3.14,1.48-.37,3.01-.48,4.53-.31-.21-1.33.34-2.66,1.44-3.44,1.76-1.1,3.99-1.14,5.78-.08,1.88-2.76,3.6-5.63,5.15-8.59.41-.79.83-1.6,1.24-2.46,3.07-6.31,6.64-15.7,6.18-24.59-.18-1,.2-1.26.32-1.31.35-.11.65.21.75.35.28.32.36.76.21,1.16-.14.32-.38.59-.68.78.18,8.7-3.27,17.67-6.25,23.8-.64,1.32-1.29,2.55-1.91,3.7-1.39,2.55-2.9,5.03-4.54,7.43.41.25.78.55,1.12.89.4.4.74.87,1,1.38.08.14.15.29.21.44l.08.2.02-.05Zm-24.05,14.87c.77.81,1.9,1.19,3,1-1.1.17-2.22-.2-3-1Zm3.38,3c.38.03.77,0,1.14-.09-.38.05-.77.08-1.16.07l.02.02Z"/>
|
|
63
|
+
<path class="cls-7" d="m210.44,115.62v-3.56c0-.25-.1-.49-.29-.65-.18-.16-.43-.23-.67-.2l-23.81,3.29c-.24.03-.49-.04-.67-.2-.19-.16-.3-.4-.3-.65v-5.65c0-.42.31-.78.73-.84l2-.29c.42-.06.72-.43.72-.85v-33.57c0-.47-.38-.85-.85-.85h-1.7c-.47,0-.85-.38-.86-.85v-5.75c0-.47.39-.85.86-.85h24.25c.47,0,.85-.38.85-.85h0v-4c0-.47-.39-.85-.86-.86h-21.92c-.47,0-.85-.38-.85-.85h0v-5.72c0-.47.38-.85.85-.85h26c2.04-.13,3.81,1.42,3.94,3.47.02.29,0,.58-.05.86,0,.05,0,.11,0,.16l.05,8.63v37.32c0,.25.1.48.29.64.19.16.44.24.68.2l1.39-.21c.24-.04.49.04.68.2.19.16.29.4.29.65v5.94c0,.42-.31.78-.73.84l-1.87.26c-.42.06-.73.42-.73.84v4.8c0,.47-.38.84-.85.85h-5.68c-.47,0-.85-.38-.86-.85h-.03Zm39.4-50.69h1.36c.47,0,.84-.38.85-.85v-5.76c0-.47-.38-.85-.85-.85h0c-6.78,0-13.71.07-20.4.07-.25,0-.49-.11-.65-.3-.17-.19-.23-.45-.18-.7l.81-4.52c.05-.25-.02-.51-.19-.7-.14-.19-.36-.31-.6-.32h-6c-.41,0-.76.3-.84.7-.5,2.8-1.16,6.68-1.44,8.58-.34,2.31,1,4.63,3.57,4.63h15.4c.26,0,.5.11.66.31.17.2.23.46.17.71-.42,2-.84,3.9-1.28,5.69-.79,3.24-1.7,6.47-2.74,9.64-.11.33-.4.57-.75.59-.34.03-.67-.16-.82-.47l-6.2-12.13c-.14-.29-.44-.48-.77-.47l-6.47.1c-.47,0-.85.39-.84.86,0,.13.03.27.09.38l11.26,21.93c.12.24.12.51,0,.75-3.11,6.72-10.38,19-14.73,23.51h0l-.09.11h9.07c.28,0,.54-.13.7-.36,2.46-3.51,6.05-9.52,7.68-12.34.33-.58.66-1.17,1-1.77.22-.41.74-.57,1.15-.35.15.08.27.2.35.35,2,3.88,5.26,10.15,7.22,14,.14.29.44.47.76.46h6.33c.47,0,.85-.39.84-.86,0-.13-.03-.27-.09-.38l-11.64-22.73c-.1-.22-.1-.48,0-.7.55-1.42,1.12-2.92,1.71-4.56,1.62-4.59,2.99-9.26,4.09-14,.59-2.46,1.16-5,1.69-7.6.08-.4.43-.68.84-.68l-.03.03Zm57.26,20.82h-5.75c-.47,0-.85.39-.85.86v12.11c0,.47.38.85.85.85h5.75c.47,0,.85-.38.85-.85h0v-12.11c0-.47-.38-.85-.85-.86Zm-110.68,5.73h13.17c.47,0,.85-.38.85-.85h0v-4.55c0-.47-.38-.85-.85-.85h-13.17c-.47,0-.85.38-.85.85h0v4.55c0,.47.38.85.85.85h0Zm0-13.7h13.17c.47,0,.85-.39.85-.86v-4.47c0-.47-.38-.85-.85-.85h-13.17c-.47,0-.85.38-.85.85h0v4.47c0,.47.38.85.85.86Zm.12,27.73l13.17-1.87c.42-.05.74-.41.73-.84v-3c0-.47-.38-.84-.85-.85h-13.17c-.47,0-.84.38-.85.85v4.89c0,.47.38.85.85.85.05,0,.1,0,.15-.01l-.03-.02Zm119.72,3.59c1.62-.04,2.93-1.33,3-2.95v-27.91c-.14-1.57-1.42-2.8-3-2.87h-20.8c-.36,0-.68.22-.8.55-5.74,15-13.67,27.47-23.39,40.25-.16.21-.41.33-.68.33h-7.2c-.47,0-.85-.37-.86-.84,0-.19.06-.38.18-.53,9.45-12.19,17.84-24.29,23.75-38.58.11-.26.08-.56-.08-.8-.16-.24-.42-.38-.71-.38h-21.56c-.47,0-.85-.38-.85-.85h0v-5.61c0-.47.38-.85.85-.85h24.88c.36,0,.69-.23.81-.57v-.12h0c1.46-4.61,3.26-10.29,4.32-15,.09-.39.43-.66.83-.66h5.78c.46,0,.84.37.85.83,0,.06,0,.11-.02.17-.61,2.85-2.09,7.83-2.71,10.13-.36,1.36-.76,2.74-1.17,4.13-.08.26-.03.54.13.76.16.22.41.34.68.34h17.74c5.61-.06,10.2,4.45,10.26,10.06,0,.04,0,.08,0,.12v27.91c.04,5.66-4.51,10.29-10.17,10.33-.03,0-.06,0-.09,0h-18.85c-.47,0-.85-.38-.85-.85h0v-5.64c0-.47.38-.85.85-.85h0l18.88-.05Zm-38.18-56.67c0-.47-.38-.85-.85-.85h-5.68c-.47,0-.85.38-.85.85h0v9.2c0,.47.38.85.85.86h5.68c.47,0,.85-.39.85-.86v-9.2Zm122.6,28.57h-41.94c-.39,0-.74.27-.83.65l-6.57,26.73c-.07.25-.01.52.15.73.16.21.41.33.67.33h38.57c1.59-.09,2.85-1.4,2.87-3v-10.75c0-.47.38-.85.85-.86h5.68c.47,0,.85.39.85.86v10.75c0,5.68-4.57,10.29-10.25,10.33h-44c-2.03-.02-3.67-1.68-3.65-3.71,0-.27.03-.54.1-.81h0l7.2-30.25c.08-.47-.24-.91-.71-.99-.04,0-.08-.01-.12-.01h-7.27c-.47,0-.85-.38-.86-.85v-5.8c0-.47.39-.85.86-.85h58.4c.47,0,.85.38.85.85h0v5.75c0,.47-.38.85-.85.85h0v.05Zm0-20h-58.4c-.47,0-.85-.38-.86-.85v-5.81c0-.47.39-.85.86-.86h58.4c.47,0,.85.39.85.86v5.75c0,.47-.38.85-.85.85h0v.06Z"/>
|
|
64
|
+
<path class="cls-7" d="m193.3,147.69c-2.68.1-5.27-1-7.06-3-1.6-1.81-2.47-4.17-2.41-6.59-.07-2.33.75-4.59,2.3-6.33,1.86-1.96,4.48-3.01,7.17-2.87h10.59v3.27h-10.59c-1.72-.07-3.39.6-4.58,1.85-2.13,2.38-2.21,5.96-.18,8.43,1.2,1.35,2.95,2.09,4.76,2h8.69v-4.1h-8.91v-3h12.18v10.38l-11.96-.04Zm33.44-5.28h-8.92l2-3.27h5l-3.27-5.41-8.56,13.94h-4.21l10.2-17c.32-.53.76-.99,1.28-1.34.35-.27.77-.44,1.21-.49.46-.02.91.12,1.28.39.56.37,1.02.86,1.36,1.44l10,17h-4.22l-3.18-5.26h.03Zm26.25,4.34l-12.06-12.12v13.06h-3.27v-17.15c-.03-.44.12-.87.4-1.21.25-.29.62-.45,1-.44.73.06,1.4.42,1.85,1l12.08,12.05v-13.05h3.27v17.18c0,1.2-.41,1.81-1.23,1.81-.79-.11-1.5-.51-2-1.13h-.04Zm24.41-5.42l-2.69,4.83c-.67,1.18-1.33,1.79-2,1.85s-1.39-.57-2.1-1.86l-9.46-17.26h4.23l7.33,13.69,2.64-4.93-4.79-8.76h4.21l7.35,13.7,7.44-13.7h4.2l-9.68,17.26c-.66,1.18-1.31,1.8-2,1.86s-1.4-.57-2.1-1.86l-2.64-4.82h.06Zm35.33-4.81v3.27h-10.74v-3.27h10.74Zm-12.13,7.9v-12.26h13v-3.27h-16.3v18.8h16.24v-3.27h-12.94Zm18.87,3.27v-18.8h3.27v18.8h-3.27Zm20.65,0h-3.27v-6.27l-9.57-12.53h4.21l7.09,9.28,6.65-9.28h4.2l-9.31,12.58v6.22Zm24.7,0h-1.12c-3.17,0-5.56-.62-7.17-1.85-1.78-1.38-2.66-3.59-2.66-6.62v-10.33h3.27v10.33c0,2,.61,3.4,1.83,4.21,1.45.77,3.09,1.11,4.73,1h1.12c1.64.11,3.28-.23,4.74-1,1.22-.82,1.83-2.22,1.83-4.21v-10.33h3.27v10.33c0,3.03-.9,5.23-2.7,6.62-1.58,1.23-3.96,1.84-7.14,1.85h0Zm31-.94l-12.06-12.12v13.06h-3.27v-17.15c-.02-.44.12-.87.39-1.21.26-.28.62-.44,1-.44.73.06,1.4.42,1.86,1l12.06,12.08v-13.08h3.27v17.18c0,1.2-.41,1.81-1.23,1.81-.79-.11-1.51-.51-2.01-1.13h-.01Z"/>
|
|
65
|
+
</g>
|
|
66
|
+
</g>
|
|
67
|
+
</svg>
|