Cmen
3 years ago
8 changed files with 1602 additions and 1579 deletions
@ -0,0 +1,14 @@
|
||||
const path = require("path"); |
||||
const { ncp } = require("ncp"); |
||||
|
||||
ncp.limit = 16; |
||||
|
||||
const source = path.resolve(__dirname, "docs", ".vitepress", "dist"); |
||||
const destination = path.resolve(__dirname, "dist", "docs"); |
||||
|
||||
ncp(source, destination, function (err) { |
||||
if (err) { |
||||
return console.error(err); |
||||
} |
||||
console.log("done!"); |
||||
}); |
@ -1 +1,10 @@
|
||||
# 更新日志 |
||||
# 更新日志 |
||||
|
||||
## 0.2.0(:tada:预览版:tada:) |
||||
- [特性] 文件菜单 |
||||
- [特性] 编辑菜单 |
||||
- [特性] 帮助菜单 |
||||
- [特性] 覆盖物创建|编辑 |
||||
- [特性] 覆盖物选中|复制|删除 |
||||
- [特性] 覆盖物属性设置 |
||||
- [特性] 搜索定位 |
@ -0,0 +1,9 @@
|
||||
# 建议反馈 |
||||
|
||||
使用过程中遇到BUG或者有新的需求, 都可以去 [项目代码仓库](https://code.fanruan.com/Finevis/fine-geojson-editor) 下创建工单. |
||||
|
||||
开发者会及时做出响应. |
||||
|
||||
:::tip |
||||
帆软的同事如果有问题或者需求, 可以直接企业微信找 `Cmen` 获取帮助. |
||||
::: |
Loading…
Reference in new issue