@simonyea/holysheep-cli 1.7.104 → 1.7.105
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/package.json +1 -1
- package/src/tools/env-config.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simonyea/holysheep-cli",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.105",
|
|
4
4
|
"description": "Claude Code/Cursor/Cline API relay for China — ¥1=$1, WeChat/Alipay payment, no credit card, no VPN. One command setup for all AI coding tools.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"openai-china",
|
package/src/tools/env-config.js
CHANGED
|
@@ -179,7 +179,7 @@ module.exports = {
|
|
|
179
179
|
return result
|
|
180
180
|
},
|
|
181
181
|
|
|
182
|
-
hint: '
|
|
182
|
+
hint: '一键配置全局终端环境变量(ANTHROPIC / OPENAI API Key + Base URL)',
|
|
183
183
|
launchCmd: null,
|
|
184
184
|
docsUrl: 'https://holysheep.ai',
|
|
185
185
|
}
|