inkdrift 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,7 +27,7 @@ npm install
27
27
 
28
28
  ## 配置
29
29
 
30
- `.env` 文件中配置以下环境变量:
30
+ `~/.inkdrift` 文件中配置以下环境变量:
31
31
 
32
32
  | 变量 | 必填 | 说明 |
33
33
  |------|------|------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inkdrift",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "WeChat public account article knowledge distiller bot",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",