吉安感知网项目-前端
罗广辉
2026-01-06 457ec00abf3dbc49fca614a4e0a2ea122f7fad3f
refs
author 罗广辉 <guanghui.luo@foxmail.com>
Tuesday, January 6, 2026 09:31 +0800
committer 罗广辉 <guanghui.luo@foxmail.com>
Tuesday, January 6, 2026 09:31 +0800
commit457ec00abf3dbc49fca614a4e0a2ea122f7fad3f
tree 9978e222c253b2f8a136c80f0821551a202e1742 tree | zip | gz
parent c3b16a234fee5bab6d91077b8fe27a4c1ce702f8 view | diff
init app
3 files modified
156 files added
32373 ■■■■■ changed files
package.json 3 ●●●● diff | view | raw | blame | history
pnpm-lock.yaml 11081 ●●●●● diff | view | raw | blame | history
pnpm-workspace.yaml 1 ●●●● diff | view | raw | blame | history
uniapps/drone-app/.editorconfig 22 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/.gitignore 29 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/.npmrc 12 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/README.md 352 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/build/config/index.js 1 ●●●● diff | view | raw | blame | history
uniapps/drone-app/build/config/proxy.js 25 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/build/plugins/autoImport.js 24 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/build/plugins/cleanImage.js 16 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/build/plugins/component.js 12 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/build/plugins/index.js 40 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/build/plugins/mcp.js 9 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/build/plugins/replaceUrl.js 13 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/build/plugins/unocss.js 9 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/build/plugins/visualizer.js 23 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/cz.config.js 58 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/env/.env 17 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/env/.env.development 5 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/env/.env.production 5 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/eslint.config.js 54 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/index.html 20 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/package.json 154 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/pnpm-lock.yaml 11430 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/project.config.json 25 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/project.private.config.json 14 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/scripts/post-upgrade.js 36 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/App.vue 76 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/api/common/index.js 8 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/api/drone.js 21 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/api/inspectionTask.js 10 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/api/map.js 9 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/api/user/index.js 80 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/api/work/index.js 62 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/components/.gitkeep diff | view | raw | blame | history
uniapps/drone-app/src/components/WebViewPlus.vue 53 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/components/agree-privacy/index.vue 214 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/components/lang-select/index.vue 51 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/components/theme-picker/index.vue 37 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/config/env.js 47 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/config/website.js 83 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/hooks/index.js 19 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/hooks/use-clipboard/index.js 33 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/hooks/use-loading/index.js 24 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/hooks/use-location/index.js 320 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/hooks/use-modal/index.js 24 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/hooks/use-permission/index.js 10 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/hooks/use-share/index.js 46 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/hooks/use-theme/index.js 47 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/hooks/useGlobalWS.js 104 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/hooks/useTabAddButton.js 11 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/locales/index.js 20 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/locales/langs/en.js 11 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/locales/langs/zh-Hans.js 11 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/main.js 27 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/manifest.json 117 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/pages.json 185 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/pages/dispatcher/index.vue 85 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/pages/inspectionTask/AppPowerful.vue 34 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/pages/inspectionTask/index.vue 100 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/pages/login/index.vue 294 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/pages/map/drag.vue 200 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/pages/map/index.vue 99 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/pages/placeholder/placeholder.vue 11 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/pages/user/index.vue 228 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/pages/work/index.vue 102 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/plugins/index.js 20 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/plugins/permission.js 56 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/plugins/ui.js 45 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/router/index.js 98 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/static/fonts/SourceHanSansCN-Bold.woff2 diff | view | raw | blame | history
uniapps/drone-app/src/static/fonts/SourceHanSansCN-Regular.woff2 diff | view | raw | blame | history
uniapps/drone-app/src/static/fonts/YouSheBiaoTiHei.TTF diff | view | raw | blame | history
uniapps/drone-app/src/static/fonts/font.css 45 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/static/images/404.png diff | view | raw | blame | history
uniapps/drone-app/src/static/images/app-logo.png diff | view | raw | blame | history
uniapps/drone-app/src/static/images/logo.png diff | view | raw | blame | history
uniapps/drone-app/src/static/images/pay.png diff | view | raw | blame | history
uniapps/drone-app/src/static/images/sl.png diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/add-task.svg 10 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/add-work.svg 10 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/add.png diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/add.svg 10 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/drone.png diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/icon_home.svg 10 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/icon_home1.png diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/icon_home2.png diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/icon_home_selected.png diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/icon_home_selected.svg 10 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/icon_list.png diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/icon_list.svg 8 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/icon_list_selected.png diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/icon_list_selected.svg 8 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/icon_me.png diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/icon_me.svg 7 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/icon_me_selected.png diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/icon_me_selected.svg 7 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/icon_order.png diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/icon_order.svg 8 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/icon_order_selected.png diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/icon_order_selected.svg 8 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/static/images/tabbar/mainLogo.png diff | view | raw | blame | history
uniapps/drone-app/src/static/images/yx.png diff | view | raw | blame | history
uniapps/drone-app/src/static/styles/common.scss 8 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/static/styles/theme.scss 63 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/store/index.js 27 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/store/modules/app/index.js 81 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/store/modules/map/index.js 24 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/store/modules/user/index.js 23 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/subPackages/404/index.vue 48 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/subPackages/browser/index.vue 39 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/subPackages/droneConsole/index.vue 111 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/subPackages/inspectionTask/taskDetails.vue 59 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/subPackages/qrCode/index.vue 45 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/subPackages/taskDetail/addTask/index.vue 85 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/subPackages/taskDetail/execution/index.vue 55 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/subPackages/taskDetail/inProgress/index.vue 61 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/subPackages/theme/index.vue 100 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/subPackages/userDetail/infos/index.vue 307 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/subPackages/userDetail/password/index.vue 240 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/subPackages/workDetail/addWork/index.vue 52 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/subPackages/workDetail/index.vue 68 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/subPackages/workDetail/mapWork/index.vue 55 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/subPackages/workDetail/photoMagnify/index.vue 26 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/uni.scss 55 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/utils/common/index.js 93 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/utils/index.js 14 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/utils/modals/index.js 54 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/utils/request/index.js 56 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/utils/request/interceptors.js 96 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/utils/request/status.js 46 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/utils/storage/index.js 22 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/GenerateTestUserSig.js 16 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/TrtcCloud/._lib diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/TrtcCloud/PaxHeader/lib diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/TrtcCloud/lib/._TrtcCloudImpl.js diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/TrtcCloud/lib/._TrtcCode.js diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/TrtcCloud/lib/._TrtcDefines.js diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/TrtcCloud/lib/._constants.js diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/TrtcCloud/lib/._index.js diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/TrtcCloud/lib/PaxHeader/TrtcCloudImpl.js diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/TrtcCloud/lib/PaxHeader/TrtcCode.js diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/TrtcCloud/lib/PaxHeader/TrtcDefines.js diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/TrtcCloud/lib/PaxHeader/constants.js diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/TrtcCloud/lib/PaxHeader/index.js diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/TrtcCloud/lib/TrtcCloudImpl.js 790 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/TrtcCloud/lib/TrtcCode.js 612 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/TrtcCloud/lib/TrtcDefines.js 522 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/TrtcCloud/lib/constants.js 10 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/TrtcCloud/lib/index.js 1086 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/TrtcCloud/permission.js 279 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/TrtcCloud/view/TrtcLocalView.nvue 19 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/TrtcCloud/view/TrtcRemoteView.nvue 23 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/index.js 36 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/src/utils/voiceCallByTX/lib-generate-test-usersig-es.min.js 2 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/stylelint.config.js 58 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/uno.config.js 83 ●●●●● diff | view | raw | blame | history
uniapps/drone-app/vite.config.js 61 ●●●●● diff | view | raw | blame | history