diff --git a/configs/noi.mode.cn.json b/configs/noi.mode.cn.json index 6a7ed04..26db14d 100644 --- a/configs/noi.mode.cn.json +++ b/configs/noi.mode.cn.json @@ -1,6 +1,6 @@ { "name": "Noi Mode", - "version": "0.1.2", + "version": "0.1.3", "sync": "https://github.com/lencx/noi/blob/main/configs/noi.mode.zh.json", "modes": [ { @@ -21,6 +21,18 @@ "dir": true, "text": "Dev" }, + { + "id": "noi@email", + "parent": 0, + "dir": true, + "text": "Email" + }, + { + "id": "noi@video", + "parent": 0, + "dir": true, + "text": "Video" + }, { "id": "noi:chatgpt", "parent": "noi@ai", @@ -123,6 +135,12 @@ "text": "Kimi", "url": "https://kimi.moonshot.cn" }, + { + "id": "noi:metaso", + "parent": "noi@aiCN", + "text": "秘塔", + "url": "https://metaso.cn" + }, { "id": "noi:github", "parent": "noi@dev", @@ -146,6 +164,24 @@ "parent": "noi@dev", "text": "VS Code", "url": "https://vscode.dev" + }, + { + "id": "noi:qqmail", + "parent": "noi@email", + "text": "QQ 邮箱", + "url": "https://mail.qq.com" + }, + { + "id": "noi:yi163", + "parent": "noi@email", + "text": "网易邮箱", + "url": "https://mail.163.com" + }, + { + "id": "noi:bilibili", + "parent": "noi@video", + "text": "哔哩哔哩", + "url": "https://www.bilibili.com" } ] } diff --git a/configs/noi.mode.json b/configs/noi.mode.json index 8d8196e..d61e523 100644 --- a/configs/noi.mode.json +++ b/configs/noi.mode.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.json", "modes": [ { @@ -27,6 +27,18 @@ "dir": true, "text": "Design" }, + { + "id": "noi@email", + "parent": 0, + "dir": true, + "text": "Email" + }, + { + "id": "noi@video", + "parent": 0, + "dir": true, + "text": "Video" + }, { "id": "noi:chatgpt", "parent": "noi@ai", @@ -69,6 +81,12 @@ "text": "HuggingChat", "url": "https://huggingface.co/chat" }, + { + "id": "noi:groq", + "parent": "noi@ai", + "text": "Groq", + "url": "https://groq.com" + }, { "id": "noi:pi", "parent": "noi@ai", @@ -140,6 +158,24 @@ "parent": "noi@design", "text": "Dribbble", "url": "https://dribbble.com" + }, + { + "id": "noi:gmail", + "parent": "noi@email", + "text": "Gmail", + "url": "https://mail.google.com" + }, + { + "id": "noi:outlook", + "parent": "noi@email", + "text": "Outlook", + "url": "https://outlook.live.com" + }, + { + "id": "noi:youtube", + "parent": "noi@video", + "text": "YouTube", + "url": "https://www.youtube.com" } ] }