chore: noi mode

This commit is contained in:
lencx
2024-03-22 23:49:54 +08:00
parent a209cb577b
commit 30eaa22262
2 changed files with 74 additions and 2 deletions

View File

@@ -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"
}
]
}