Compare commits

...
7 Commits
Author SHA1 Message Date
yiqiuyang 9444e6db5d Merge branch 'pathPlan' of https://git.rangutech.com/yiqiuyang/kxfx into yqy 2025-10-23 09:47:02 +08:00
gcw_IJ7DAiVL 964ce7cede fix bug修复 2025-10-16 16:02:23 +08:00
gcw_IJ7DAiVL ce70fd98ec add json编辑功能 2025-10-15 09:27:20 +08:00
gcw_IJ7DAiVL 7d22506f18 add json 编辑 2025-10-14 17:23:54 +08:00
gcw_IJ7DAiVL 328700ec89 fix 2025-10-10 18:31:44 +08:00
gcw_IJ7DAiVL 2ad6bc1b47 add 导出 2025-10-10 15:32:47 +08:00
gcw_IJ7DAiVL 41f9034f54 ## 机动路线规划 2025-10-10 11:38:34 +08:00
4 changed files with 3393 additions and 525 deletions
+1 -27
View File
@@ -1,29 +1,3 @@
# kxfx
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
## 机动路线规划
+1 -1
View File
@@ -1,5 +1,5 @@
[http]
port=8081
port=8083
address=127.0.0.1
[title]
+747 -469
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff