mirror of
https://github.com/lencx/Noi.git
synced 2025-12-16 01:50:44 +01:00
chore: noi mode
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user