From 5ed633451a75e7ec3025a227316a2416b9d64707 Mon Sep 17 00:00:00 2001 From: lencx Date: Sat, 4 May 2024 11:02:16 +0800 Subject: [PATCH] chore: noi mode --- configs/noi.mode.cn.json | 4 ++-- configs/noi.mode.json | 4 ++-- configs/user.mode.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/noi.mode.cn.json b/configs/noi.mode.cn.json index efd2711..fe0d211 100644 --- a/configs/noi.mode.cn.json +++ b/configs/noi.mode.cn.json @@ -1,6 +1,6 @@ { "name": "Noi Mode", - "version": "0.1.5", + "version": "0.1.6", "sync": "https://github.com/lencx/noi/blob/main/configs/noi.mode.cn.json", "modes": [ { @@ -37,7 +37,7 @@ "id": "noi:chatgpt", "parent": "noi@ai", "text": "ChatGPT", - "url": "https://chat.openai.com" + "url": "https://chatgpt.com" }, { "id": "noi:claude", diff --git a/configs/noi.mode.json b/configs/noi.mode.json index 1e5bd6b..ece2dc6 100644 --- a/configs/noi.mode.json +++ b/configs/noi.mode.json @@ -1,6 +1,6 @@ { "name": "Noi Mode", - "version": "0.1.8", + "version": "0.1.9", "sync": "https://github.com/lencx/noi/blob/main/configs/noi.mode.json", "modes": [ { @@ -43,7 +43,7 @@ "id": "noi:chatgpt", "parent": "noi@ai", "text": "ChatGPT", - "url": "https://chat.openai.com" + "url": "https://chatgpt.com" }, { "id": "noi:claude", diff --git a/configs/user.mode.json b/configs/user.mode.json index f0edda0..f0b409d 100644 --- a/configs/user.mode.json +++ b/configs/user.mode.json @@ -1,7 +1,7 @@ { "name": "Noi User Mode", "mode_main": "noi://about", - "mode_tray": "https://chat.openai.com", + "mode_tray": "https://chatgpt.com", "mode_partition": "", "ua_main": "", "ua_tray": "",