You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GCSGUI/README.md

29 lines
1.1 KiB
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Vue 3 + TypeScript + Vite
采用Vue3 + TypeScript + Vite来构建界面。强制使用pnpm作为包管理工具。
## Git提交规范
commit 提交信息时,必须是 **git commit -m 'fix: xxx'** 符合类型的才可以,**需要注意的是类型的后面需要用英文的 :,并且冒号后面是需要空一格的,这个是不能省略的**。
```
'feat',//新特性、新功能
'fix',//修改bug
'docs',//文档修改
'style',//代码格式修改, 注意不是 css 修改
'refactor',//代码重构
'perf',//优化相关,比如提升性能、体验
'test',//测试用例修改
'chore',//其他修改, 比如改变构建流程、或者增加依赖库、工具等
'revert',//回滚到上一个版本
'build',//编译相关的修改,例如发布版本、对项目构建或者依赖的改动
```
## 地图库
- 地图采用开源的Cesium.js库版本为1.108.注不要随意升级版本天地图三维地形服务目前只支持1.108实测1.109也能用,更高版本则无法使用。
## 地图服务
地图服务采用天地图图源https://www.tianditu.gov.cn/)。