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