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