From dbf1735bc4c093928a561ddf6da44473abf8f4ff Mon Sep 17 00:00:00 2001 From: lencx Date: Thu, 28 Mar 2024 09:01:32 +0800 Subject: [PATCH] config: add suno --- configs/noi.mode.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/configs/noi.mode.json b/configs/noi.mode.json index d61e523..1f444c8 100644 --- a/configs/noi.mode.json +++ b/configs/noi.mode.json @@ -1,6 +1,6 @@ { "name": "Noi Mode", - "version": "0.1.6", + "version": "0.1.7", "sync": "https://github.com/lencx/noi/blob/main/configs/noi.mode.json", "modes": [ { @@ -105,6 +105,12 @@ "text": "YOU", "url": "https://you.com" }, + { + "id": "noi:suno", + "parent": "noi@ai", + "text": "Suno AI", + "url": "https://app.suno.ai" + }, { "id": "noi:github", "parent": "noi@dev",