浏览代码

添加markdown 限制

tags/1.6.1
Caven Chen 5 年前
父节点
当前提交
1245535a79
共有 3 个文件被更改,包括 13 次插入0 次删除
  1. 11
    0
      .markdownlintrc
  2. 1
    0
      README.md
  3. 1
    0
      README_zh.md

+ 11
- 0
.markdownlintrc 查看文件

@@ -0,0 +1,11 @@
{
"default": true,
"colors": true,
"header-increment": false,
"line-length": false,
"no-trailing-punctuation": { "punctuation": ".,;:" },
"no-duplicate-header": false,
"no-inline-html": false,
"no-hard-tabs": false,
"whitespace": false
}

+ 1
- 0
README.md 查看文件

@@ -3,6 +3,7 @@
[**🇨🇳 中文**](./README_zh.md) | [**🇬🇧English**](./README.md)

> The SDK is a secondary development based on the open source project Cesium, which optimizes some operations of Cesium and enables developers to quickly develop 3D applications through the framework.

> [home](http://dc.dvgis.cn)

```warning

+ 1
- 0
README_zh.md 查看文件

@@ -3,6 +3,7 @@
[**🇨🇳 中文**](./README_zh.md) | [**🇬🇧English**](./README.md)

> 该 SDK 是基于开源项目 Cesium 进行的二次开发,优化了 Cesium 一些操作,通过该框架开发者可以快速的开发 3D 应用。

> [主页](http://dc.dvgis.cn)

```warning

正在加载...
取消
保存