@ganwei-web/ganwei-pc-cli 6.2.1 → 6.2.2
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/.nvmrc +1 -0
- package/ganwei-app-6.2.1/moduleConfiguration/.editorconfig +22 -0
- package/ganwei-app-6.2.1/moduleConfiguration/.env.development +23 -0
- package/ganwei-app-6.2.1/moduleConfiguration/.env.local.config +8 -0
- package/ganwei-app-6.2.1/moduleConfiguration/.env.production +29 -0
- package/ganwei-app-6.2.1/moduleConfiguration/.env.test +22 -0
- package/ganwei-app-6.2.1/moduleConfiguration/.eslintignore +13 -0
- package/ganwei-app-6.2.1/moduleConfiguration/.eslintrc.cjs +178 -0
- package/ganwei-app-6.2.1/moduleConfiguration/.prettierignore +13 -0
- package/ganwei-app-6.2.1/moduleConfiguration/.prettierrc.cjs +37 -0
- package/ganwei-app-6.2.1/moduleConfiguration/cleanNodeModule.js +16 -0
- package/ganwei-app-6.2.1/moduleConfiguration/copyFile.js +133 -0
- package/ganwei-app-6.2.1/moduleConfiguration/filterStatic.js +65 -0
- package/ganwei-app-6.2.1/moduleConfiguration/init.js +48 -0
- package/ganwei-app-6.2.1/moduleConfiguration/moduleConfiguration.json +17 -0
- package/ganwei-app-6.2.1/package.json +41 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/.babelrc +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/.editorconfig +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/.env.development +23 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/.env.production +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/.env.test +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/.eslintignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/.eslintrc.cjs +178 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/.prettierignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/.prettierrc.cjs +37 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/.stylelintrc.cjs +18 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/auto-imports.d.ts +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/env.d.ts +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/index.html +21 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/package-lock.json +18130 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/package.json +88 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/css/ElementPlusAdapter.css +706 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/css/index-plus-vars.css +93 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/css/index-plus.css +1 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/css/index.css +15254 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/css/pptxjs.css +161 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/css/reset-6.1.css +433 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/element-icons.ttf +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/element-icons.woff +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/iconfont.css +1167 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/iconfont.js +1 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/iconfont.json +2025 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/iconfont.ttf +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/iconfont.woff +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/iconfont.woff2 +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/index-loading.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/loading_1.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/loading_2.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/loading_3.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/loading_4.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/logo.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/noPermission.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/noPermission1.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/refresh.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/scene_current.svg +36 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/scene_equip.svg +30 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/scene_safe.svg +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/scene_zonghe.svg +28 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/snapshot_alarm.svg +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/snapshot_info.svg +15 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/snapshot_setup.svg +15 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/snapshot_warning.svg +15 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/snapshot_zichan.svg +15 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/ts.svg +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/axios.min.js +2 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/base/MFEManager.js +70 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/echarts.min.js +45 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/enc-base64-min.js +88 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/hmac-sha256.js +18 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/jsencrypt.min.js +2 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/signalr.min.js +17 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/transformpcm.worker.js +58 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue2/elementUI.min.js +1 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue2/injectCss.js +12 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue2/vue-i18n.min.js +6 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue2/vue-router.min.js +11 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue2/vue.min.js +11 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue2/vuex.min.js +6 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/ElementPlusAdapter.iife.js +628 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/elementPlus.min.js +73 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/gw_app_api.iife.js +4024 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/vue-i18n.min.js +6 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/vue-router.min.js +6 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/vue.min.js +1 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/vuex.min.js +6 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/autoPlay.json +187 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/commandConfig.json +10 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/config.json +32 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/modules.json +93 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/player.json +6 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/ppt.json +6 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/scene.json +72 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/welcome.json +8 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/language/en-US/frame.json +30 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/language/en-US/publics.json +73 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/language/zh-CN/frame.json +30 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/language/zh-CN/publics.json +73 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/language/zh-HK/frame.json +30 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/language/zh-HK/publics.json +73 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/themes/dark-6.1.css +325 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/themes/dark.css +84 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/themes/default-theme.js +43 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/themes/light-6.1.css +333 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/themes/light.css +85 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/App.vue +256 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/NavigationBar/components/NavBarItem.vue +28 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/NavigationBar/components/NavBarItemBack.vue +18 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/NavigationBar/components/NavBarItemCommon.vue +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/NavigationBar/components/NavBarItemLogo.vue +33 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/NavigationBar/index.vue +66 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/NavigationBar/models/index.ts +10 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/appFrame/appFrame.vue +119 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/appFrame/bottom.vue +76 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/appFrame/css/bottom.scss +54 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/appFrame/css/top.scss +44 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/appFrame/js/useGestrue.ts +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/appFrame/top.vue +93 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/loading/index.vue +71 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/qrcodeReader/qrcodeReader.vue +328 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/components/QrcodeCapture.vue +54 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/components/QrcodeDropZone.vue +42 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/components/QrcodeStream.vue +327 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/index.js +32 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/misc/camera.js +153 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/misc/errors.js +25 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/misc/scanner.js +114 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/misc/shimGetUserMedia.js +30 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/misc/util.js +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/mixins/CommonAPI.vue +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/enums/index.ts +19 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/hostMap.ts +8 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/main.ts +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/models/index.ts +81 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/request/api/Auth.ts +80 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/request/api.ts +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/router.ts +134 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/store.js +192 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/types.js +16 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/utils/MFEManager.ts +141 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/utils/URLSearchParams.ts +149 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/utils/defineWindowAttr.ts +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/utils/eventBus.ts +6 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/EditPassword/index.vue +142 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/ganwei-app-jump/src/index.vue +174 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/ganwei-app-jump/src/lifecycles.js +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/Index.vue +113 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/getSystemInfo.ts +35 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/useEventBus.ts +93 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/useInitMenus.ts +47 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/useKeepAlive.ts +35 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/useNavigationBar.ts +94 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/usePush.ts +62 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/useScan.ts +36 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/stats.html +4975 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/tsconfig.json +58 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/types/gw-app-public.d.ts +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/vite.base.config.ts +233 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/vite.config.ts +51 -0
- package/ganwei-app-6.2.1/pnpm-lock.yaml +8810 -0
- package/ganwei-app-6.2.1/pnpm-workspace.yaml +3 -0
- package/ganwei-iotcenter-index-6.2.1/.nvmrc +1 -0
- package/ganwei-iotcenter-index-6.2.1/configuration/cleanNodeModule.js +18 -0
- package/ganwei-iotcenter-index-6.2.1/configuration/gitClone.js +45 -0
- package/ganwei-iotcenter-index-6.2.1/configuration/moduleConfiguration.json +20 -0
- package/ganwei-iotcenter-index-6.2.1/configuration/updateModule.cjs +30 -0
- package/ganwei-iotcenter-index-6.2.1/init.cjs +30 -0
- package/ganwei-iotcenter-index-6.2.1/package.json +41 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.babelrc +4 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.editorconfig +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.env.development +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.env.production +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.env.test +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.eslintignore +13 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.eslintrc.cjs +176 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.prettierignore +13 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.prettierrc.cjs +19 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/auto-imports.d.ts +5 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/build/enteryJson.js +9 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/build/vite-addInfo-html.ts +38 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/build/vite-plugin-stats-html.js +595 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/components.d.ts +87 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/env.d.ts +7 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/index.html +31 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/package.json +89 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/css/element-plus/css-vars.css +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/css/element-plus/index.css +16959 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/css/element-ui/index.css +16075 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/css/equipStatus.css +70 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/css/index.css +15926 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/css/reset-6-1.css +155 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.css +1135 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.js +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.json +1969 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.woff +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.woff2 +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/element-icons.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/element-icons.woff +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.css +3779 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.js +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.json +6596 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.woff +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.woff2 +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/http/createAxios.js +486 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/head-background.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-alarmIcon-dark.svg +48 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-alarmIcon-green.svg +42 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-alarmIcon-light.svg +26 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-apppreview-dark.svg +20 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-apppreview-green.svg +20 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-apppreview-light.svg +14 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-contentfull-dark.svg +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-contentfull-green.svg +16 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-contentfull-light.svg +16 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-contentfull.svg +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-fullscreen-dark.svg +19 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-fullscreen-green.svg +14 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-fullscreen-light.svg +12 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-fullscreen.svg +19 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-loading.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-logo-src-dark.svg +67 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-logo-src-green.svg +67 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-logo-src-light.svg +67 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-logo-src-small.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-logo-src.svg +67 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-nopage-dark.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-nopage-green.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-nopage-light.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-normalIcon-dark.svg +32 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-normalIcon-green.svg +32 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-normalIcon-light.svg +9 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-skin-dark.svg +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-skin-green.svg +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-skin-light.svg +15 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-skin.svg +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-tuchuquanping-dark.svg +18 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-tuchuquanping-green.svg +18 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-tuchuquanping-light.svg +18 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-tuchuquanping.svg +18 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-upgrade.svg +18 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-user-dark.svg +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-user-green.svg +27 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-user-light.svg +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-user.svg +26 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-warningIcon-dark.svg +37 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-warningIcon-green.svg +37 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-warningIcon-light.svg +15 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/login-bg-img.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/logo.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/menu-background.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/renew-message-dark.svg +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/renew-message-green.svg +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/renew-message-light.svg +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/right-close.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/right-open.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-fullscreen.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-guzhang.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-jinggao.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-shezhi.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-xinxi.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-zichan.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/unread-message-dark.svg +19 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/unread-message-green.svg +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/unread-message-light.svg +17 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/webconfig-location.svg +17 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/axios.min.js +2 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/echarts.min.js +25 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/element-ui/index.js +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/element-ui/index.js.gz +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/enc-base64-min.js +86 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/filereader.js +455 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/font.js +56 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/getConfigInfoData.js +57 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/getLanguage.js +144 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/getLanguageOptions.js +52 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/getUserPermissionList.js +55 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/h5player.min.js +311 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/hmac-sha256.js +18 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/jquery.slim.min.js +2 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/jsencrypt.min.js +2 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/jszip.min.js +14 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/liveplayer-lib.min.js +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/moment.js +5670 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/pptxjs.min.js +14105 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/signalr.min.js +17 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/tXml.js +244 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/transformpcm.worker.js +58 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/vue-i18n.min.js +6 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/vue-router.min.js +11 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/vue.min.js +11 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/vuex.min.js +6 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/json/RAMScope.json +201 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/json/config.json +154 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/json/snapshot.json +34 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/lib/treeV2/treeV2.css +246 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/lib/treeV2/treeV2.js +5384 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/dark-6-1.css +430 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/dark.css +426 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/default-theme-6-1.js +48 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/default-theme.js +53 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/green-6-1.css +357 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/light-6-1.css +424 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/light.css +414 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/themeConfig.json +42 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/App.vue +52 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/assets/plugins/encrypt.js +122 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/auto-import.d.ts +61 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/asideMenu/contractMenu.vue +216 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/asideMenu/menu.vue +238 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/asideMenu/topNav.vue +238 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/contextMenu/index.js +42 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/contextMenu/index.vue +113 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexLeftContent/index.js +204 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexLeftContent/index.scss +258 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexLeftContent/index.vue +112 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/appPreview/images/appconnect.jpg +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/appPreview/index.vue +282 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/contentFullScreen/index.js +19 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/contentFullScreen/index.vue +10 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/fullScreen/index.js +50 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/fullScreen/index.vue +10 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/index.js +28 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/index.scss +137 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/index.vue +20 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/processDesign/ApprovalDialog.vue +147 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/processDesign/index.js +327 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/processDesign/index.scss +253 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/processDesign/index.vue +61 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/RenewDialog.vue +97 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/index.js +95 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/index.scss +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/index.vue +8 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/renew.vue +271 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/saveMode/index.js +45 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/saveMode/index.scss +36 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/saveMode/index.vue +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/switchTheme/index.js +70 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/switchTheme/index.scss +94 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/switchTheme/index.vue +35 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/unReadMessages/index.js +146 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/unReadMessages/index.scss +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/unReadMessages/index.vue +8 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/upgrade/index.js +81 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/upgrade/index.scss +147 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/upgrade/index.vue +30 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/PWEditDialog/forceEdit.js +78 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/PWEditDialog/index.js +265 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/PWEditDialog/index.scss +5 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/PWEditDialog/index.vue +39 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/index.js +94 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/index.scss +113 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/index.vue +90 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/logoutDialog/index.js +68 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/logoutDialog/index.vue +16 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/restartPlatformDialog/index.js +178 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/restartPlatformDialog/index.scss +16 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/restartPlatformDialog/index.vue +46 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/safeModeDialog/index.vue +195 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/switchPark/index.js +70 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/switchPark/index.scss +95 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/switchPark/index.vue +35 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/systemInfoDialog/index.js +240 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/systemInfoDialog/index.scss +158 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/systemInfoDialog/index.vue +50 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/index.js +63 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/index.scss +40 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/index.vue +20 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/labelPage/index.js +398 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/labelPage/index.scss +136 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/labelPage/index.vue +36 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/normalPage/index.js +34 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/normalPage/index.scss +44 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/normalPage/index.vue +21 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/inputPassword/index.vue +65 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/isDebug/isDebug.vue +57 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/isDebug/warning.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/noAccess/noAccess.vue +78 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/noAccess/noPage.vue +68 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/sceneMonitor/index.js +95 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/toast/index.js +65 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/toast/index.vue +136 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/unreadMsg/listItem.vue +36 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/unreadMsg/unread.vue +300 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/hostMap.js +13 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/main.js +50 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/mixins/judgePermission.js +29 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/publish/pub.ts +28 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/request/api/frame.js +142 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/request/api.js +14 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/router.js +34 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/store.js +221 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/types.js +16 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/utils/MFEManager.js +156 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/utils/gwEquipCache.js +325 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/utils/gwSignalr.js +66 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/utils/historyExport.js +158 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/utils/setStorage.js +5 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/Index.vue +81 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/index.js +297 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/jumpIframe/index.vue +242 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/jumpIframe/preloadMethod.js +54 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/jumpIframe/queryParser.js +47 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/tsconfig.json +57 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/vite.config.ts +270 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.babelrc +8 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.editorconfig +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.env.development +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.env.production +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.env.test +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.eslintignore +13 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.eslintrc.cjs +162 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.prettierignore +13 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.prettierrc.cjs +37 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/auto-imports.d.ts +5 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/build/enteryJson.js +72 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/build/vite-addInfo-html.ts +38 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/build/vite-plugin-stats-html.js +595 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/env.d.ts +7 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/index.html +34 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/package.json +84 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/css/drag.css +140 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/css/element-plus/css-vars.css +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/css/element-plus/index.css +16957 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/css/element-ui/index.css +16075 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/css/element-ui/reset.css +1471 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/css/index.css +15926 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/css/reset-6-1.css +114 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.css +1135 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.js +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.json +1969 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.woff +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.woff2 +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/element-icons.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/element-icons.woff +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.css +4151 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.js +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.json +7247 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.woff +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.woff2 +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/http/createAxios.js +316 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/center.svg +23 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/centerActive.svg +24 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/center_light.svg +15 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/index-loading.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/index-logo-src-dark.svg +67 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/index-logo-src-green.svg +67 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/index-logo-src-light.svg +67 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/index-logo-src-small.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/index-logo-src.svg +67 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/left.svg +23 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/leftActive.svg +24 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/left_light.svg +15 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/login-bg-img.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/login-drag-start.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/login-drag-stop.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/logo.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/refresh.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/right.svg +23 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/rightActive.svg +24 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/right_light.svg +15 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/js/axios.min.js +3 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/js/drag.js +391 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/js/font.js +57 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/js/getConfigInfoData.js +57 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/js/getLanguage.js +143 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/js/getLanguageOptions.js +52 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/js/jquery.min.js +10716 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/dark-6-1.css +430 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/dark.css +426 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/default-theme-6-1.js +46 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/default-theme.js +53 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/green-6-1.css +336 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/light-6-1.css +424 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/light.css +414 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/themeConfig.json +42 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/App.vue +70 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/alertHandle.scss +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/browserScroll.scss +5 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/btnHandle.scss +36 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/containerHandle.scss +402 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/dialogStyle.scss +43 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/equipStatus.scss +88 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/index.scss +1358 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/inputStyle.scss +16 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/listHandle.scss +113 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/login.scss +335 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/mainInfo.scss +297 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/maintenanceInfo.scss +199 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/style.css +921 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/tableHandle.scss +147 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/txtHandle.scss +39 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/images/login-bg-img.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/images/login-sso-error.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/images/logo-bg.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/plugins/encrypt.js +122 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/declaration/declaration.scss +118 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/declaration/declaration.vue +109 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/declaration/declarationPacts.vue +42 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/passwordModification/checkEmailContainer.vue +134 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/passwordModification/inputEmailContainer.vue +128 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/passwordModification/modifyPasswordContainer.vue +138 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/passwordModification/passwordModification - /345/211/257/346/234/254.vue" +4 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/passwordModification/passwordModification.vue +223 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/directive/loadMore/loadMore.js +14 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/hostMap.js +18 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/main.js +39 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/mixins/setDefaultLanguage.js +87 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/request/api/login.js +95 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/request/api.js +13 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/router.js +48 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/types.js +16 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/utils/formValidate.js +25 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/utils/isApp.js +18 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/utils/language.js +45 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/utils/myUtils.js +646 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/utils/timeFormat.js +23 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/utils/timesYMDHMS.js +27 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/views/js/mainInfo.js +374 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/views/js/maintenanceInfo.js +202 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/views/login.vue +458 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/views/ssoLogin.vue +230 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/views/ssoLogout.vue +58 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/vite.config.ts +237 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.babelrc +8 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.editorconfig +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.env.development +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.env.production +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.env.test +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.eslintignore +13 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.eslintrc.cjs +162 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.prettierignore +13 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.prettierrc.cjs +37 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/auto-imports.d.ts +5 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/build/enteryJson.js +64 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/build/vite-addInfo-html.js +15 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/build/vite-addInfo-html.ts +38 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/build/vite-plugin-stats-html +14 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/build/vite-plugin-stats-html.js +595 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/env.d.ts +7 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/index.html +25 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/package.json +94 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/css/element-plus/css-vars.css +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/css/element-plus/index.css +16957 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/css/reset-6-1.css +114 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.css +1135 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.js +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.json +1969 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.woff +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.woff2 +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/element-icons.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/element-icons.woff +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.css +3535 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.js +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.json +6169 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.woff +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.woff2 +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/http/createAxios.js +372 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/images/index-loading.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/js/axios.min.js +3 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/js/font.js +58 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/js/getConfigInfoData.js +58 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/js/getLanguage.js +142 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/js/getLanguageOptions.js +51 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/themes/dark-6-1.css +430 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/themes/default-theme-6-1.js +48 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/themes/light-6-1.css +424 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/themes/themeConfig.json +42 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/App.vue +41 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/assets/images/template.jpg +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/hostMap.js +14 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/main.js +39 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/request/api/template.js +11 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/request/api.js +9 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/router.js +23 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/utils/setStorage.js +5 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/views/template.vue +1008 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/tsconfig.json +21 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/tsconfig.node.json +10 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/vite.config.ts +240 -0
- package/ganwei-iotcenter-index-6.2.1/pnpm-workspace.yaml +3 -0
- package/package.json +3 -2
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="30px" height="30px" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>编组 110</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
|
+
<filter x="-116.2%" y="-117.1%" width="332.4%" height="334.2%" filterUnits="objectBoundingBox" id="filter-2">
|
|
10
|
+
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
|
11
|
+
<feGaussianBlur stdDeviation="3" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
|
12
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 1 0 0 0 0 0.233877115 0 0 0 1 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
|
13
|
+
<feMerge>
|
|
14
|
+
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
|
15
|
+
<feMergeNode in="SourceGraphic"></feMergeNode>
|
|
16
|
+
</feMerge>
|
|
17
|
+
</filter>
|
|
18
|
+
</defs>
|
|
19
|
+
<g id="切图" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
20
|
+
<g id="UI-kit(4034✖️1850)" transform="translate(-2015.000000, -365.000000)">
|
|
21
|
+
<g id="编组-110" transform="translate(2018.000000, 367.000000)">
|
|
22
|
+
<path d="M12.0232475,0 C11.3327344,0 10.6572628,0.238978086 10.1207907,0.675233892 C8.41749156,2.05123701 5.28211197,2.98346698 2.71103301,3.15993758 C1.19612603,3.26070995 0,4.49592445 0,5.99373494 L0,13.6390361 C0,18.2554403 6.88966278,26 11.8679449,26 C16.9040488,26 23.6,18.2962496 23.6,13.9224096 L23.6,6.03421687 C23.5951772,4.59300155 22.513711,3.41941876 21.0805332,3.22299934 L20.9069101,3.20416481 C18.1870981,2.98436564 16.1154078,2.07060057 13.6323873,0.471546332 C13.1554415,0.162728699 12.5978921,0 12.0232475,0 Z M12.0232475,2 C12.2144498,2 12.3941796,2.05245667 12.5474508,2.15169709 C15.2862575,3.91548013 17.6206308,4.94510741 20.7464108,5.19771431 C21.2471314,5.23787458 21.598544,5.60126996 21.6000056,6.03756695 L21.6000056,13.9224096 C21.6000056,17.249146 15.7322879,24 11.8679449,24 C8.04972867,24 2,17.1995968 2,13.6390361 L2,5.99373494 C2,5.56424523 2.36494088,5.18737837 2.84588396,5.15538509 C5.79120215,4.95323013 9.29885589,3.91031338 11.3801188,2.22896565 C11.5617698,2.08125489 11.7914368,2 12.0232475,2 Z" id="形状" fill="url(#linearGradient-1)"></path>
|
|
23
|
+
<g id="!备份-3" filter="url(#filter-2)" transform="translate(6.710875, 7.930445)">
|
|
24
|
+
<g id="编组-9" transform="translate(-0.000000, 0.000000)">
|
|
25
|
+
<path d="M5.27083333,10.4620707 C8.1818342,10.4620707 10.5416667,8.12005641 10.5416667,5.23103536 C10.5416667,2.3420143 8.1818342,0 5.27083333,0 C2.35983246,0 0,2.3420143 0,5.23103536 C0,8.12005641 2.35983246,10.4620707 5.27083333,10.4620707 Z" id="椭圆形" stroke="#00DD00" stroke-width="0.5" fill="#00DB1C"></path>
|
|
26
|
+
<polyline id="路径-3" stroke="#FFFFFF" stroke-width="1.37527797" points="3.03134152 5.35338134 4.71581479 7.02513582 7.92414812 3.84102734"></polyline>
|
|
27
|
+
</g>
|
|
28
|
+
</g>
|
|
29
|
+
</g>
|
|
30
|
+
</g>
|
|
31
|
+
</g>
|
|
32
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
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="UIkit" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<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="形状备份-5" fill="#555555" fill-rule="nonzero"></path>
|
|
6
|
+
<path d="M13.9817087,19.2925153 C16.8927096,19.2925153 19.252542,16.950501 19.252542,14.0614799 C19.252542,11.1724588 16.8927096,8.83044454 13.9817087,8.83044454 C11.0707078,8.83044454 8.71087536,11.1724588 8.71087536,14.0614799 C8.71087536,16.950501 11.0707078,19.2925153 13.9817087,19.2925153 Z" id="椭圆形备份-9" stroke="#00DD00" stroke-width="0.5" fill="#00DB1C"></path>
|
|
7
|
+
<polyline id="路径-3备份" stroke="#FFFFFF" stroke-width="1.37527797" points="11.7422169 14.1838259 13.4266902 15.8555804 16.6350235 12.6714719"></polyline>
|
|
8
|
+
</g>
|
|
9
|
+
</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>首页_皮肤</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="设备管理切图" transform="translate(-1830.000000, -18.000000)">
|
|
12
|
+
<g id="Group-5" transform="translate(1822.000000, 10.000000)" fill="#222A39" opacity="0">
|
|
13
|
+
<g id="Group-4">
|
|
14
|
+
<polygon id="Rectangle-3-Copy-2" points="0 0 44 0 44 44 0 44"></polygon>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
<g id="pifu" transform="translate(1831.000000, 21.000000)" fill="url(#linearGradient-1)">
|
|
18
|
+
<path d="M20.1347716,0 L18.6226908,0 C18.2227574,0 17.8369161,0.173050808 17.5787491,0.482231161 C16.8042481,1.4069538 14.5886905,2.00558559 13.1930103,2.00558559 C11.7973302,2.00558559 9.58177253,1.4069538 8.80727152,0.482231161 C8.54628609,0.172768967 8.16326321,0 7.76332983,0 L6.24843065,0 C5.8797817,0 5.52776141,0.147403213 5.26677599,0.41430731 L0.24266571,5.52353378 C-0.08088857,5.85244306 -0.08088857,6.38315099 0.24266571,6.71206026 L3.30628507,9.82979323 C3.62983935,10.1589843 4.15181019,10.1589843 4.47508263,9.82979323 L4.57710933,9.72776653 C4.68787312,9.61700274 4.87501601,9.69366369 4.87501601,9.85262241 L4.87501601,20.7207205 C4.87501601,21.4270158 5.43672654,22 6.13174819,22 L20.2506085,22 C20.9456302,22 21.5073407,21.4270158 21.5073407,20.7207205 L21.5073407,9.84980399 C21.5073407,9.69084527 21.6944836,9.61136591 21.8052474,9.72494812 L21.9072741,9.82725666 C22.2308284,10.1561659 22.7527992,10.1561659 23.0760716,9.82725666 L26.139691,6.70952369 C26.4632453,6.38061441 26.4632453,5.84990648 26.139691,5.52099721 L21.1164262,0.411488893 C20.8554408,0.147685055 20.500884,0 20.1347716,0 Z" id="路径"></path>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
</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>皮肤</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
|
+
<path d="M21.1347716,3 L19.6226908,3 C19.2227574,3 18.8369161,3.17305081 18.5787491,3.48223116 C17.8042481,4.4069538 15.5886905,5.00558559 14.1930103,5.00558559 C12.7973302,5.00558559 10.5817725,4.4069538 9.80727152,3.48223116 C9.54628609,3.17276897 9.16326321,3 8.76332983,3 L7.24843065,3 C6.8797817,3 6.52776141,3.14740321 6.26677599,3.41430731 L1.24266571,8.52353378 C0.91911143,8.85244306 0.91911143,9.38315099 1.24266571,9.71206026 L4.30628507,12.8297932 C4.62983935,13.1589843 5.15181019,13.1589843 5.47508263,12.8297932 L5.57710933,12.7277665 C5.68787312,12.6170027 5.87501601,12.6936637 5.87501601,12.8526224 L5.87501601,23.7207205 C5.87501601,24.4270158 6.43672654,25 7.13174819,25 L21.2506085,25 C21.9456302,25 22.5073407,24.4270158 22.5073407,23.7207205 L22.5073407,12.849804 C22.5073407,12.6908453 22.6944836,12.6113659 22.8052474,12.7249481 L22.9072741,12.8272567 C23.2308284,13.1561659 23.7527992,13.1561659 24.0760716,12.8272567 L27.139691,9.70952369 C27.4632453,9.38061441 27.4632453,8.84990648 27.139691,8.52099721 L22.1164262,3.41148889 C21.8554408,3.14768505 21.500884,3 21.1347716,3 Z" id="path-2"></path>
|
|
10
|
+
</defs>
|
|
11
|
+
<g id="页面-绿" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
12
|
+
<g id="UI_kit" transform="translate(-2212.000000, -253.000000)">
|
|
13
|
+
<g id="皮肤" transform="translate(2212.000000, 253.000000)">
|
|
14
|
+
<rect id="矩形备份-14" x="0" y="0" width="28" height="28"></rect>
|
|
15
|
+
<g id="路径">
|
|
16
|
+
<use fill="url(#linearGradient-1)" xlink:href="#path-2"></use>
|
|
17
|
+
<use fill="#F8FEFF" xlink:href="#path-2"></use>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
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="Group-5备份-3" transform="translate(-8.000000, -8.000000)" fill="#FFFFFF" fill-opacity="0">
|
|
6
|
+
<g id="Group-4">
|
|
7
|
+
<polygon id="Rectangle-3-Copy-2" points="0 0 44 0 44 44 0 44"></polygon>
|
|
8
|
+
</g>
|
|
9
|
+
</g>
|
|
10
|
+
<g id="编组-2备份-9" transform="translate(-88.000000, 0.000000)"></g>
|
|
11
|
+
<g id="pifu备份-2" transform="translate(1.000000, 3.000000)" fill="#555555">
|
|
12
|
+
<path d="M20.1347716,0 L18.6226908,0 C18.2227574,0 17.8369161,0.173050808 17.5787491,0.482231161 C16.8042481,1.4069538 14.5886905,2.00558559 13.1930103,2.00558559 C11.7973302,2.00558559 9.58177253,1.4069538 8.80727152,0.482231161 C8.54628609,0.172768967 8.16326321,0 7.76332983,0 L6.24843065,0 C5.8797817,0 5.52776141,0.147403213 5.26677599,0.41430731 L0.24266571,5.52353378 C-0.08088857,5.85244306 -0.08088857,6.38315099 0.24266571,6.71206026 L3.30628507,9.82979323 C3.62983935,10.1589843 4.15181019,10.1589843 4.47508263,9.82979323 L4.57710933,9.72776653 C4.68787312,9.61700274 4.87501601,9.69366369 4.87501601,9.85262241 L4.87501601,20.7207205 C4.87501601,21.4270158 5.43672654,22 6.13174819,22 L20.2506085,22 C20.9456302,22 21.5073407,21.4270158 21.5073407,20.7207205 L21.5073407,9.84980399 C21.5073407,9.69084527 21.6944836,9.61136591 21.8052474,9.72494812 L21.9072741,9.82725666 C22.2308284,10.1561659 22.7527992,10.1561659 23.0760716,9.82725666 L26.139691,6.70952369 C26.4632453,6.38061441 26.4632453,5.84990648 26.139691,5.52099721 L21.1164262,0.411488893 C20.8554408,0.147685055 20.500884,0 20.1347716,0 Z" id="路径"></path>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</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>首页_皮肤</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="设备管理切图" transform="translate(-1830.000000, -18.000000)">
|
|
12
|
+
<g id="Group-5" transform="translate(1822.000000, 10.000000)" fill="#222A39" opacity="0">
|
|
13
|
+
<g id="Group-4">
|
|
14
|
+
<polygon id="Rectangle-3-Copy-2" points="0 0 44 0 44 44 0 44"></polygon>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
<g id="pifu" transform="translate(1831.000000, 21.000000)" fill="url(#linearGradient-1)">
|
|
18
|
+
<path d="M20.1347716,0 L18.6226908,0 C18.2227574,0 17.8369161,0.173050808 17.5787491,0.482231161 C16.8042481,1.4069538 14.5886905,2.00558559 13.1930103,2.00558559 C11.7973302,2.00558559 9.58177253,1.4069538 8.80727152,0.482231161 C8.54628609,0.172768967 8.16326321,0 7.76332983,0 L6.24843065,0 C5.8797817,0 5.52776141,0.147403213 5.26677599,0.41430731 L0.24266571,5.52353378 C-0.08088857,5.85244306 -0.08088857,6.38315099 0.24266571,6.71206026 L3.30628507,9.82979323 C3.62983935,10.1589843 4.15181019,10.1589843 4.47508263,9.82979323 L4.57710933,9.72776653 C4.68787312,9.61700274 4.87501601,9.69366369 4.87501601,9.85262241 L4.87501601,20.7207205 C4.87501601,21.4270158 5.43672654,22 6.13174819,22 L20.2506085,22 C20.9456302,22 21.5073407,21.4270158 21.5073407,20.7207205 L21.5073407,9.84980399 C21.5073407,9.69084527 21.6944836,9.61136591 21.8052474,9.72494812 L21.9072741,9.82725666 C22.2308284,10.1561659 22.7527992,10.1561659 23.0760716,9.82725666 L26.139691,6.70952369 C26.4632453,6.38061441 26.4632453,5.84990648 26.139691,5.52099721 L21.1164262,0.411488893 C20.8554408,0.147685055 20.500884,0 20.1347716,0 Z" id="路径"></path>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
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>编组 127</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="UI_kit(4034✖️1850)" transform="translate(-2017.000000, -338.000000)">
|
|
12
|
+
<g id="编组-127" transform="translate(2017.000000, 338.000000)">
|
|
13
|
+
<path d="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 M12.0005544,16 L12.0005544,24.0005544 L10.0011089,21.989299 L10.0005544,19.413 L2.46446609,26.9497475 L1.05025253,25.5355339 L8.58455444,18 L5.98996079,18 L4.00055444,16 L12.0005544,16 Z M25.5355339,1.05025253 L26.9497475,2.46446609 L19.4125544,10 L22.0111481,10.0005544 L24.0005544,12.0005544 L16.0005544,12.0005544 L16.0005544,4 L18,6.01125541 L17.9995544,8.585 L25.5355339,1.05025253 Z M9.00055444,1 L7.01114809,3 L3,3 L3,6.98929903 L1.00055444,9.00055444 L1.00055444,1 L9.00055444,1 Z" id="形状结合" fill="url(#linearGradient-1)"></path>
|
|
14
|
+
<polygon id="矩形" opacity="0.438476562" points="0 0 28 0 28 28 0 28"></polygon>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
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>编组 127</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="UI_kit(4034✖️1850)" transform="translate(-2017.000000, -338.000000)">
|
|
12
|
+
<g id="编组-127" transform="translate(2017.000000, 338.000000)">
|
|
13
|
+
<path d="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 M12.0005544,16 L12.0005544,24.0005544 L10.0011089,21.989299 L10.0005544,19.413 L2.46446609,26.9497475 L1.05025253,25.5355339 L8.58455444,18 L5.98996079,18 L4.00055444,16 L12.0005544,16 Z M25.5355339,1.05025253 L26.9497475,2.46446609 L19.4125544,10 L22.0111481,10.0005544 L24.0005544,12.0005544 L16.0005544,12.0005544 L16.0005544,4 L18,6.01125541 L17.9995544,8.585 L25.5355339,1.05025253 Z M9.00055444,1 L7.01114809,3 L3,3 L3,6.98929903 L1.00055444,9.00055444 L1.00055444,1 L9.00055444,1 Z" id="形状结合" fill="url(#linearGradient-1)"></path>
|
|
14
|
+
<polygon id="矩形" opacity="0.438476562" points="0 0 28 0 28 28 0 28"></polygon>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
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>编组 127</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="UI_kit(4034✖️1850)" transform="translate(-2017.000000, -338.000000)">
|
|
12
|
+
<g id="编组-127" transform="translate(2017.000000, 338.000000)">
|
|
13
|
+
<path d="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 M12.0005544,16 L12.0005544,24.0005544 L10.0011089,21.989299 L10.0005544,19.413 L2.46446609,26.9497475 L1.05025253,25.5355339 L8.58455444,18 L5.98996079,18 L4.00055444,16 L12.0005544,16 Z M25.5355339,1.05025253 L26.9497475,2.46446609 L19.4125544,10 L22.0111481,10.0005544 L24.0005544,12.0005544 L16.0005544,12.0005544 L16.0005544,4 L18,6.01125541 L17.9995544,8.585 L25.5355339,1.05025253 Z M9.00055444,1 L7.01114809,3 L3,3 L3,6.98929903 L1.00055444,9.00055444 L1.00055444,1 L9.00055444,1 Z" id="形状结合" fill="url(#linearGradient-1)"></path>
|
|
14
|
+
<polygon id="矩形" opacity="0.438476562" points="0 0 28 0 28 28 0 28"></polygon>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
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>编组 127</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="UI_kit(4034✖️1850)" transform="translate(-2017.000000, -338.000000)">
|
|
12
|
+
<g id="编组-127" transform="translate(2017.000000, 338.000000)">
|
|
13
|
+
<path d="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 M12.0005544,16 L12.0005544,24.0005544 L10.0011089,21.989299 L10.0005544,19.413 L2.46446609,26.9497475 L1.05025253,25.5355339 L8.58455444,18 L5.98996079,18 L4.00055444,16 L12.0005544,16 Z M25.5355339,1.05025253 L26.9497475,2.46446609 L19.4125544,10 L22.0111481,10.0005544 L24.0005544,12.0005544 L16.0005544,12.0005544 L16.0005544,4 L18,6.01125541 L17.9995544,8.585 L25.5355339,1.05025253 Z M9.00055444,1 L7.01114809,3 L3,3 L3,6.98929903 L1.00055444,9.00055444 L1.00055444,1 L9.00055444,1 Z" id="形状结合" fill="url(#linearGradient-1)"></path>
|
|
14
|
+
<polygon id="矩形" opacity="0.438476562" points="0 0 28 0 28 28 0 28"></polygon>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="22px" height="22px" viewBox="0 0 22 22" 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="-5.44009282e-13%" fx="50%" fy="-5.44009282e-13%" r="57.9053845%" gradientTransform="translate(0.500000,-0.000000),scale(1.000000,0.984426),rotate(90.000000),translate(-0.500000,0.000000)" id="radialGradient-1">
|
|
6
|
+
<stop stop-color="#FFCA90" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#FF9842" offset="100%"></stop>
|
|
8
|
+
</radialGradient>
|
|
9
|
+
</defs>
|
|
10
|
+
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
11
|
+
<g id="「31」切图" transform="translate(-513.000000, -176.000000)">
|
|
12
|
+
<g id="编组-18备份-5" transform="translate(519.000000, 182.000000)">
|
|
13
|
+
<path d="M8.64346974,0 L1.35665278,0 C0.600833129,0 0,0.62019113 0,1.35665278 L0,8.80167232 C0,9.55749197 0.62019113,10.1582026 1.35665278,10.1582026 L8.64346974,10.1582026 C9.37993139,10.1582026 10,9.53801145 10,8.80167232 L10,1.35665278 C10,0.60071061 9.37980887,0 8.64346974,0 Z" id="形状" fill="url(#radialGradient-1)"></path>
|
|
14
|
+
<path d="M5.05239053,2.22609593 L3.41054688,4.70632172 L4.43666255,4.70632172 L4.43666255,6.6329946 L5.66821403,6.6329946 L5.66821403,4.70632172 L6.69425328,4.70632172 L5.05239053,2.22609593 Z M3.41054688,7.3754337 L6.69425328,7.3754337 L6.69425328,7.82762555 L3.41054688,7.82762555 L3.41054688,7.3754337 Z" id="形状" fill="#FFFFFF" fill-rule="nonzero"></path>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</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>编组 22</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<circle id="path-1" cx="14" cy="14" r="14"></circle>
|
|
6
|
+
<linearGradient x1="74.9384046%" y1="100%" x2="74.9384046%" y2="0%" id="linearGradient-3">
|
|
7
|
+
<stop stop-color="#A7B1C7" offset="0%"></stop>
|
|
8
|
+
<stop stop-color="#DADDE4" offset="100%"></stop>
|
|
9
|
+
</linearGradient>
|
|
10
|
+
</defs>
|
|
11
|
+
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
12
|
+
<g id="敢为系统(头像)" transform="translate(-1860.000000, -18.000000)">
|
|
13
|
+
<g id="编组-22" transform="translate(1860.000000, 18.000000)">
|
|
14
|
+
<mask id="mask-2" fill="white">
|
|
15
|
+
<use xlink:href="#path-1"></use>
|
|
16
|
+
</mask>
|
|
17
|
+
<use id="Mask" fill="#565555" xlink:href="#path-1"></use>
|
|
18
|
+
<path d="M23.9975076,23.6279351 C24.0692581,23.8433992 24.1242324,24.1223319 24.1580239,24.4603533 C24.1918154,24.7984013 24.2087245,24.5279629 24.2087245,24.8660905 C24.2087245,25.2041384 24.1834273,25.5252508 24.1369739,25.8294807 C24.0861672,26.1337105 24.0101694,26.3619427 23.9130155,26.518318 C23.8411587,26.6197192 23.6340828,26.7253674 23.2960349,26.8436776 C22.9579073,26.9619877 19.4295203,28.9676903 14.4684577,28.9676903 C9.93426192,28.9676903 6.02978828,27.2324261 5.40858703,27.0929597 C4.78738578,26.9535996 4.41554632,26.8351832 4.28457431,26.7380293 C4.12395176,26.6197192 4.00564162,26.2689297 3.9295377,25.6816262 C3.85353995,25.0899693 3.88308431,24.9421148 4.02679782,24.0209308 C4.11556361,23.4884688 4.33102769,23.0828378 4.6733228,22.8123995 C5.01983853,22.5376343 5.42974323,22.3221702 5.89459565,22.1657948 C6.36358906,22.0052785 8.53559022,21.2572462 9.03423416,21.1263007 C9.5328781,20.9953287 9.96818616,20.809409 10.3399991,20.5642944 C10.644229,20.3783746 10.8766021,20.1965959 11.0414718,20.0234442 C11.2062353,19.8501863 11.3245455,19.6769019 11.3879079,19.5036441 C11.4513765,19.3303597 11.485168,19.1528546 11.485168,18.9627939 C11.485168,18.776768 11.4766737,18.5739392 11.4640118,18.354228 C11.4344675,18.0076857 11.3245455,17.7415211 11.1302376,17.5556013 C10.9358235,17.3695754 10.7203329,17.1752675 10.4709711,16.9724388 C10.3526609,16.8710377 10.255507,16.7315713 10.1667412,16.5497926 C10.0779754,16.3681465 10.0019777,16.186474 9.93012093,16.0005543 C9.85826418,15.784984 9.78640742,15.560999 9.71455066,15.3328996 C9.61314955,15.3032491 9.5117219,15.2567957 9.41032079,15.1807714 C9.321555,15.1089146 9.22864822,15.0075135 9.12724711,14.8764353 C9.025846,14.7454899 8.94132738,14.5595702 8.86522346,14.3144555 C8.79336671,14.0735615 8.76806952,13.8496031 8.79336671,13.6552952 C8.81452291,13.4608546 8.85256159,13.2918439 8.91167685,13.1481304 C8.96662457,12.987614 9.05539036,12.8396534 9.1737005,12.6917989 C9.16103864,12.146675 9.18633582,11.5973305 9.26246629,11.047986 C9.31741401,10.5873807 9.42295611,10.0971515 9.57508432,9.577431 C9.72729217,9.05773704 9.94702996,8.58863745 10.2343508,8.17451213 C10.5090363,7.78576363 10.8132397,7.46454509 11.1512876,7.21101577 C11.4894152,6.95748645 11.8317103,6.7589314 12.1781198,6.61521789 C12.5246621,6.47150438 12.8712044,6.37432389 13.2261348,6.31098801 C13.5769243,6.25601374 13.9191928,6.22222222 14.2529936,6.22222222 C14.6671189,6.22222222 15.0727499,6.27292278 15.4530837,6.37432389 C15.833444,6.47575154 16.1883745,6.60255602 16.5222549,6.76307238 C16.8517819,6.92369493 17.1518708,7.09695279 17.4053736,7.29126068 C17.6673973,7.48570129 17.874367,7.68425634 18.0349896,7.88719129 C18.3941672,8.34777 18.6646055,8.85482864 18.8463577,9.4084203 C19.0280303,9.96203851 19.1548613,10.4817325 19.2224443,10.9718821 C19.3112101,11.5466299 19.344922,12.1255453 19.3322602,12.700187 C19.4336613,12.7551347 19.5140389,12.8439005 19.5688804,12.9622107 C19.6238547,13.0636118 19.6745553,13.1904428 19.7083468,13.3509592 C19.7421648,13.5115552 19.746412,13.7017486 19.7168411,13.9340952 C19.6745553,14.2384312 19.6026985,14.4750515 19.5140389,14.6567241 C19.4167788,14.8385028 19.3153511,14.977863 19.2013147,15.0792641 C19.0703427,15.1976804 18.9351235,15.2736782 18.79141,15.3158844 C18.7364623,15.5441165 18.6688527,15.7723221 18.5969959,15.983539 C18.5252453,16.1695649 18.4406205,16.3554847 18.3519609,16.5330163 C18.2547008,16.7146623 18.1532997,16.8541286 18.0392367,16.9555563 C17.9081851,17.0738664 17.7899811,17.1667732 17.6715648,17.2471243 C17.5532547,17.323122 17.4560742,17.4076407 17.3673349,17.4921327 C17.2785691,17.5808985 17.2067124,17.6823262 17.1518708,17.8048835 C17.0968966,17.9274408 17.0504432,18.0752953 17.0207926,18.2485797 C16.9785864,18.46415 16.9659511,18.6838612 16.9785864,18.9078462 C16.9912483,19.1275574 17.0504432,19.3556834 17.1518708,19.5753946 C17.2532719,19.7952121 17.4180355,20.0106762 17.6505148,20.2135049 C17.8786142,20.4164399 18.1913649,20.5938387 18.5800869,20.7544613 C18.9392645,20.8980686 19.3365073,21.0248731 19.7590473,21.1305479 C20.1858345,21.2403637 21.897257,21.9756279 22.2902526,22.1278358 C22.6832218,22.279964 23.0382584,22.4701309 23.346762,22.6982303 C23.6467181,22.9517596 23.8664559,23.2518485 23.9975076,23.6279351 Z M14.3967071,26.5647714 C14.4685639,26.5647714 14.5783531,26.518318 14.7304813,26.4253051 C14.882583,26.3281511 15.0305437,26.2224763 15.1741776,26.0915309 C15.3178911,25.9605588 15.4445894,25.8294807 15.5502642,25.7027824 C15.6601596,25.5717042 15.7108602,25.4745502 15.7108602,25.3984463 C15.7108602,25.3097867 15.689704,25.161826 15.6475243,24.9421148 C15.6052119,24.7266507 15.5502642,24.4857567 15.4952899,24.2322539 C15.4404484,23.9702037 15.377086,23.7167009 15.3221382,23.4630654 C15.2671905,23.2095361 15.2122162,23.0067339 15.17001,22.8462175 C15.3136439,22.7278012 15.4362012,22.6053235 15.5376023,22.4701309 C15.6390034,22.3306645 15.689704,22.1911982 15.689704,22.0474847 C15.689704,21.9291746 15.6516653,21.8151116 15.5713938,21.6925543 C15.4952899,21.569997 15.4023831,21.4685693 15.300982,21.3798301 C15.1826719,21.2784024 15.0643617,21.1770013 14.9332836,21.0756002 L13.8557508,21.0756002 C13.7121169,21.1770013 13.5895596,21.2784024 13.4881585,21.3798301 C13.3993927,21.4685693 13.3233949,21.5657232 13.2515382,21.6840334 C13.1796814,21.8023435 13.1416162,21.9122655 13.1416162,22.0305757 C13.1416162,22.1193415 13.1923168,22.2334044 13.3022387,22.3771179 C13.4120545,22.5208314 13.5431062,22.6601916 13.6994816,22.7869961 C13.6390391,22.9735529 13.5812776,23.160906 13.5262237,23.3490025 C13.4543669,23.5898699 13.3867574,23.8476464 13.3233949,24.1180847 C13.2599263,24.3843556 13.2008376,24.6378849 13.1501371,24.8745052 C13.0993303,25.1111255 13.0782803,25.2843833 13.0782803,25.4026935 C13.0782803,25.4745502 13.1289809,25.5759779 13.2387701,25.7069233 C13.3486921,25.8380015 13.475417,25.968947 13.6276248,26.095778 C13.7797265,26.2267235 13.9276075,26.3366455 14.071321,26.4295523 C14.2191755,26.5140443 14.3290975,26.5647714 14.3967071,26.5647714 Z" id="Fill-1" fill="url(#linearGradient-3)" mask="url(#mask-2)"></path>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,27 @@
|
|
|
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
|
+
<defs>
|
|
5
|
+
<circle id="path-1" cx="14" cy="14" r="14"></circle>
|
|
6
|
+
<linearGradient x1="74.9384046%" y1="100%" x2="74.9384046%" y2="0%" id="linearGradient-3">
|
|
7
|
+
<stop stop-color="#019DA3" offset="0%"></stop>
|
|
8
|
+
<stop stop-color="#009CA2" offset="100%"></stop>
|
|
9
|
+
</linearGradient>
|
|
10
|
+
<path d="M14.2529936,6.22222222 C14.6671189,6.22222222 15.0727499,6.27292278 15.4530837,6.37432389 C15.833444,6.47575154 16.1883745,6.60255602 16.5222549,6.76307238 C16.8517819,6.92369493 17.1518708,7.09695279 17.4053736,7.29126068 C17.6673973,7.48570129 17.874367,7.68425634 18.0349896,7.88719129 C18.3941672,8.34777 18.6646055,8.85482864 18.8463577,9.4084203 C19.0280303,9.96203851 19.1548613,10.4817325 19.2224443,10.9718821 C19.3112101,11.5466299 19.344922,12.1255453 19.3322602,12.700187 C19.4336613,12.7551347 19.5140389,12.8439005 19.5688804,12.9622107 C19.6238547,13.0636118 19.6745553,13.1904428 19.7083468,13.3509592 C19.7421648,13.5115552 19.746412,13.7017486 19.7168411,13.9340952 C19.6745553,14.2384312 19.6026985,14.4750515 19.5140389,14.6567241 C19.4167788,14.8385028 19.3153511,14.977863 19.2013147,15.0792641 C19.0703427,15.1976804 18.9351235,15.2736782 18.79141,15.3158844 C18.7364623,15.5441165 18.6688527,15.7723221 18.5969959,15.983539 C18.5252453,16.1695649 18.4406205,16.3554847 18.3519609,16.5330163 C18.2547008,16.7146623 18.1532997,16.8541286 18.0392367,16.9555563 C17.9081851,17.0738664 17.7899811,17.1667732 17.6715648,17.2471243 C17.5532547,17.323122 17.4560742,17.4076407 17.3673349,17.4921327 C17.2785691,17.5808985 17.2067124,17.6823262 17.1518708,17.8048835 C17.0968966,17.9274408 17.0504432,18.0752953 17.0207926,18.2485797 C16.9785864,18.46415 16.9659511,18.6838612 16.9785864,18.9078462 C16.9912483,19.1275574 17.0504432,19.3556834 17.1518708,19.5753946 C17.2532719,19.7952121 17.4180355,20.0106762 17.6505148,20.2135049 C17.8786142,20.4164399 18.1913649,20.5938387 18.5800869,20.7544613 C18.9392645,20.8980686 19.3365073,21.0248731 19.7590473,21.1305479 C20.1858345,21.2403637 21.897257,21.9756279 22.2902526,22.1278358 C22.6832218,22.279964 23.0382584,22.4701309 23.346762,22.6982303 C23.6467181,22.9517596 23.8664559,23.2518485 23.9975076,23.6279351 L24.0377684,23.7592749 C21.4941188,26.3750519 17.9368229,28 14,28 C10.1129086,28 6.59581599,26.4158465 4.05911267,23.8579298 L4.02679782,24.0209308 C4.11556361,23.4884688 4.33102769,23.0828378 4.6733228,22.8123995 C5.01983853,22.5376343 5.42974323,22.3221702 5.89459565,22.1657948 C6.36358906,22.0052785 8.53559022,21.2572462 9.03423416,21.1263007 C9.5328781,20.9953287 9.96818616,20.809409 10.3399991,20.5642944 C10.644229,20.3783746 10.8766021,20.1965959 11.0414718,20.0234442 C11.2062353,19.8501863 11.3245455,19.6769019 11.3879079,19.5036441 C11.4513765,19.3303597 11.485168,19.1528546 11.485168,18.9627939 C11.485168,18.776768 11.4766737,18.5739392 11.4640118,18.354228 C11.4344675,18.0076857 11.3245455,17.7415211 11.1302376,17.5556013 C10.9358235,17.3695754 10.7203329,17.1752675 10.4709711,16.9724388 C10.3526609,16.8710377 10.255507,16.7315713 10.1667412,16.5497926 C10.0779754,16.3681465 10.0019777,16.186474 9.93012093,16.0005543 C9.85826418,15.784984 9.78640742,15.560999 9.71455066,15.3328996 C9.61314955,15.3032491 9.5117219,15.2567957 9.41032079,15.1807714 C9.321555,15.1089146 9.22864822,15.0075135 9.12724711,14.8764353 C9.025846,14.7454899 8.94132738,14.5595702 8.86522346,14.3144555 C8.79336671,14.0735615 8.76806952,13.8496031 8.79336671,13.6552952 C8.81452291,13.4608546 8.85256159,13.2918439 8.91167685,13.1481304 C8.96662457,12.987614 9.05539036,12.8396534 9.1737005,12.6917989 C9.16103864,12.146675 9.18633582,11.5973305 9.26246629,11.047986 C9.31741401,10.5873807 9.42295611,10.0971515 9.57508432,9.577431 C9.72729217,9.05773704 9.94702996,8.58863745 10.2343508,8.17451213 C10.5090363,7.78576363 10.8132397,7.46454509 11.1512876,7.21101577 C11.4894152,6.95748645 11.8317103,6.7589314 12.1781198,6.61521789 C12.5246621,6.47150438 12.8712044,6.37432389 13.2261348,6.31098801 C13.5769243,6.25601374 13.9191928,6.22222222 14.2529936,6.22222222 Z M14.9332836,21.0756002 L13.8557508,21.0756002 C13.7121169,21.1770013 13.5895596,21.2784024 13.4881585,21.3798301 C13.3993927,21.4685693 13.3233949,21.5657232 13.2515382,21.6840334 C13.1796814,21.8023435 13.1416162,21.9122655 13.1416162,22.0305757 C13.1416162,22.1193415 13.1923168,22.2334044 13.3022387,22.3771179 C13.4120545,22.5208314 13.5431062,22.6601916 13.6994816,22.7869961 C13.6390391,22.9735529 13.5812776,23.160906 13.5262237,23.3490025 C13.4543669,23.5898699 13.3867574,23.8476464 13.3233949,24.1180847 C13.2599263,24.3843556 13.2008376,24.6378849 13.1501371,24.8745052 C13.0993303,25.1111255 13.0782803,25.2843833 13.0782803,25.4026935 C13.0782803,25.4745502 13.1289809,25.5759779 13.2387701,25.7069233 C13.3486921,25.8380015 13.475417,25.968947 13.6276248,26.095778 C13.7797265,26.2267235 13.9276075,26.3366455 14.071321,26.4295523 C14.2191755,26.5140443 14.3290975,26.5647714 14.3967071,26.5647714 C14.4685639,26.5647714 14.5783531,26.518318 14.7304813,26.4253051 C14.882583,26.3281511 15.0305437,26.2224763 15.1741776,26.0915309 C15.3178911,25.9605588 15.4445894,25.8294807 15.5502642,25.7027824 C15.6601596,25.5717042 15.7108602,25.4745502 15.7108602,25.3984463 C15.7108602,25.3097867 15.689704,25.161826 15.6475243,24.9421148 C15.6052119,24.7266507 15.5502642,24.4857567 15.4952899,24.2322539 C15.4404484,23.9702037 15.377086,23.7167009 15.3221382,23.4630654 C15.2671905,23.2095361 15.2122162,23.0067339 15.17001,22.8462175 C15.3136439,22.7278012 15.4362012,22.6053235 15.5376023,22.4701309 C15.6390034,22.3306645 15.689704,22.1911982 15.689704,22.0474847 C15.689704,21.9291746 15.6516653,21.8151116 15.5713938,21.6925543 C15.4952899,21.569997 15.4023831,21.4685693 15.300982,21.3798301 C15.1826719,21.2784024 15.0643617,21.1770013 14.9332836,21.0756002 Z" id="path-4"></path>
|
|
11
|
+
</defs>
|
|
12
|
+
<g id="页面-绿" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
13
|
+
<g id="编组-104">
|
|
14
|
+
<g id="头像">
|
|
15
|
+
<mask id="mask-2" fill="white">
|
|
16
|
+
<use xlink:href="#path-1"></use>
|
|
17
|
+
</mask>
|
|
18
|
+
<use id="Mask备份" fill="#F8FEFF" xlink:href="#path-1"></use>
|
|
19
|
+
<mask id="mask-5" fill="white">
|
|
20
|
+
<use xlink:href="#path-4"></use>
|
|
21
|
+
</mask>
|
|
22
|
+
<use id="形状结合" fill="url(#linearGradient-3)" xlink:href="#path-4"></use>
|
|
23
|
+
</g>
|
|
24
|
+
<g id="头像备份-4" transform="translate(4.026798, 6.222222)"></g>
|
|
25
|
+
</g>
|
|
26
|
+
</g>
|
|
27
|
+
</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>编组 22</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<circle id="path-1" cx="14" cy="14" r="14"></circle>
|
|
6
|
+
<linearGradient x1="74.9384046%" y1="100%" x2="74.9384046%" y2="0%" id="linearGradient-3">
|
|
7
|
+
<stop stop-color="#A7B1C7" offset="0%"></stop>
|
|
8
|
+
<stop stop-color="#DADDE4" offset="100%"></stop>
|
|
9
|
+
</linearGradient>
|
|
10
|
+
</defs>
|
|
11
|
+
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
12
|
+
<g id="敢为系统(头像)" transform="translate(-1860.000000, -18.000000)">
|
|
13
|
+
<g id="编组-22" transform="translate(1860.000000, 18.000000)">
|
|
14
|
+
<mask id="mask-2" fill="white">
|
|
15
|
+
<use xlink:href="#path-1"></use>
|
|
16
|
+
</mask>
|
|
17
|
+
<use id="Mask" fill="#565555" xlink:href="#path-1"></use>
|
|
18
|
+
<path d="M23.9975076,23.6279351 C24.0692581,23.8433992 24.1242324,24.1223319 24.1580239,24.4603533 C24.1918154,24.7984013 24.2087245,24.5279629 24.2087245,24.8660905 C24.2087245,25.2041384 24.1834273,25.5252508 24.1369739,25.8294807 C24.0861672,26.1337105 24.0101694,26.3619427 23.9130155,26.518318 C23.8411587,26.6197192 23.6340828,26.7253674 23.2960349,26.8436776 C22.9579073,26.9619877 19.4295203,28.9676903 14.4684577,28.9676903 C9.93426192,28.9676903 6.02978828,27.2324261 5.40858703,27.0929597 C4.78738578,26.9535996 4.41554632,26.8351832 4.28457431,26.7380293 C4.12395176,26.6197192 4.00564162,26.2689297 3.9295377,25.6816262 C3.85353995,25.0899693 3.88308431,24.9421148 4.02679782,24.0209308 C4.11556361,23.4884688 4.33102769,23.0828378 4.6733228,22.8123995 C5.01983853,22.5376343 5.42974323,22.3221702 5.89459565,22.1657948 C6.36358906,22.0052785 8.53559022,21.2572462 9.03423416,21.1263007 C9.5328781,20.9953287 9.96818616,20.809409 10.3399991,20.5642944 C10.644229,20.3783746 10.8766021,20.1965959 11.0414718,20.0234442 C11.2062353,19.8501863 11.3245455,19.6769019 11.3879079,19.5036441 C11.4513765,19.3303597 11.485168,19.1528546 11.485168,18.9627939 C11.485168,18.776768 11.4766737,18.5739392 11.4640118,18.354228 C11.4344675,18.0076857 11.3245455,17.7415211 11.1302376,17.5556013 C10.9358235,17.3695754 10.7203329,17.1752675 10.4709711,16.9724388 C10.3526609,16.8710377 10.255507,16.7315713 10.1667412,16.5497926 C10.0779754,16.3681465 10.0019777,16.186474 9.93012093,16.0005543 C9.85826418,15.784984 9.78640742,15.560999 9.71455066,15.3328996 C9.61314955,15.3032491 9.5117219,15.2567957 9.41032079,15.1807714 C9.321555,15.1089146 9.22864822,15.0075135 9.12724711,14.8764353 C9.025846,14.7454899 8.94132738,14.5595702 8.86522346,14.3144555 C8.79336671,14.0735615 8.76806952,13.8496031 8.79336671,13.6552952 C8.81452291,13.4608546 8.85256159,13.2918439 8.91167685,13.1481304 C8.96662457,12.987614 9.05539036,12.8396534 9.1737005,12.6917989 C9.16103864,12.146675 9.18633582,11.5973305 9.26246629,11.047986 C9.31741401,10.5873807 9.42295611,10.0971515 9.57508432,9.577431 C9.72729217,9.05773704 9.94702996,8.58863745 10.2343508,8.17451213 C10.5090363,7.78576363 10.8132397,7.46454509 11.1512876,7.21101577 C11.4894152,6.95748645 11.8317103,6.7589314 12.1781198,6.61521789 C12.5246621,6.47150438 12.8712044,6.37432389 13.2261348,6.31098801 C13.5769243,6.25601374 13.9191928,6.22222222 14.2529936,6.22222222 C14.6671189,6.22222222 15.0727499,6.27292278 15.4530837,6.37432389 C15.833444,6.47575154 16.1883745,6.60255602 16.5222549,6.76307238 C16.8517819,6.92369493 17.1518708,7.09695279 17.4053736,7.29126068 C17.6673973,7.48570129 17.874367,7.68425634 18.0349896,7.88719129 C18.3941672,8.34777 18.6646055,8.85482864 18.8463577,9.4084203 C19.0280303,9.96203851 19.1548613,10.4817325 19.2224443,10.9718821 C19.3112101,11.5466299 19.344922,12.1255453 19.3322602,12.700187 C19.4336613,12.7551347 19.5140389,12.8439005 19.5688804,12.9622107 C19.6238547,13.0636118 19.6745553,13.1904428 19.7083468,13.3509592 C19.7421648,13.5115552 19.746412,13.7017486 19.7168411,13.9340952 C19.6745553,14.2384312 19.6026985,14.4750515 19.5140389,14.6567241 C19.4167788,14.8385028 19.3153511,14.977863 19.2013147,15.0792641 C19.0703427,15.1976804 18.9351235,15.2736782 18.79141,15.3158844 C18.7364623,15.5441165 18.6688527,15.7723221 18.5969959,15.983539 C18.5252453,16.1695649 18.4406205,16.3554847 18.3519609,16.5330163 C18.2547008,16.7146623 18.1532997,16.8541286 18.0392367,16.9555563 C17.9081851,17.0738664 17.7899811,17.1667732 17.6715648,17.2471243 C17.5532547,17.323122 17.4560742,17.4076407 17.3673349,17.4921327 C17.2785691,17.5808985 17.2067124,17.6823262 17.1518708,17.8048835 C17.0968966,17.9274408 17.0504432,18.0752953 17.0207926,18.2485797 C16.9785864,18.46415 16.9659511,18.6838612 16.9785864,18.9078462 C16.9912483,19.1275574 17.0504432,19.3556834 17.1518708,19.5753946 C17.2532719,19.7952121 17.4180355,20.0106762 17.6505148,20.2135049 C17.8786142,20.4164399 18.1913649,20.5938387 18.5800869,20.7544613 C18.9392645,20.8980686 19.3365073,21.0248731 19.7590473,21.1305479 C20.1858345,21.2403637 21.897257,21.9756279 22.2902526,22.1278358 C22.6832218,22.279964 23.0382584,22.4701309 23.346762,22.6982303 C23.6467181,22.9517596 23.8664559,23.2518485 23.9975076,23.6279351 Z M14.3967071,26.5647714 C14.4685639,26.5647714 14.5783531,26.518318 14.7304813,26.4253051 C14.882583,26.3281511 15.0305437,26.2224763 15.1741776,26.0915309 C15.3178911,25.9605588 15.4445894,25.8294807 15.5502642,25.7027824 C15.6601596,25.5717042 15.7108602,25.4745502 15.7108602,25.3984463 C15.7108602,25.3097867 15.689704,25.161826 15.6475243,24.9421148 C15.6052119,24.7266507 15.5502642,24.4857567 15.4952899,24.2322539 C15.4404484,23.9702037 15.377086,23.7167009 15.3221382,23.4630654 C15.2671905,23.2095361 15.2122162,23.0067339 15.17001,22.8462175 C15.3136439,22.7278012 15.4362012,22.6053235 15.5376023,22.4701309 C15.6390034,22.3306645 15.689704,22.1911982 15.689704,22.0474847 C15.689704,21.9291746 15.6516653,21.8151116 15.5713938,21.6925543 C15.4952899,21.569997 15.4023831,21.4685693 15.300982,21.3798301 C15.1826719,21.2784024 15.0643617,21.1770013 14.9332836,21.0756002 L13.8557508,21.0756002 C13.7121169,21.1770013 13.5895596,21.2784024 13.4881585,21.3798301 C13.3993927,21.4685693 13.3233949,21.5657232 13.2515382,21.6840334 C13.1796814,21.8023435 13.1416162,21.9122655 13.1416162,22.0305757 C13.1416162,22.1193415 13.1923168,22.2334044 13.3022387,22.3771179 C13.4120545,22.5208314 13.5431062,22.6601916 13.6994816,22.7869961 C13.6390391,22.9735529 13.5812776,23.160906 13.5262237,23.3490025 C13.4543669,23.5898699 13.3867574,23.8476464 13.3233949,24.1180847 C13.2599263,24.3843556 13.2008376,24.6378849 13.1501371,24.8745052 C13.0993303,25.1111255 13.0782803,25.2843833 13.0782803,25.4026935 C13.0782803,25.4745502 13.1289809,25.5759779 13.2387701,25.7069233 C13.3486921,25.8380015 13.475417,25.968947 13.6276248,26.095778 C13.7797265,26.2267235 13.9276075,26.3366455 14.071321,26.4295523 C14.2191755,26.5140443 14.3290975,26.5647714 14.3967071,26.5647714 Z" id="Fill-1" fill="url(#linearGradient-3)" mask="url(#mask-2)"></path>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
</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>编组 8</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
|
+
<circle id="path-2" cx="14" cy="14" r="14"></circle>
|
|
10
|
+
<linearGradient x1="74.9384046%" y1="100%" x2="74.9384046%" y2="0%" id="linearGradient-4">
|
|
11
|
+
<stop stop-color="#05071F" offset="0%"></stop>
|
|
12
|
+
<stop stop-color="#111E3A" offset="100%"></stop>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
</defs>
|
|
15
|
+
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
16
|
+
<g id="敢为系统(头像深色)" transform="translate(-1862.000000, -18.000000)">
|
|
17
|
+
<g id="编组-8" transform="translate(1862.000000, 18.000000)">
|
|
18
|
+
<mask id="mask-3" fill="white">
|
|
19
|
+
<use xlink:href="#path-2"></use>
|
|
20
|
+
</mask>
|
|
21
|
+
<use id="Mask" fill="url(#linearGradient-1)" xlink:href="#path-2"></use>
|
|
22
|
+
<path d="M23.9975076,23.6279351 C24.0692581,23.8433992 24.1242324,24.1223319 24.1580239,24.4603533 C24.1918154,24.7984013 24.2087245,24.5279629 24.2087245,24.8660905 C24.2087245,25.2041384 24.1834273,25.5252508 24.1369739,25.8294807 C24.0861672,26.1337105 24.0101694,26.3619427 23.9130155,26.518318 C23.8411587,26.6197192 23.6340828,26.7253674 23.2960349,26.8436776 C22.9579073,26.9619877 19.4295203,28.9676903 14.4684577,28.9676903 C9.93426192,28.9676903 6.02978828,27.2324261 5.40858703,27.0929597 C4.78738578,26.9535996 4.41554632,26.8351832 4.28457431,26.7380293 C4.12395176,26.6197192 4.00564162,26.2689297 3.9295377,25.6816262 C3.85353995,25.0899693 3.88308431,24.9421148 4.02679782,24.0209308 C4.11556361,23.4884688 4.33102769,23.0828378 4.6733228,22.8123995 C5.01983853,22.5376343 5.42974323,22.3221702 5.89459565,22.1657948 C6.36358906,22.0052785 8.53559022,21.2572462 9.03423416,21.1263007 C9.5328781,20.9953287 9.96818616,20.809409 10.3399991,20.5642944 C10.644229,20.3783746 10.8766021,20.1965959 11.0414718,20.0234442 C11.2062353,19.8501863 11.3245455,19.6769019 11.3879079,19.5036441 C11.4513765,19.3303597 11.485168,19.1528546 11.485168,18.9627939 C11.485168,18.776768 11.4766737,18.5739392 11.4640118,18.354228 C11.4344675,18.0076857 11.3245455,17.7415211 11.1302376,17.5556013 C10.9358235,17.3695754 10.7203329,17.1752675 10.4709711,16.9724388 C10.3526609,16.8710377 10.255507,16.7315713 10.1667412,16.5497926 C10.0779754,16.3681465 10.0019777,16.186474 9.93012093,16.0005543 C9.85826418,15.784984 9.78640742,15.560999 9.71455066,15.3328996 C9.61314955,15.3032491 9.5117219,15.2567957 9.41032079,15.1807714 C9.321555,15.1089146 9.22864822,15.0075135 9.12724711,14.8764353 C9.025846,14.7454899 8.94132738,14.5595702 8.86522346,14.3144555 C8.79336671,14.0735615 8.76806952,13.8496031 8.79336671,13.6552952 C8.81452291,13.4608546 8.85256159,13.2918439 8.91167685,13.1481304 C8.96662457,12.987614 9.05539036,12.8396534 9.1737005,12.6917989 C9.16103864,12.146675 9.18633582,11.5973305 9.26246629,11.047986 C9.31741401,10.5873807 9.42295611,10.0971515 9.57508432,9.577431 C9.72729217,9.05773704 9.94702996,8.58863745 10.2343508,8.17451213 C10.5090363,7.78576363 10.8132397,7.46454509 11.1512876,7.21101577 C11.4894152,6.95748645 11.8317103,6.7589314 12.1781198,6.61521789 C12.5246621,6.47150438 12.8712044,6.37432389 13.2261348,6.31098801 C13.5769243,6.25601374 13.9191928,6.22222222 14.2529936,6.22222222 C14.6671189,6.22222222 15.0727499,6.27292278 15.4530837,6.37432389 C15.833444,6.47575154 16.1883745,6.60255602 16.5222549,6.76307238 C16.8517819,6.92369493 17.1518708,7.09695279 17.4053736,7.29126068 C17.6673973,7.48570129 17.874367,7.68425634 18.0349896,7.88719129 C18.3941672,8.34777 18.6646055,8.85482864 18.8463577,9.4084203 C19.0280303,9.96203851 19.1548613,10.4817325 19.2224443,10.9718821 C19.3112101,11.5466299 19.344922,12.1255453 19.3322602,12.700187 C19.4336613,12.7551347 19.5140389,12.8439005 19.5688804,12.9622107 C19.6238547,13.0636118 19.6745553,13.1904428 19.7083468,13.3509592 C19.7421648,13.5115552 19.746412,13.7017486 19.7168411,13.9340952 C19.6745553,14.2384312 19.6026985,14.4750515 19.5140389,14.6567241 C19.4167788,14.8385028 19.3153511,14.977863 19.2013147,15.0792641 C19.0703427,15.1976804 18.9351235,15.2736782 18.79141,15.3158844 C18.7364623,15.5441165 18.6688527,15.7723221 18.5969959,15.983539 C18.5252453,16.1695649 18.4406205,16.3554847 18.3519609,16.5330163 C18.2547008,16.7146623 18.1532997,16.8541286 18.0392367,16.9555563 C17.9081851,17.0738664 17.7899811,17.1667732 17.6715648,17.2471243 C17.5532547,17.323122 17.4560742,17.4076407 17.3673349,17.4921327 C17.2785691,17.5808985 17.2067124,17.6823262 17.1518708,17.8048835 C17.0968966,17.9274408 17.0504432,18.0752953 17.0207926,18.2485797 C16.9785864,18.46415 16.9659511,18.6838612 16.9785864,18.9078462 C16.9912483,19.1275574 17.0504432,19.3556834 17.1518708,19.5753946 C17.2532719,19.7952121 17.4180355,20.0106762 17.6505148,20.2135049 C17.8786142,20.4164399 18.1913649,20.5938387 18.5800869,20.7544613 C18.9392645,20.8980686 19.3365073,21.0248731 19.7590473,21.1305479 C20.1858345,21.2403637 21.897257,21.9756279 22.2902526,22.1278358 C22.6832218,22.279964 23.0382584,22.4701309 23.346762,22.6982303 C23.6467181,22.9517596 23.8664559,23.2518485 23.9975076,23.6279351 Z M14.3967071,26.5647714 C14.4685639,26.5647714 14.5783531,26.518318 14.7304813,26.4253051 C14.882583,26.3281511 15.0305437,26.2224763 15.1741776,26.0915309 C15.3178911,25.9605588 15.4445894,25.8294807 15.5502642,25.7027824 C15.6601596,25.5717042 15.7108602,25.4745502 15.7108602,25.3984463 C15.7108602,25.3097867 15.689704,25.161826 15.6475243,24.9421148 C15.6052119,24.7266507 15.5502642,24.4857567 15.4952899,24.2322539 C15.4404484,23.9702037 15.377086,23.7167009 15.3221382,23.4630654 C15.2671905,23.2095361 15.2122162,23.0067339 15.17001,22.8462175 C15.3136439,22.7278012 15.4362012,22.6053235 15.5376023,22.4701309 C15.6390034,22.3306645 15.689704,22.1911982 15.689704,22.0474847 C15.689704,21.9291746 15.6516653,21.8151116 15.5713938,21.6925543 C15.4952899,21.569997 15.4023831,21.4685693 15.300982,21.3798301 C15.1826719,21.2784024 15.0643617,21.1770013 14.9332836,21.0756002 L13.8557508,21.0756002 C13.7121169,21.1770013 13.5895596,21.2784024 13.4881585,21.3798301 C13.3993927,21.4685693 13.3233949,21.5657232 13.2515382,21.6840334 C13.1796814,21.8023435 13.1416162,21.9122655 13.1416162,22.0305757 C13.1416162,22.1193415 13.1923168,22.2334044 13.3022387,22.3771179 C13.4120545,22.5208314 13.5431062,22.6601916 13.6994816,22.7869961 C13.6390391,22.9735529 13.5812776,23.160906 13.5262237,23.3490025 C13.4543669,23.5898699 13.3867574,23.8476464 13.3233949,24.1180847 C13.2599263,24.3843556 13.2008376,24.6378849 13.1501371,24.8745052 C13.0993303,25.1111255 13.0782803,25.2843833 13.0782803,25.4026935 C13.0782803,25.4745502 13.1289809,25.5759779 13.2387701,25.7069233 C13.3486921,25.8380015 13.475417,25.968947 13.6276248,26.095778 C13.7797265,26.2267235 13.9276075,26.3366455 14.071321,26.4295523 C14.2191755,26.5140443 14.3290975,26.5647714 14.3967071,26.5647714 Z" id="Fill-1" fill="url(#linearGradient-4)" mask="url(#mask-3)"></path>
|
|
23
|
+
</g>
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
</svg>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="28px" height="29px" viewBox="0 0 28 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>编组 109</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
|
|
6
|
+
<stop stop-color="#E8E9EC" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#98A4BF" offset="100%"></stop>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<filter x="-120.7%" y="-118.1%" width="341.4%" height="336.3%" filterUnits="objectBoundingBox" id="filter-2">
|
|
10
|
+
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
|
11
|
+
<feGaussianBlur stdDeviation="3" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
|
12
|
+
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.902996783 0 0 0 0 0 0 0 0 1 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
|
13
|
+
<feMerge>
|
|
14
|
+
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
|
15
|
+
<feMergeNode in="SourceGraphic"></feMergeNode>
|
|
16
|
+
</feMerge>
|
|
17
|
+
</filter>
|
|
18
|
+
<path d="M6.28448789,0.830417935 L9.78496969,7.98415306 C10.1479393,8.72593345 9.8536943,9.62793117 9.127755,9.99882136 C8.92369629,10.1030772 8.69868489,10.1573543 8.47054031,10.1573543 L1.46957672,10.1573543 C0.657951909,10.1573543 0,9.48504485 0,8.65570916 C0,8.42258613 0.0531179854,8.19266464 0.155147342,7.98415306 L3.65562914,0.830417935 C4.01859879,0.0886375501 4.90133391,-0.212028357 5.62727321,0.158861835 C5.91167657,0.304166572 6.14228621,0.539808462 6.28448789,0.830417935 Z" id="path-3"></path>
|
|
19
|
+
</defs>
|
|
20
|
+
<g id="切图" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
21
|
+
<g id="UI-kit(4034✖️1850)" transform="translate(-2016.000000, -301.000000)">
|
|
22
|
+
<g id="编组-109" transform="translate(2018.100000, 303.100000)">
|
|
23
|
+
<path d="M11.9232475,0 C11.2556695,0 10.6024881,0.231091927 10.0838824,0.652818937 C8.36155978,2.04419083 5.20756648,2.98195513 2.61788057,3.15970285 C1.15456678,3.25704337 0,4.44934049 0,5.89373494 L0,13.5390361 C0,18.1026482 6.84766607,25.8 11.7679449,25.8 C16.7454607,25.8 23.4,18.1438944 23.4,13.8224096 L23.4,5.93421687 C23.3951623,4.48864878 22.2665541,3.32155606 20.7989153,3.20384471 C18.0587747,2.98240273 15.9739503,2.06284455 13.4782439,0.455620615 C13.0173784,0.157215098 12.47872,0 11.9232475,0 Z M11.9232475,1.8 C12.1336219,1.8 12.3322427,1.85797027 12.501801,1.9677563 C15.227715,3.72323615 17.5489542,4.74707032 20.654466,4.99803926 C21.2060484,5.04227887 21.598366,5.4479741 21.6000051,5.93723194 L21.6000051,13.8224096 C21.6000051,17.2015011 15.690876,24 11.7679449,24 C7.89172538,24 1.8,17.152389 1.8,13.5390361 L1.8,5.89373494 C1.8,5.41082919 2.20650014,4.99104495 2.73924643,4.95560562 C5.66574765,4.75474198 9.15478767,3.71735956 11.2172777,2.05117752 C11.4165444,1.88914105 11.6685017,1.8 11.9232475,1.8 Z" id="形状" fill="url(#linearGradient-1)" fill-rule="nonzero"></path>
|
|
24
|
+
<g id="anquandengji" transform="translate(0.900000, 0.900000)"></g>
|
|
25
|
+
<g id="!备份-2" filter="url(#filter-2)" transform="translate(6.900000, 6.900000)">
|
|
26
|
+
<g id="编组-9">
|
|
27
|
+
<mask id="mask-4" fill="white">
|
|
28
|
+
<use xlink:href="#path-3"></use>
|
|
29
|
+
</mask>
|
|
30
|
+
<use id="蒙版" fill="#FFB600" xlink:href="#path-3"></use>
|
|
31
|
+
<path d="M5.64973775,6.23743557 L5.64973775,3.18346281 L4.38075825,3.18346281 L4.38075825,6.23743557 L5.64973775,6.23743557 Z M5.01928934,8.50041472 C5.43958828,8.50041472 5.79522584,8.14527565 5.79522584,7.70754611 C5.79522584,7.26981657 5.43958828,6.90641846 5.01928934,6.90641846 C4.59090772,6.90641846 4.23527016,7.26981657 4.23527016,7.70754611 C4.23527016,8.14527565 4.59090772,8.50041472 5.01928934,8.50041472 Z" id="!" fill="#FFFFFF" fill-rule="nonzero" mask="url(#mask-4)"></path>
|
|
32
|
+
</g>
|
|
33
|
+
</g>
|
|
34
|
+
</g>
|
|
35
|
+
</g>
|
|
36
|
+
</g>
|
|
37
|
+
</svg>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="28px" height="29px" viewBox="0 0 28 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>编组 109</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
|
|
6
|
+
<stop stop-color="#E8E9EC" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#98A4BF" offset="100%"></stop>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<filter x="-120.7%" y="-118.1%" width="341.4%" height="336.3%" filterUnits="objectBoundingBox" id="filter-2">
|
|
10
|
+
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
|
11
|
+
<feGaussianBlur stdDeviation="3" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
|
12
|
+
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.902996783 0 0 0 0 0 0 0 0 1 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
|
13
|
+
<feMerge>
|
|
14
|
+
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
|
15
|
+
<feMergeNode in="SourceGraphic"></feMergeNode>
|
|
16
|
+
</feMerge>
|
|
17
|
+
</filter>
|
|
18
|
+
<path d="M6.28448789,0.830417935 L9.78496969,7.98415306 C10.1479393,8.72593345 9.8536943,9.62793117 9.127755,9.99882136 C8.92369629,10.1030772 8.69868489,10.1573543 8.47054031,10.1573543 L1.46957672,10.1573543 C0.657951909,10.1573543 0,9.48504485 0,8.65570916 C0,8.42258613 0.0531179854,8.19266464 0.155147342,7.98415306 L3.65562914,0.830417935 C4.01859879,0.0886375501 4.90133391,-0.212028357 5.62727321,0.158861835 C5.91167657,0.304166572 6.14228621,0.539808462 6.28448789,0.830417935 Z" id="path-3"></path>
|
|
19
|
+
</defs>
|
|
20
|
+
<g id="切图" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
21
|
+
<g id="UI-kit(4034✖️1850)" transform="translate(-2016.000000, -301.000000)">
|
|
22
|
+
<g id="编组-109" transform="translate(2018.100000, 303.100000)">
|
|
23
|
+
<path d="M11.9232475,0 C11.2556695,0 10.6024881,0.231091927 10.0838824,0.652818937 C8.36155978,2.04419083 5.20756648,2.98195513 2.61788057,3.15970285 C1.15456678,3.25704337 0,4.44934049 0,5.89373494 L0,13.5390361 C0,18.1026482 6.84766607,25.8 11.7679449,25.8 C16.7454607,25.8 23.4,18.1438944 23.4,13.8224096 L23.4,5.93421687 C23.3951623,4.48864878 22.2665541,3.32155606 20.7989153,3.20384471 C18.0587747,2.98240273 15.9739503,2.06284455 13.4782439,0.455620615 C13.0173784,0.157215098 12.47872,0 11.9232475,0 Z M11.9232475,1.8 C12.1336219,1.8 12.3322427,1.85797027 12.501801,1.9677563 C15.227715,3.72323615 17.5489542,4.74707032 20.654466,4.99803926 C21.2060484,5.04227887 21.598366,5.4479741 21.6000051,5.93723194 L21.6000051,13.8224096 C21.6000051,17.2015011 15.690876,24 11.7679449,24 C7.89172538,24 1.8,17.152389 1.8,13.5390361 L1.8,5.89373494 C1.8,5.41082919 2.20650014,4.99104495 2.73924643,4.95560562 C5.66574765,4.75474198 9.15478767,3.71735956 11.2172777,2.05117752 C11.4165444,1.88914105 11.6685017,1.8 11.9232475,1.8 Z" id="形状" fill="url(#linearGradient-1)" fill-rule="nonzero"></path>
|
|
24
|
+
<g id="anquandengji" transform="translate(0.900000, 0.900000)"></g>
|
|
25
|
+
<g id="!备份-2" filter="url(#filter-2)" transform="translate(6.900000, 6.900000)">
|
|
26
|
+
<g id="编组-9">
|
|
27
|
+
<mask id="mask-4" fill="white">
|
|
28
|
+
<use xlink:href="#path-3"></use>
|
|
29
|
+
</mask>
|
|
30
|
+
<use id="蒙版" fill="#FFB600" xlink:href="#path-3"></use>
|
|
31
|
+
<path d="M5.64973775,6.23743557 L5.64973775,3.18346281 L4.38075825,3.18346281 L4.38075825,6.23743557 L5.64973775,6.23743557 Z M5.01928934,8.50041472 C5.43958828,8.50041472 5.79522584,8.14527565 5.79522584,7.70754611 C5.79522584,7.26981657 5.43958828,6.90641846 5.01928934,6.90641846 C4.59090772,6.90641846 4.23527016,7.26981657 4.23527016,7.70754611 C4.23527016,8.14527565 4.59090772,8.50041472 5.01928934,8.50041472 Z" id="!" fill="#FFFFFF" fill-rule="nonzero" mask="url(#mask-4)"></path>
|
|
32
|
+
</g>
|
|
33
|
+
</g>
|
|
34
|
+
</g>
|
|
35
|
+
</g>
|
|
36
|
+
</g>
|
|
37
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
<path d="M15.2844879,8.73041794 L18.7849697,15.8841531 C19.1479393,16.6259334 18.8536943,17.5279312 18.127755,17.8988214 C17.9236963,18.0030772 17.6986849,18.0573543 17.4705403,18.0573543 L10.4695767,18.0573543 C9.65795191,18.0573543 9,17.3850448 9,16.5557092 C9,16.3225861 9.05311799,16.0926646 9.15514734,15.8841531 L12.6556291,8.73041794 C13.0185988,7.98863755 13.9013339,7.68797164 14.6272732,8.05886184 C14.9116766,8.20416657 15.1422862,8.43980846 15.2844879,8.73041794 Z" id="path-1"></path>
|
|
6
|
+
</defs>
|
|
7
|
+
<g id="UIkit" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<path d="M14.0232475,1 C13.3556695,1 12.7024881,1.23109193 12.1838824,1.65281894 C10.4615598,3.04419083 7.30756648,3.98195513 4.71788057,4.15970285 C3.25456678,4.25704337 2.1,5.44934049 2.1,6.89373494 L2.1,14.5390361 C2.1,19.1026482 8.94766607,26.8 13.8679449,26.8 C18.8454607,26.8 25.5,19.1438944 25.5,14.8224096 L25.5,6.93421687 C25.4951623,5.48864878 24.3665541,4.32155606 22.8989153,4.20384471 C20.1587747,3.98240273 18.0739503,3.06284455 15.5782439,1.45562061 C15.1173784,1.1572151 14.57872,1 14.0232475,1 Z M14.0232475,2.8 C14.2336219,2.8 14.4322427,2.85797027 14.601801,2.9677563 C17.327715,4.72323615 19.6489542,5.74707032 22.754466,5.99803926 C23.3060484,6.04227887 23.698366,6.4479741 23.7000051,6.93723194 L23.7000051,14.8224096 C23.7000051,18.2015011 17.790876,25 13.8679449,25 C9.99172538,25 3.9,18.152389 3.9,14.5390361 L3.9,6.89373494 C3.9,6.41082919 4.30650014,5.99104495 4.83924643,5.95560562 C7.76574765,5.75474198 11.2547877,4.71735956 13.3172777,3.05117752 C13.5165444,2.88914105 13.7685017,2.8 14.0232475,2.8 Z" id="形状备份-6" fill="#555555" fill-rule="nonzero"></path>
|
|
9
|
+
<mask id="mask-2" fill="white">
|
|
10
|
+
<use xlink:href="#path-1"></use>
|
|
11
|
+
</mask>
|
|
12
|
+
<use id="蒙版备份" fill="#FFB600" xlink:href="#path-1"></use>
|
|
13
|
+
<path d="M14.6497377,14.1374356 L14.6497377,11.0834628 L13.3807583,11.0834628 L13.3807583,14.1374356 L14.6497377,14.1374356 Z M14.0192893,16.4004147 C14.4395883,16.4004147 14.7952258,16.0452757 14.7952258,15.6075461 C14.7952258,15.1698166 14.4395883,14.8064185 14.0192893,14.8064185 C13.5909077,14.8064185 13.2352702,15.1698166 13.2352702,15.6075461 C13.2352702,16.0452757 13.5909077,16.4004147 14.0192893,16.4004147 Z" id="!备份-4" fill="#FFFFFF" fill-rule="nonzero" mask="url(#mask-2)"></path>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
Binary file
|
package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/logo.png
ADDED
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1761218412683" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2556" width="32" height="32" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512 957.12c-278.378667 0-395.114667-99.434667-395.114667-303.872 0-169.386667 132.437333-346.090667 292.970667-401.792h204.373333c160.64 55.701333 292.906667 232.426667 292.906667 401.792-0.064 204.437333-116.693333 303.872-395.136 303.872z m109.44-335.914667a33.664 33.664 0 0 0 33.493333-33.664c0-18.474667-15.018667-33.322667-33.493333-33.450666v-0.170667h-67.818667c0.106667-0.789333 0-1.386667 0-2.176l79.466667-81.130667c13.013333-14.570667 6.293333-26.602667-6.741333-39.850666-13.184-13.248-34.730667-16.085333-45.354667-4.501334l-68.266667 72.661334-73.792-73.557334c-9.301333-9.408-27.477333-6.293333-40.554666 6.677334-13.077333 13.141333-16.192 31.317333-6.784 40.618666l75.456 75.349334a18.474667 18.474667 0 0 0-2.901334 5.888h-61.312v0.106666h-0.170666a33.578667 33.578667 0 1 0 0 67.157334h0.170666v0.106666h67.221334v33.386667h-67.221334v0.106667h-0.170666c-18.581333 0-33.6 15.018667-33.6 33.6a33.706667 33.706667 0 0 0 33.6 33.664h67.392v33.770666h0.725333a42.069333 42.069333 0 0 0 41.237333 50.133334 42.048 42.048 0 0 0 42.005334-42.069334 37.333333 37.333333 0 0 0-0.896-8.064h0.448v-33.770666h67.946666a33.642667 33.642667 0 0 0 33.386667-33.664c0-18.474667-14.912-33.493333-33.386667-33.493334v-0.213333h-67.882666v-33.386667h67.818666l-0.021333-0.064z m50.197333-503.957333l-7.061333 8.832c-0.106667 0.106667-0.213333 0.341333-0.341333 0.554667L604.373333 201.216h-201.642666l-59.712-74.453333c-0.384-0.448-0.661333-1.002667-1.173334-1.450667l-6.4-8.064 1.173334-2.346667c-0.554667-2.069333-1.28-4.053333-1.28-6.229333 0-10.688 6.741333-19.754667 16.256-23.424l0.789333-1.557333s82.624-16.533333 151.338667-16.810667c71.893333-0.277333 151.338667 16.810667 151.338666 16.810667l0.789334 1.557333c9.344 3.669333 16.085333 12.736 16.085333 23.36 0 2.176-0.789333 4.224-1.28 6.186667l0.981333 2.453333z" fill="#B8C0D1" p-id="2557"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1761218412683" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2556" width="32" height="32" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512 957.12c-278.378667 0-395.114667-99.434667-395.114667-303.872 0-169.386667 132.437333-346.090667 292.970667-401.792h204.373333c160.64 55.701333 292.906667 232.426667 292.906667 401.792-0.064 204.437333-116.693333 303.872-395.136 303.872z m109.44-335.914667a33.664 33.664 0 0 0 33.493333-33.664c0-18.474667-15.018667-33.322667-33.493333-33.450666v-0.170667h-67.818667c0.106667-0.789333 0-1.386667 0-2.176l79.466667-81.130667c13.013333-14.570667 6.293333-26.602667-6.741333-39.850666-13.184-13.248-34.730667-16.085333-45.354667-4.501334l-68.266667 72.661334-73.792-73.557334c-9.301333-9.408-27.477333-6.293333-40.554666 6.677334-13.077333 13.141333-16.192 31.317333-6.784 40.618666l75.456 75.349334a18.474667 18.474667 0 0 0-2.901334 5.888h-61.312v0.106666h-0.170666a33.578667 33.578667 0 1 0 0 67.157334h0.170666v0.106666h67.221334v33.386667h-67.221334v0.106667h-0.170666c-18.581333 0-33.6 15.018667-33.6 33.6a33.706667 33.706667 0 0 0 33.6 33.664h67.392v33.770666h0.725333a42.069333 42.069333 0 0 0 41.237333 50.133334 42.048 42.048 0 0 0 42.005334-42.069334 37.333333 37.333333 0 0 0-0.896-8.064h0.448v-33.770666h67.946666a33.642667 33.642667 0 0 0 33.386667-33.664c0-18.474667-14.912-33.493333-33.386667-33.493334v-0.213333h-67.882666v-33.386667h67.818666l-0.021333-0.064z m50.197333-503.957333l-7.061333 8.832c-0.106667 0.106667-0.213333 0.341333-0.341333 0.554667L604.373333 201.216h-201.642666l-59.712-74.453333c-0.384-0.448-0.661333-1.002667-1.173334-1.450667l-6.4-8.064 1.173334-2.346667c-0.554667-2.069333-1.28-4.053333-1.28-6.229333 0-10.688 6.741333-19.754667 16.256-23.424l0.789333-1.557333s82.624-16.533333 151.338667-16.810667c71.893333-0.277333 151.338667 16.810667 151.338666 16.810667l0.789334 1.557333c9.344 3.669333 16.085333 12.736 16.085333 23.36 0 2.176-0.789333 4.224-1.28 6.186667l0.981333 2.453333z" fill="#F8FEFF" p-id="2557"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1761218412683" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2556" width="32" height="32" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512 957.12c-278.378667 0-395.114667-99.434667-395.114667-303.872 0-169.386667 132.437333-346.090667 292.970667-401.792h204.373333c160.64 55.701333 292.906667 232.426667 292.906667 401.792-0.064 204.437333-116.693333 303.872-395.136 303.872z m109.44-335.914667a33.664 33.664 0 0 0 33.493333-33.664c0-18.474667-15.018667-33.322667-33.493333-33.450666v-0.170667h-67.818667c0.106667-0.789333 0-1.386667 0-2.176l79.466667-81.130667c13.013333-14.570667 6.293333-26.602667-6.741333-39.850666-13.184-13.248-34.730667-16.085333-45.354667-4.501334l-68.266667 72.661334-73.792-73.557334c-9.301333-9.408-27.477333-6.293333-40.554666 6.677334-13.077333 13.141333-16.192 31.317333-6.784 40.618666l75.456 75.349334a18.474667 18.474667 0 0 0-2.901334 5.888h-61.312v0.106666h-0.170666a33.578667 33.578667 0 1 0 0 67.157334h0.170666v0.106666h67.221334v33.386667h-67.221334v0.106667h-0.170666c-18.581333 0-33.6 15.018667-33.6 33.6a33.706667 33.706667 0 0 0 33.6 33.664h67.392v33.770666h0.725333a42.069333 42.069333 0 0 0 41.237333 50.133334 42.048 42.048 0 0 0 42.005334-42.069334 37.333333 37.333333 0 0 0-0.896-8.064h0.448v-33.770666h67.946666a33.642667 33.642667 0 0 0 33.386667-33.664c0-18.474667-14.912-33.493333-33.386667-33.493334v-0.213333h-67.882666v-33.386667h67.818666l-0.021333-0.064z m50.197333-503.957333l-7.061333 8.832c-0.106667 0.106667-0.213333 0.341333-0.341333 0.554667L604.373333 201.216h-201.642666l-59.712-74.453333c-0.384-0.448-0.661333-1.002667-1.173334-1.450667l-6.4-8.064 1.173334-2.346667c-0.554667-2.069333-1.28-4.053333-1.28-6.229333 0-10.688 6.741333-19.754667 16.256-23.424l0.789333-1.557333s82.624-16.533333 151.338667-16.810667c71.893333-0.277333 151.338667 16.810667 151.338666 16.810667l0.789334 1.557333c9.344 3.669333 16.085333 12.736 16.085333 23.36 0 2.176-0.789333 4.224-1.28 6.186667l0.981333 2.453333z" fill="#555555" p-id="2557"></path></svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -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="编组-43备份" transform="translate(-51.000000, -98.000000)" fill="url(#linearGradient-1)">
|
|
12
|
+
<g id="编组-2" transform="translate(51.000000, 98.000000)">
|
|
13
|
+
<g id="message" transform="translate(3.000000, 4.000000)">
|
|
14
|
+
<path d="M11,0 C17.0751322,0 22,4.92486775 22,11 C22,13.0539249 21.4370728,14.9763712 20.4570856,16.6214715 C18.7079616,18.6995488 19.2222664,20.4923916 22,22 L22,22 L11,22 C4.92486775,22 0,17.0751322 0,11 C0,4.92486775 4.92486775,0 11,0 Z M5.23809524,9.1 C4.08092719,9.1 3.14285714,10.03807 3.14285714,11.1952381 C3.14285714,12.3524061 4.08092719,13.2904762 5.23809524,13.2904762 C6.39526329,13.2904762 7.33333333,12.3524061 7.33333333,11.1952381 C7.33333333,10.03807 6.39526329,9.1 5.23809524,9.1 Z M11,9.1 C9.84283195,9.1 8.9047619,10.03807 8.9047619,11.1952381 C8.9047619,12.3524061 9.84283195,13.2904762 11,13.2904762 C12.157168,13.2904762 13.0952381,12.3524061 13.0952381,11.1952381 C13.0952381,10.03807 12.157168,9.1 11,9.1 Z M16.7619048,9.1 C15.6047367,9.1 14.6666667,10.03807 14.6666667,11.1952381 C14.6666667,12.3524061 15.6047367,13.2904762 16.7619048,13.2904762 C17.9190728,13.2904762 18.8571429,12.3524061 18.8571429,11.1952381 C18.8571429,10.03807 17.9190728,9.1 16.7619048,9.1 Z" id="Combined-Shape"></path>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</svg>
|