@dcloudio/uni-mp-xhs 2.0.1-alpha-34320220324001

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.md ADDED
@@ -0,0 +1,11 @@
1
+ # `uni-mp-xhs`
2
+
3
+ > 处理模板上的差异,比如文件格式模板上的各种指令。
4
+
5
+ ## Usage
6
+
7
+ ```
8
+ const uniMpXhs = require('uni-mp-xhs');
9
+
10
+ // TODO: DEMONSTRATE API
11
+ ```