commit 9a9d165a1cfab0666250a335fd3ddf44bbee021f Author: qubiaobiao <3294694717@qq.com> Date: Wed Jan 24 12:03:29 2024 +0800 软件启动加密及度分秒展示 diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/.gitignore b/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/.gitignore new file mode 100644 index 0000000..8968bd5 --- /dev/null +++ b/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/.gitignore @@ -0,0 +1,10 @@ +node_modules +.DS_Store +dist +dist-ssr +*.local + +.vscode +.idea + +public/Cesium \ No newline at end of file diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/README.md b/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/README.md new file mode 100644 index 0000000..e025aed --- /dev/null +++ b/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/README.md @@ -0,0 +1,29 @@ +# Vite Electron Typescript Template + +`vite 2` `vue 3` `electron 12` + +## How to use +clone the repo via git and install dependencies: +```shell +git clone --depth 1 --single-branch https://github.com/hocili/vite-electron-typescript-template.git your-project-name +cd your-project-name +yarn +``` + +## Starting Development +Start the app in the `dev` environment: +```shell +yarn dev +``` + +```shell +yarn electron:dev +``` +## Packaging for Production +To package apps for the local platform: +```shell +yarn electron:build +``` + +## TODO +1. 使用web serial api实现串口数据接收 diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/config.json b/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/config.json new file mode 100644 index 0000000..074264a --- /dev/null +++ b/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/config.json @@ -0,0 +1,7 @@ +{ + "serialport": { + "path": "COM3", + "baudRate": 115200 + }, + "extend_tdt_window": false +} \ No newline at end of file diff --git a/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/index.html b/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/index.html new file mode 100644 index 0000000..a82fdaa --- /dev/null +++ b/hwasmart-beidou-satellite-data-monitor-beidou-satellite-data-monitor-/index.html @@ -0,0 +1,13 @@ + + +
+ + + +