@simonyea/holysheep-cli 1.5.7 → 1.5.8
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/commands/setup.js +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simonyea/holysheep-cli",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.8",
|
|
4
4
|
"description": "OpenAI/Anthropic/Gemini API relay for China developers — configure Claude Code, Cursor, Continue, Cline, Codex in one command. ¥1=$1, no VPN needed.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"openai-china",
|
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
|
}
|