Browse Source

添加markdown 限制

tags/1.6.1
Caven Chen 5 years ago
parent
commit
1245535a79
3 changed files with 13 additions and 0 deletions
  1. 11
    0
      .markdownlintrc
  2. 1
    0
      README.md
  3. 1
    0
      README_zh.md

+ 11
- 0
.markdownlintrc View File

@@ -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 View File

@@ -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 View File

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

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

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

```warning

Loading…
Cancel
Save