diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c8935 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file diff --git a/README.MD b/README.MD index 028b28c..ad50547 100644 --- a/README.MD +++ b/README.MD @@ -60,7 +60,7 @@ window.$docsify = { | countable | boolean | 设置字符统计展示与否 Set display this plugin or not | true(默认值Default) / false | | position | string | 设置展示位置 Set display position | 'top'(默认值Default) / 'bottom' | | margin | string | 设置与邻近DOM的距离 Set margin to the near DOM element | '10px' | -| float | string | 设置元素对齐 Set alignment | 'right'(默认值Default) / 'top' | +| float | string | 设置元素对齐 Set alignment | 'right'(默认值Default) / 'left' | | fontsize | string | 设置字体大小 Set font size | '0.9em' | | color | string | 设置颜色 Set color | 'rgb(90,90,90)' | | language | string | 设置语言 Set language | 'english'(默认值Default) / 'chinese' | diff --git a/package.json b/package.json index 64c66e5..c9ef7b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docsify-count", - "version": "1.2.0", + "version": "1.2.1", "description": "a countable plugin for markdown", "main": "index.js", "scripts": {