@simonyea/holysheep-cli 1.5.7 → 1.5.9
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 +8 -3
- package/src/commands/setup.js +2 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simonyea/holysheep-cli",
|
|
3
|
-
"version": "1.5.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.5.9",
|
|
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",
|
|
7
7
|
"claude-china",
|
|
@@ -32,7 +32,12 @@
|
|
|
32
32
|
"gpt",
|
|
33
33
|
"llm",
|
|
34
34
|
"api-key",
|
|
35
|
-
"base-url"
|
|
35
|
+
"base-url",
|
|
36
|
+
"claude-code-china",
|
|
37
|
+
"claude-code-relay",
|
|
38
|
+
"wechat-pay-api",
|
|
39
|
+
"alipay-api",
|
|
40
|
+
"no-credit-card"
|
|
36
41
|
],
|
|
37
42
|
"homepage": "https://holysheep.ai",
|
|
38
43
|
"repository": {
|
package/src/commands/setup.js
CHANGED
|
@@ -320,8 +320,9 @@ async function setup(options) {
|
|
|
320
320
|
|
|
321
321
|
// 注册引导 banner
|
|
322
322
|
console.log(chalk.cyan('╔══════════════════════════════════════════════════╗'))
|
|
323
|
-
console.log(chalk.cyan('║') + chalk.bold(' 🎁 还没有 Key
|
|
323
|
+
console.log(chalk.cyan('║') + chalk.bold(' 🎁 还没有 Key?立即注册即可使用! ') + chalk.cyan('║'))
|
|
324
324
|
console.log(chalk.cyan('║') + chalk.green(' 👉 https://holysheep.ai/register ') + chalk.cyan('║'))
|
|
325
|
+
console.log(chalk.cyan('║') + chalk.yellow(' 💳 支持微信 / 支付宝,无需国际信用卡! ') + chalk.cyan('║'))
|
|
325
326
|
console.log(chalk.cyan('╚══════════════════════════════════════════════════╝'))
|
|
326
327
|
console.log()
|
|
327
328
|
}
|