mp-darkmode 1.2.0 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README_CN.md CHANGED
@@ -4,7 +4,7 @@ mp-darkmode
4
4
  ==============================
5
5
  [![NPM version][npm-image]][npm-url]
6
6
 
7
- 微信公众平台图文 Dark Mode 转换算法。
7
+ 微信公众平台 Dark Mode 转换算法。
8
8
 
9
9
  ## 安装
10
10
 
@@ -75,7 +75,11 @@ Darkmode.extend([pluginA, pluginB, pluginC]);
75
75
 
76
76
  ## 处理原则
77
77
 
78
- 详见[图文富文本内容 Dark Mode 处理原则](./doc/cn/principle.md)。
78
+ 详见[Dark Mode 处理原则](./doc/cn/principle.md)。
79
+
80
+ ## 最佳实践
81
+
82
+ 详见[Dark Mode 最佳实践](./doc/cn/bestPractices.md)。
79
83
 
80
84
  ## 贡献
81
85