@liuliang520500/sinataoke_cn 1.1.47 → 2.0.1
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 +2 -2
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ https://mcp.sinataoke.cn/docs
|
|
|
26
26
|
|
|
27
27
|
```
|
|
28
28
|
# 环境变量加载配置
|
|
29
|
-
ENV_URL=
|
|
29
|
+
ENV_URL=https://config.sinataoke.cn/api/mcp/secret
|
|
30
30
|
ENV_SECRET=url:mcp.sinataoke.cn
|
|
31
31
|
ENV_OVERRIDE=false # 可选,是否覆盖当前已存在的环境变量,这个一定要为false,不然下面的配置将不生效
|
|
32
32
|
|
|
@@ -80,7 +80,7 @@ https://jinbao.pinduoduo.com/open.html?client_id=313cc43a30cf487da0a336d9f2df7de
|
|
|
80
80
|
"g:win11desktop/logs/" // 可选,日志文件夹路径,,如果要填写,要换成你自己本地电脑上的一个文件夹
|
|
81
81
|
],
|
|
82
82
|
"env": {
|
|
83
|
-
"ENV_URL": "
|
|
83
|
+
"ENV_URL": "https://config.sinataoke.cn/api/mcp/secret",
|
|
84
84
|
"ENV_SECRET": "url:mcp.sinataoke.cn",
|
|
85
85
|
"ENV_OVERRIDE": "false",
|
|
86
86
|
"TAOBAO_PID": "淘宝PID",
|