From 9a3ccef9a0cd03ca40df286489c51e9c18724896 Mon Sep 17 00:00:00 2001 From: qubiaobiao <3294694717@qq.com> Date: Thu, 22 Feb 2024 11:37:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=99=E6=B2=B3=E5=AE=A2=E6=88=B7=E5=AE=9A?= =?UTF-8?q?=E5=88=B6=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.gitignore => .gitignore | 0 .../README.md => README.md | 0 .../config.json => config.json | 0 .../index.html => index.html | 0 .../index.js => index.js | 0 .../package.json => package.json | 0 .../postcss.config.js => postcss.config.js | 0 .../public => public}/favicon.ico | Bin .../src => src}/main/KeyWord.js | 0 .../src => src}/main/api/NMEAHandler.js | 0 .../src => src}/main/app.ts | 0 .../src => src}/main/config.js | 0 .../src => src}/main/ipcRendererManager.js | 0 .../src => src}/main/load-serialport.js | 0 .../src => src}/main/preload.js | 0 .../src => src}/render/App.vue | 0 .../src => src}/render/api/util.js | 0 .../src => src}/render/assets/earth.jpg | Bin .../src => src}/render/assets/pin.png | Bin .../src => src}/render/components/BaseInfoView.vue | 0 .../src => src}/render/components/EarthView.vue | 0 .../src => src}/render/components/NMEAView.vue | 0 .../render/components/PlanisphereView.vue | 0 .../src => src}/render/components/SNRView.vue | 0 .../src => src}/render/components/SubTitleView.vue | 0 .../src => src}/render/main.css | 0 .../src => src}/render/main.ts | 0 .../src => src}/render/shims-vue.d.ts | 0 .../tailwind.config.js => tailwind.config.js | 0 ...tsconfig.electron.json => tsconfig.electron.json | 0 .../tsconfig.json => tsconfig.json | 0 .../vite.config.ts => vite.config.ts | 0 .../yarn.lock => yarn.lock | 0 33 files changed, 0 insertions(+), 0 deletions(-) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/.gitignore => .gitignore (100%) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/README.md => README.md (100%) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/config.json => config.json (100%) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/index.html => index.html (100%) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/index.js => index.js (100%) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/package.json => package.json (100%) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/postcss.config.js => postcss.config.js (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/public => public}/favicon.ico (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/main/KeyWord.js (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/main/api/NMEAHandler.js (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/main/app.ts (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/main/config.js (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/main/ipcRendererManager.js (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/main/load-serialport.js (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/main/preload.js (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/App.vue (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/api/util.js (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/assets/earth.jpg (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/assets/pin.png (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/components/BaseInfoView.vue (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/components/EarthView.vue (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/components/NMEAView.vue (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/components/PlanisphereView.vue (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/components/SNRView.vue (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/components/SubTitleView.vue (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/main.css (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/main.ts (100%) rename {hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src => src}/render/shims-vue.d.ts (100%) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/tailwind.config.js => tailwind.config.js (100%) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/tsconfig.electron.json => tsconfig.electron.json (100%) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/tsconfig.json => tsconfig.json (100%) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/vite.config.ts => vite.config.ts (100%) rename hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/yarn.lock => yarn.lock (100%) diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/.gitignore b/.gitignore similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/.gitignore rename to .gitignore diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/README.md b/README.md similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/README.md rename to README.md diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/config.json b/config.json similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/config.json rename to config.json diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/index.html b/index.html similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/index.html rename to index.html diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/index.js b/index.js similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/index.js rename to index.js diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/package.json b/package.json similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/package.json rename to package.json diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/postcss.config.js b/postcss.config.js similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/postcss.config.js rename to postcss.config.js diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/public/favicon.ico b/public/favicon.ico similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/public/favicon.ico rename to public/favicon.ico diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/KeyWord.js b/src/main/KeyWord.js similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/KeyWord.js rename to src/main/KeyWord.js diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/api/NMEAHandler.js b/src/main/api/NMEAHandler.js similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/api/NMEAHandler.js rename to src/main/api/NMEAHandler.js diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/app.ts b/src/main/app.ts similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/app.ts rename to src/main/app.ts diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/config.js b/src/main/config.js similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/config.js rename to src/main/config.js diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/ipcRendererManager.js b/src/main/ipcRendererManager.js similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/ipcRendererManager.js rename to src/main/ipcRendererManager.js diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/load-serialport.js b/src/main/load-serialport.js similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/load-serialport.js rename to src/main/load-serialport.js diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/preload.js b/src/main/preload.js similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/main/preload.js rename to src/main/preload.js diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/App.vue b/src/render/App.vue similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/App.vue rename to src/render/App.vue diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/api/util.js b/src/render/api/util.js similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/api/util.js rename to src/render/api/util.js diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/assets/earth.jpg b/src/render/assets/earth.jpg similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/assets/earth.jpg rename to src/render/assets/earth.jpg diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/assets/pin.png b/src/render/assets/pin.png similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/assets/pin.png rename to src/render/assets/pin.png diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/BaseInfoView.vue b/src/render/components/BaseInfoView.vue similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/BaseInfoView.vue rename to src/render/components/BaseInfoView.vue diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/EarthView.vue b/src/render/components/EarthView.vue similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/EarthView.vue rename to src/render/components/EarthView.vue diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/NMEAView.vue b/src/render/components/NMEAView.vue similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/NMEAView.vue rename to src/render/components/NMEAView.vue diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/PlanisphereView.vue b/src/render/components/PlanisphereView.vue similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/PlanisphereView.vue rename to src/render/components/PlanisphereView.vue diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/SNRView.vue b/src/render/components/SNRView.vue similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/SNRView.vue rename to src/render/components/SNRView.vue diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/SubTitleView.vue b/src/render/components/SubTitleView.vue similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/components/SubTitleView.vue rename to src/render/components/SubTitleView.vue diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/main.css b/src/render/main.css similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/main.css rename to src/render/main.css diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/main.ts b/src/render/main.ts similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/main.ts rename to src/render/main.ts diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/shims-vue.d.ts b/src/render/shims-vue.d.ts similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/src/render/shims-vue.d.ts rename to src/render/shims-vue.d.ts diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/tailwind.config.js b/tailwind.config.js similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/tailwind.config.js rename to tailwind.config.js diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/tsconfig.electron.json b/tsconfig.electron.json similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/tsconfig.electron.json rename to tsconfig.electron.json diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/tsconfig.json b/tsconfig.json similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/tsconfig.json rename to tsconfig.json diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/vite.config.ts b/vite.config.ts similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/vite.config.ts rename to vite.config.ts diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/yarn.lock b/yarn.lock similarity index 100% rename from hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/yarn.lock rename to yarn.lock