chore: extensions

This commit is contained in:
lencx
2024-01-31 17:36:52 +08:00
parent 22a87c0b3d
commit a0cd0b4de4
13 changed files with 117 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Noi Mode",
"version": "0.1.3",
"version": "0.1.4",
"sync": "https://github.com/lencx/noi/blob/main/configs/noi.mode.json",
"modes": [
{
@@ -21,6 +21,12 @@
"dir": true,
"text": "Community"
},
{
"id": "noi@design",
"parent": 0,
"dir": true,
"text": "Design"
},
{
"id": "noi:chatgpt",
"parent": "noi@ai",
@@ -69,6 +75,18 @@
"text": "Pi",
"url": "https://pi.ai/talk"
},
{
"id": "noi:coze",
"parent": "noi@ai",
"text": "Coze",
"url": "https://www.coze.com/home"
},
{
"id": "noi:you",
"parent": "noi@ai",
"text": "YOU",
"url": "https://you.com"
},
{
"id": "noi:github",
"parent": "noi@dev",
@@ -104,6 +122,24 @@
"parent": "noi@community",
"text": "Discord",
"url": "https://discord.com"
},
{
"id": "noi:hackernews",
"parent": "noi@community",
"text": "Hacker News",
"url": "https://news.ycombinator.com"
},
{
"id": "noi:figma",
"parent": "noi@design",
"text": "Figma",
"url": "https://www.figma.com"
},
{
"id": "noi:dribbble",
"parent": "noi@design",
"text": "Dribbble",
"url": "https://dribbble.com"
}
]
}
}