@ganwei-web/ganwei-pc-cli 6.2.2 → 6.2.4
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/.gitignore +33 -0
- package/ganwei-app-6.2.1/.npmrc +1 -0
- package/ganwei-app-6.2.1/moduleConfiguration/.gitignore +27 -0
- package/ganwei-app-6.2.1/moduleConfiguration/copyFile.js +8 -14
- package/ganwei-app-6.2.1/moduleConfiguration/init.js +2 -8
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.babelrc +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.editorconfig +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.env.development +23 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.env.production +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.env.test +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.eslintignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.eslintrc.cjs +178 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.gitignore +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.prettierignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/.prettierrc.cjs +37 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/auto-imports.d.ts +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/banner.js +9 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/build-version.js +42 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/bulidList.js +26 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/enteryJson.js +108 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/filterStatic.js +64 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/init.js +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/look-dir.js +24 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/rollup-options.js +35 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/test.js +3 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/build/vite-plugin-stats-html.js +595 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/components.d.ts +20 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/env.d.ts +7 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/index.html +20 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/package-lock.json +3965 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/package.json +69 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/pnpm-lock.yaml +5034 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/css/index-plus-vars.css +93 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/css/index-plus.css +1 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/css/index.css +15926 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/css/pptxjs.css +161 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.css +1135 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.js +1 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.json +1969 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.ttf +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.woff +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/font/iconfont.woff2 +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/language/en-US/noPage.json +3 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/language/zh-CN/noPage.json +3 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/language/zh-HK/noPage.json +3 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/themes/dark.css +77 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/themes/default-theme.js +34 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/public/static/themes/light.css +79 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/App.vue +198 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/index.scssc +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/linkSetting.scssc +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/sceneSetting.scssc +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/specialTask.scssc +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/style.scssc +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/.sass-cache/59ae6c3370e48597956c7d0775238711a2c22a84/weekTask.scssc +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/VideoSystem.scss +397 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/el-dialog.scss +58 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/el-drawer.scss +41 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/index.scss +1052 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/login.scss +320 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/mobileStyle.scss +332 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/noDataTips.scss +57 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/reset.scss +1192 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/style-black.scss +1 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/style-white.scss +1 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/style.scss +633 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/videoPlaybackCom.scss +468 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/css/videoPlayer.scss +441 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/images/logo.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/assets/plugins/encrypt.js +122 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/appFrame.vue +163 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/bottom.vue +15 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/css/bottom.scss +381 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/css/top.scss +49 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/js/Voice.js +345 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/js/bottom.js +102 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/top.vue +114 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/i18n/i18n.js +42 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/i18n/i18nObserver.js +39 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/i18n/vueI18n.js +17 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/toast/index.js +64 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/toast/index.vue +152 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/hostMap.js +9 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/main.js +39 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/Auth.js +83 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/BA.js +81 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/EquipList.js +127 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/Event.js +34 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/GwEcharts.js +9 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/PPT.js +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/RealTime.js +43 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/SystemConfig.js +177 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/Video.js +57 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/VideoTour.js +129 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/WelcomeWord.js +24 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/WorkOrder.js +265 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api/videoSystem.js +81 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/api.js +35 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/apiFunction.js +200 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/encrypt.js +14 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/request/http.js +186 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/router.js +31 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/store.js +189 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/types.js +16 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/formValidate.js +25 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/isApp.js +18 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/language.js +45 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/myUtils.js +643 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/timeFormat.js +23 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/utils/timesYMDHMS.js +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/views/ganwei-app-empty-page/src/noPage.vue +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/stats.html +356 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/vite.base.config.js +244 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/vite.config.ts +44 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/.babelrc +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/.editorconfig +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/.env.development +23 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/.env.production +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/.env.test +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/.eslintignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/.eslintrc.cjs +178 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/.gitignore +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/.prettierignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/.prettierrc.cjs +37 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/.stylelintrc.cjs +18 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/auto-imports.d.ts +56 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/components.d.ts +25 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/env.d.ts +21 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/index.html +20 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/package.json +87 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/public/static/language/en-US/home.json +39 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/public/static/language/zh-CN/home.json +39 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/public/static/language/zh-HK/home.json +39 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/App.vue +203 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/assets/images/logo.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/components/Layout/TitleList.vue +20 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/enums/index.ts +24 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/main.ts +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/models/index.ts +91 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/request/api/RealTime.ts +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/request/api.ts +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/router.ts +30 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/store.js +189 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/types.js +16 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/HomeMenuItem.vue +95 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/HomeMenus.vue +118 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/HomeMenusEditDrawer.vue +119 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/HomeSnapshots.vue +109 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/chatbot.vue +96 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/components/eslint.config.js +10 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/css/index.scss +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/img/chatbot.gif +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/img/six.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/index.vue +42 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/js/useLanguageStyle.ts +21 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/js/useManageMenus.ts +38 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/js/useMenus.ts +49 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/js/usePolling.ts +38 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/src/views/ganwei-app-home/src/js/useRealTime.ts +128 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/stats.html +4975 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/tsconfig.json +58 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/types/gw-app-public.d.ts +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/vite.base.config.ts +233 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-home/vite.config.ts +49 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/.gitignore +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/index.html +1 -2
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/config.json +2 -2
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/misc/util.js +4 -10
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/types.js +1 -1
- package/ganwei-app-6.2.1/packages/ganwei-app-login/.babelrc +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/.editorconfig +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/.env.development +23 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/.env.production +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/.env.test +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/.eslintignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/.eslintrc.cjs +178 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/.gitignore +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/.prettierignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/.prettierrc.cjs +37 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/.stylelintrc.cjs +16 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/auto-imports.d.ts +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/env.d.ts +67 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/index.html +20 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/package.json +79 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/public/static/language/en-US/login.json +48 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/public/static/language/zh-CN/login.json +48 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/public/static/language/zh-HK/login.json +48 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/App.vue +225 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/assets/images/bg.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/assets/images/logo.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/assets/images/refresh.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/components/app-drag/index.vue +183 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/hostMap.ts +11 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/main.ts +19 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/models/index.ts +48 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/request/api/Auth.ts +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/request/api.ts +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/router.ts +30 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/views/login/Login.vue +99 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/views/login/css/login.scss +78 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/views/login/js/useLogin.ts +73 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/src/views/login/js/useRememberPassword.ts +48 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/stats.html +4975 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/tsconfig.json +56 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/types/gw-app-public.d.ts +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/vite.base.config.ts +233 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-login/vite.config.ts +51 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.babelrc +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.editorconfig +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.env.development +23 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.env.production +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.env.test +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.eslintignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.eslintrc.cjs +178 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.gitignore +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.prettierignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.prettierrc.cjs +37 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/.stylelintrc.cjs +17 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/auto-imports.d.ts +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/env.d.ts +21 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/index.html +20 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/package.json +85 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/public/static/language/en-US/setPage.json +25 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/public/static/language/zh-CN/setPage.json +25 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/public/static/language/zh-HK/setPage.json +25 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/App.vue +202 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/assets/images/logo.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/components/buttonModeSelect/index.vue +190 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/hostMap.ts +11 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/main.ts +24 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/models/index.ts +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/request/api/Auth.ts +21 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/request/api.ts +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/router.ts +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/store.js +189 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/types.js +16 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/js/useChangeLanguage.ts +19 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/js/useChangeTheme.ts +16 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/js/useClearCache.ts +26 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/js/useJavaFunc.ts +146 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/js/useLogout.ts +52 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/src/views/ganwei-app-setPage/src/setPage.vue +120 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/stats.html +4975 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/tsconfig.json +58 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/types/gw-app-public.d.ts +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/vite.base.config.ts +233 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-set-page/vite.config.ts +49 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/.babelrc +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/.editorconfig +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/.env.development +23 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/.env.production +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/.env.test +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/.eslintignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/.eslintrc.cjs +178 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/.gitignore +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/.prettierignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/.prettierrc.cjs +37 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/auto-imports.d.ts +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/components.d.ts +14 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/env.d.ts +7 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/index.html +18 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/package.json +77 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/public/static/language/en-US/template.json +3 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/public/static/language/zh-CN/template.json +3 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/public/static/language/zh-HK/template.json +3 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/App.vue +202 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/assets/images/logo.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/components/buttonModeSelect/index.vue +190 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/hostMap.ts +11 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/main.ts +24 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/models/index.ts +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/request/api/Auth.ts +21 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/request/api.ts +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/router.ts +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/store.js +189 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/types.js +16 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/src/views/ganwei-app-template/src/template.vue +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/tsconfig.json +58 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/types/gw-app-public.d.ts +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/vite.base.config.js +246 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-template/vite.config.ts +44 -0
- package/ganwei-iotcenter-index-6.2.1/.gitignore +31 -0
- package/ganwei-iotcenter-index-6.2.1/.npmrc +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.gitignore +27 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/json/config.json +47 -43
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/App.vue +5 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/isDebug/isDebug.vue +2 -9
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/types.js +1 -1
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/index.js +0 -3
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/jumpIframe/index.vue +9 -3
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/jumpIframe/preloadMethod.js +3 -3
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.gitignore +27 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/login.scss +50 -30
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/types.js +1 -1
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.gitignore +27 -0
- package/ganwei-pc.js +0 -0
- package/package.json +1 -1
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="appFrame wh100">
|
|
3
|
+
<appTop v-if="showTop" :leftText='leftText' :leftIcon='leftIcon' :leftIconSize='leftIconSize'
|
|
4
|
+
:centerText="centerText" :rightIcon='rightIcon' :rightIconTip='rightIconTip'
|
|
5
|
+
:rightIconTipColor='rightIconTipColor' :rightIconSize='rightIconSize' :rightIconTipSize='rightIconTipSize'
|
|
6
|
+
@rightClick='rightClick' :scrollable="scrollable" :qrcode="qrcode" :camera="camera" @changeCamera="changeCamera"
|
|
7
|
+
@changeQrcode="changeQrcode" @onRichScanCallback="onRichScanCallback">
|
|
8
|
+
<template v-slot:header-left>
|
|
9
|
+
<slot name="header-left" />
|
|
10
|
+
</template>
|
|
11
|
+
<template v-slot:header-center>
|
|
12
|
+
<slot name="header-center" />
|
|
13
|
+
</template>
|
|
14
|
+
<template v-slot:header-right>
|
|
15
|
+
<slot name="header-right" />
|
|
16
|
+
</template>
|
|
17
|
+
</appTop>
|
|
18
|
+
<div class="appFrameMain" @touchstart.stop='start' @touchend.stop='end' :style="{ padding: padding }">
|
|
19
|
+
<slot></slot>
|
|
20
|
+
</div>
|
|
21
|
+
<appBottom v-if="showBottom" :selected='selected'></appBottom>
|
|
22
|
+
</div>
|
|
23
|
+
</template>
|
|
24
|
+
|
|
25
|
+
<script>
|
|
26
|
+
import appTop from './top.vue'
|
|
27
|
+
import appBottom from './bottom.vue'
|
|
28
|
+
export default {
|
|
29
|
+
components: { appTop, appBottom },
|
|
30
|
+
props: {
|
|
31
|
+
showTop: {
|
|
32
|
+
type: Boolean,
|
|
33
|
+
default: true
|
|
34
|
+
},
|
|
35
|
+
padding: {
|
|
36
|
+
type: String,
|
|
37
|
+
default: '0 16px'
|
|
38
|
+
},
|
|
39
|
+
leftText: {
|
|
40
|
+
type: String,
|
|
41
|
+
default: ''
|
|
42
|
+
},
|
|
43
|
+
leftIcon: {
|
|
44
|
+
type: String,
|
|
45
|
+
default: ''
|
|
46
|
+
},
|
|
47
|
+
leftIconSize: {
|
|
48
|
+
type: String,
|
|
49
|
+
default: '20'
|
|
50
|
+
},
|
|
51
|
+
showBottom: {
|
|
52
|
+
type: Boolean,
|
|
53
|
+
default: true
|
|
54
|
+
},
|
|
55
|
+
selected: {
|
|
56
|
+
type: Number,
|
|
57
|
+
default: 0
|
|
58
|
+
},
|
|
59
|
+
centerText: {
|
|
60
|
+
type: String,
|
|
61
|
+
default: ''
|
|
62
|
+
},
|
|
63
|
+
rightIcon: {
|
|
64
|
+
type: String,
|
|
65
|
+
default: ''
|
|
66
|
+
},
|
|
67
|
+
rightIconSize: {
|
|
68
|
+
type: String,
|
|
69
|
+
default: '30'
|
|
70
|
+
},
|
|
71
|
+
rightIconTip: {
|
|
72
|
+
type: String,
|
|
73
|
+
default: ''
|
|
74
|
+
},
|
|
75
|
+
rightIconTipSize: {
|
|
76
|
+
type: String,
|
|
77
|
+
default: '10'
|
|
78
|
+
},
|
|
79
|
+
rightIconTipColor: {
|
|
80
|
+
type: String,
|
|
81
|
+
default: ''
|
|
82
|
+
},
|
|
83
|
+
touchBack: {
|
|
84
|
+
type: Boolean,
|
|
85
|
+
default: false
|
|
86
|
+
},
|
|
87
|
+
scrollable: {
|
|
88
|
+
type: Boolean,
|
|
89
|
+
default: false
|
|
90
|
+
},
|
|
91
|
+
qrcode: {
|
|
92
|
+
type: Boolean,
|
|
93
|
+
default: false
|
|
94
|
+
},
|
|
95
|
+
camera: {
|
|
96
|
+
type: String,
|
|
97
|
+
default: 'off'
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
|
|
101
|
+
data () {
|
|
102
|
+
return {
|
|
103
|
+
startX: 0,
|
|
104
|
+
endX: 0,
|
|
105
|
+
height: ''
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
methods: {
|
|
109
|
+
start (e) {
|
|
110
|
+
this.startX = e.changedTouches[0].clientX
|
|
111
|
+
},
|
|
112
|
+
end (e) {
|
|
113
|
+
if (this.startX <= 50 && e.changedTouches[0].clientX - this.startX > 80) {
|
|
114
|
+
if (this.touchBack) {
|
|
115
|
+
this.$router.back(-1)
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
rightClick (data) {
|
|
120
|
+
this.$emit('rightClick', data)
|
|
121
|
+
},
|
|
122
|
+
onSwipeRight () {
|
|
123
|
+
if (this.touchBack) {
|
|
124
|
+
this.$router.back(-1)
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
changeCamera (e) {
|
|
128
|
+
this.$emit('changeCamera', e)
|
|
129
|
+
},
|
|
130
|
+
|
|
131
|
+
changeQrcode (e) {
|
|
132
|
+
this.$emit('changeQrcode', e)
|
|
133
|
+
},
|
|
134
|
+
onRichScanCallback (res) {
|
|
135
|
+
this.$emit('onRichScanCallback', res)
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
</script>
|
|
140
|
+
|
|
141
|
+
<style lang='scss'>
|
|
142
|
+
.content {
|
|
143
|
+
width: 100%;
|
|
144
|
+
height: 100%;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.appFrame {
|
|
148
|
+
width: 100%;
|
|
149
|
+
height: 100%;
|
|
150
|
+
display: flex;
|
|
151
|
+
flex-direction: column;
|
|
152
|
+
position: relative;
|
|
153
|
+
|
|
154
|
+
.appFrameMain {
|
|
155
|
+
width: 100%;
|
|
156
|
+
// height: calc(100% - 70px - 54px);
|
|
157
|
+
flex: 1;
|
|
158
|
+
background-color: var(--appFrameMain-bg);
|
|
159
|
+
padding: 0 16px;
|
|
160
|
+
overflow: hidden;
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
</style>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="appBottom flex-between-center" id="voiceImg">
|
|
3
|
+
<div class="iconItem flex-center" v-for="(item,index) in iconList" :key="index" @click="appBottomSelect(index,item)">
|
|
4
|
+
<div class="bottom-item">
|
|
5
|
+
<!-- <i v-if="item.icon" :class='selectedIndex==index?item.selectIcon:item.icon' class="iconfont-app bottom-item-icon"></i> -->
|
|
6
|
+
<img class="bottom-item-icon" :src="menuImageBase + (selectedIndex==index ? `${item.image.name}-active.${item.image.ext}` : item.thumbnail)">
|
|
7
|
+
<p class="bottom-item-txt" :class="selectedIndex==index ? 'bottom-item-active' : ''">{{item.name}}</p>
|
|
8
|
+
</div>
|
|
9
|
+
</div>
|
|
10
|
+
</div>
|
|
11
|
+
</template>
|
|
12
|
+
|
|
13
|
+
<script src='./js/bottom.js'></script>
|
|
14
|
+
|
|
15
|
+
<style lang='scss' src='./css/bottom.scss' scoped></style>
|
package/ganwei-app-6.2.1/packages/ganwei-app-empty-page/src/components/appFrame/css/bottom.scss
ADDED
|
@@ -0,0 +1,381 @@
|
|
|
1
|
+
::v-deep .el-drawer__container {
|
|
2
|
+
background: rgba(17, 19, 24, 0.45);
|
|
3
|
+
backdrop-filter: blur(22px);
|
|
4
|
+
|
|
5
|
+
.el-drawer {
|
|
6
|
+
background-color: transparent;
|
|
7
|
+
|
|
8
|
+
.el-drawer__body {
|
|
9
|
+
background-color: transparent;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.voiceView {
|
|
13
|
+
position: absolute;
|
|
14
|
+
bottom: 45%;
|
|
15
|
+
width: 100%;
|
|
16
|
+
transform: translateY(-50%);
|
|
17
|
+
|
|
18
|
+
//语音动画
|
|
19
|
+
.loader {
|
|
20
|
+
margin: auto;
|
|
21
|
+
width: 250px;
|
|
22
|
+
height: 70px;
|
|
23
|
+
display: flex;
|
|
24
|
+
justify-content: space-between;
|
|
25
|
+
opacity: 0;
|
|
26
|
+
|
|
27
|
+
span {
|
|
28
|
+
display: block;
|
|
29
|
+
background: #3894f7;
|
|
30
|
+
width: 3px;
|
|
31
|
+
height: 10%;
|
|
32
|
+
border-radius: 3px;
|
|
33
|
+
margin-top: 35px;
|
|
34
|
+
|
|
35
|
+
&:nth-child(1) {
|
|
36
|
+
animation: load 1.5s 1s infinite linear;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
&:nth-child(2) {
|
|
40
|
+
animation: load 1.5s 0.9s infinite linear;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
&:nth-child(3) {
|
|
44
|
+
animation: load 1.5s 0.8s infinite linear;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
&:nth-child(4) {
|
|
48
|
+
animation: load 1.5s 0.7s infinite linear;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&:nth-child(5) {
|
|
52
|
+
animation: load 1.5s 0.6s infinite linear;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
&:nth-child(6) {
|
|
56
|
+
animation: load 1.5s 0.5s infinite linear;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&:nth-child(7) {
|
|
60
|
+
animation: load 1.5s 0.4s infinite linear;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
&:nth-child(8) {
|
|
64
|
+
animation: load 1.5s 0.3s infinite linear;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
&:nth-child(9) {
|
|
68
|
+
animation: load 1.5s 0.2s infinite linear;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
&:nth-child(10) {
|
|
72
|
+
animation: load 1.5s 0.1s infinite linear;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
&:nth-child(11) {
|
|
76
|
+
animation: load 1.5s 0s infinite linear;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
&:nth-child(12) {
|
|
80
|
+
animation: load 1.5s 0.1s infinite linear;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
&:nth-child(13) {
|
|
84
|
+
animation: load 1.5s 0.2s infinite linear;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
&:nth-child(14) {
|
|
88
|
+
animation: load 1.5s 0.3s infinite linear;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
&:nth-child(15) {
|
|
92
|
+
animation: load 1.5s 0.4s infinite linear;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
&:nth-child(16) {
|
|
96
|
+
animation: load 1.5s 0.5s infinite linear;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
&:nth-child(17) {
|
|
100
|
+
animation: load 1.5s 0.6s infinite linear;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
&:nth-child(18) {
|
|
104
|
+
animation: load 1.5s 0.7s infinite linear;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
&:nth-child(19) {
|
|
108
|
+
animation: load 1.5s 0.8s infinite linear;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
&:nth-child(20) {
|
|
112
|
+
animation: load 1.5s 0.9s infinite linear;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
&:nth-child(21) {
|
|
116
|
+
animation: load 1.5s 1s infinite linear;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.displayNone {
|
|
122
|
+
display: none;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.active {
|
|
126
|
+
animation: holdingOpacity 0.2s linear;
|
|
127
|
+
animation-fill-mode: forwards;
|
|
128
|
+
// opacity: 1;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.text-box {
|
|
133
|
+
position: absolute;
|
|
134
|
+
bottom: 116px;
|
|
135
|
+
width: 100%;
|
|
136
|
+
text-align: center;
|
|
137
|
+
color: $textColor_1;
|
|
138
|
+
font-size: $fontH16;
|
|
139
|
+
opacity: 0.3;
|
|
140
|
+
|
|
141
|
+
h2 {
|
|
142
|
+
font-weight: 500;
|
|
143
|
+
color: #9ea3b1;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
span {
|
|
147
|
+
color: #9ea3b1;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
&.active {
|
|
151
|
+
animation: holdingOpacity 0.2s linear;
|
|
152
|
+
animation-fill-mode: forwards;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
//新版语音
|
|
157
|
+
.video-content-btn {
|
|
158
|
+
width: 100%;
|
|
159
|
+
height: 0;
|
|
160
|
+
position: absolute;
|
|
161
|
+
left: 0;
|
|
162
|
+
top: calc(100% - 84px);
|
|
163
|
+
display: flex;
|
|
164
|
+
justify-content: center;
|
|
165
|
+
transition: all 1s;
|
|
166
|
+
|
|
167
|
+
// div {
|
|
168
|
+
// width: 70px;
|
|
169
|
+
// height: 70px;
|
|
170
|
+
// color: $textColor_1;
|
|
171
|
+
// background: #4e4f50;
|
|
172
|
+
// border-radius: 50%;
|
|
173
|
+
// display: flex;
|
|
174
|
+
// align-items: center;
|
|
175
|
+
// justify-content: center;
|
|
176
|
+
// user-select: none;
|
|
177
|
+
// i.iconyuyin {
|
|
178
|
+
// font-size: $fontH24;
|
|
179
|
+
// }
|
|
180
|
+
// }
|
|
181
|
+
.holding-bg {
|
|
182
|
+
position: absolute;
|
|
183
|
+
top: 60px;
|
|
184
|
+
width: 0;
|
|
185
|
+
height: 0;
|
|
186
|
+
border-radius: 0;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.cover {
|
|
190
|
+
user-select: none;
|
|
191
|
+
-webkit-touch-callout: none;
|
|
192
|
+
width: 100%;
|
|
193
|
+
height: 150px;
|
|
194
|
+
position: absolute;
|
|
195
|
+
z-index: 100;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.active {
|
|
199
|
+
animation: holdingBg 0.2s linear;
|
|
200
|
+
animation-fill-mode: forwards;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
img {
|
|
204
|
+
user-select: none;
|
|
205
|
+
-webkit-touch-callout: none;
|
|
206
|
+
position: absolute;
|
|
207
|
+
top: 15px;
|
|
208
|
+
width: auto;
|
|
209
|
+
height: 40px;
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.appBottom {
|
|
216
|
+
user-select: none;
|
|
217
|
+
// height: 60px;
|
|
218
|
+
width: 100%;
|
|
219
|
+
height: 54px;
|
|
220
|
+
// height: calc(60px+ constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
|
|
221
|
+
// height: calc(54px+ constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
|
|
222
|
+
|
|
223
|
+
// height: calc(60px + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
|
|
224
|
+
// height: calc(54px + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
|
|
225
|
+
// background-image: url("../images/appBottomBg-black.png");
|
|
226
|
+
background-color: var(--snapshot-item-bg);
|
|
227
|
+
background-size: 100% 100%;
|
|
228
|
+
background-repeat: no-repeat;
|
|
229
|
+
// position: absolute;
|
|
230
|
+
bottom: 0px;
|
|
231
|
+
z-index: 8;
|
|
232
|
+
|
|
233
|
+
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
|
|
234
|
+
|
|
235
|
+
.iconItem {
|
|
236
|
+
width: 75px;
|
|
237
|
+
height: 20px;
|
|
238
|
+
// margin-top: 8px;
|
|
239
|
+
color: white;
|
|
240
|
+
|
|
241
|
+
i {
|
|
242
|
+
font-size: 24px;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.voice-txt {
|
|
246
|
+
position: absolute;
|
|
247
|
+
font-size: 10px;
|
|
248
|
+
color: var(--appBottom-color);
|
|
249
|
+
bottom: 7px;
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.iconItem:nth-child(3) {
|
|
254
|
+
width: 83px;
|
|
255
|
+
height: 69px;
|
|
256
|
+
|
|
257
|
+
// transform: translateY(-8px);
|
|
258
|
+
// margin-top: 4px;
|
|
259
|
+
img {
|
|
260
|
+
user-select: none;
|
|
261
|
+
// width: 100%;
|
|
262
|
+
height: auto;
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.bottom-item {
|
|
267
|
+
display: flex;
|
|
268
|
+
align-items: center;
|
|
269
|
+
flex-direction: column;
|
|
270
|
+
color: var(--appBottom-color);
|
|
271
|
+
|
|
272
|
+
.bottom-item-icon {
|
|
273
|
+
font-size: 24px;
|
|
274
|
+
margin-bottom: 4px;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.bottom-item-txt {
|
|
278
|
+
font-size: 10px;
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.bottom-item-active {
|
|
283
|
+
color: #5697ff;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
// .voice-container {
|
|
287
|
+
// width: 100%;
|
|
288
|
+
// height: 100%;
|
|
289
|
+
// position: absolute;
|
|
290
|
+
// left: 0;
|
|
291
|
+
// bottom: 0;
|
|
292
|
+
// z-index: 499;
|
|
293
|
+
// background: rgba(0, 0, 0, 0.5);
|
|
294
|
+
// & > div {
|
|
295
|
+
// width: 90%;
|
|
296
|
+
// bottom: 80px;
|
|
297
|
+
// margin: auto;
|
|
298
|
+
// position: absolute;
|
|
299
|
+
// margin-left: 5%;
|
|
300
|
+
// background: white;
|
|
301
|
+
// padding: 1rem;
|
|
302
|
+
// border-radius: 6px;
|
|
303
|
+
// & > p {
|
|
304
|
+
// text-align: center;
|
|
305
|
+
// margin-bottom: 1rem;
|
|
306
|
+
// }
|
|
307
|
+
// & > div {
|
|
308
|
+
// width: 200px;
|
|
309
|
+
// height: 200px;
|
|
310
|
+
// margin: auto;
|
|
311
|
+
// border: 1px solid red;
|
|
312
|
+
// }
|
|
313
|
+
// }
|
|
314
|
+
// }
|
|
315
|
+
|
|
316
|
+
@keyframes load {
|
|
317
|
+
0% {
|
|
318
|
+
background: #3894f7;
|
|
319
|
+
margin-top: 35px;
|
|
320
|
+
height: 15%;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
50% {
|
|
324
|
+
background: #3894f7;
|
|
325
|
+
height: 100%;
|
|
326
|
+
margin-top: 0%;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
100% {
|
|
330
|
+
background: #3894f7;
|
|
331
|
+
height: 15%;
|
|
332
|
+
margin-top: 35px;
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
@keyframes holdingOpacity {
|
|
337
|
+
50% {
|
|
338
|
+
opacity: 0.5;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
100% {
|
|
342
|
+
opacity: 1;
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
@keyframes holdingBg {
|
|
347
|
+
50% {
|
|
348
|
+
top: 30px;
|
|
349
|
+
width: 60%;
|
|
350
|
+
height: 40px;
|
|
351
|
+
border-radius: 50%;
|
|
352
|
+
background: var(--voice-holdingAni);
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
100% {
|
|
356
|
+
top: 0;
|
|
357
|
+
width: 120%;
|
|
358
|
+
height: 150px;
|
|
359
|
+
border-radius: 100% 100% 0 0;
|
|
360
|
+
background: var(--voice-holdingAni);
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
@keyframes holdingBg2 {
|
|
365
|
+
50% {
|
|
366
|
+
top: 30px;
|
|
367
|
+
width: 60%;
|
|
368
|
+
height: 40px;
|
|
369
|
+
border-radius: 50%;
|
|
370
|
+
background: linear-gradient(180deg, #ffffff 0%, #f5f6f6 100%);
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
100% {
|
|
374
|
+
top: 0;
|
|
375
|
+
width: 120%;
|
|
376
|
+
height: 150px;
|
|
377
|
+
border-radius: 100% 100% 0 0;
|
|
378
|
+
background: linear-gradient(180deg, #ffffff 0%, #f5f6f6 100%);
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
.appTop {
|
|
2
|
+
@include userselect;
|
|
3
|
+
width: 100%;
|
|
4
|
+
// height: 48px;
|
|
5
|
+
// font-size: 34px;
|
|
6
|
+
// background-color: #252833;
|
|
7
|
+
background-color: var(--appFrameMain-bg);
|
|
8
|
+
color: var(--appTop-color);
|
|
9
|
+
padding: 0 16px;
|
|
10
|
+
box-sizing: border-box;
|
|
11
|
+
|
|
12
|
+
&.scrollable {
|
|
13
|
+
background: var(--appTop-scrollBg);
|
|
14
|
+
// opacity: 0.9;
|
|
15
|
+
backdrop-filter: blur(22px);
|
|
16
|
+
z-index: 1000;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.leftText {
|
|
20
|
+
font-size: 34px;
|
|
21
|
+
margin-top: 14px;
|
|
22
|
+
margin-bottom: 22px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.leftIcon {
|
|
26
|
+
height: 48px;
|
|
27
|
+
line-height: 48px;
|
|
28
|
+
font-size: 20px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.iconTip {
|
|
32
|
+
font-size: 14px;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.left,
|
|
36
|
+
.center,
|
|
37
|
+
.right {
|
|
38
|
+
min-width: 20px;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.header-center {
|
|
42
|
+
font-size: 18px;
|
|
43
|
+
font-weight: 600;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.marginBottom {
|
|
48
|
+
padding-bottom: 10px;
|
|
49
|
+
}
|