From 8d4cec9bb34a67dd58f5b03b6739e96fcbac2adf Mon Sep 17 00:00:00 2001 From: JianMiau Date: Tue, 4 Aug 2026 17:14:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BC=E4=BD=88=E8=88=87=E7=89=88=E6=8E=A7?= =?UTF-8?q?=E7=9B=AE=E6=A8=99=E6=94=B9=E7=82=BA=20jianmiau?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 摘要: publishConfig 與 repository 改指向 jianmiau.ddns.net,之後裸 npm publish 直接發到公開 registry;git origin 也已對調為 jianmiau(catan 降為備用 remote)。 Co-Authored-By: Claude Fable 5 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ac8784d..2ef334d 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,11 @@ "license": "MIT", "type": "commonjs", "publishConfig": { - "registry": "https://git.catan.com.tw/api/packages/Frontend/npm/" + "registry": "https://jianmiau.ddns.net/api/packages/AI/npm/" }, "repository": { "type": "git", - "url": "git@git.catan.com.tw:Frontend/telegram-codex-bot.git" + "url": "ssh://git@jianmiau.ddns.net:8022/AI/telegram-codex-bot.git" }, "main": "src/index.js", "bin": {