Noi/configs/noi.mode.cn.json
2024-03-23 17:41:31 +08:00

194 lines
3.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Noi Mode",
"version": "0.1.3",
"sync": "https://github.com/lencx/noi/blob/main/configs/noi.mode.zh.json",
"modes": [
{
"id": "noi@ai",
"parent": 0,
"dir": true,
"text": "AI"
},
{
"id": "noi@aiCN",
"parent": 0,
"dir": true,
"text": "AI内陆版"
},
{
"id": "noi@dev",
"parent": 0,
"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",
"text": "ChatGPT",
"url": "https://chat.openai.com"
},
{
"id": "noi:claude",
"parent": "noi@ai",
"text": "Claude",
"url": "https://claude.ai"
},
{
"id": "noi:gemini",
"parent": "noi@ai",
"text": "Gemini",
"url": "https://gemini.google.com"
},
{
"id": "noi:poe",
"parent": "noi@ai",
"text": "Poe",
"url": "https://poe.com"
},
{
"id": "noi:perplexity",
"parent": "noi@ai",
"text": "Perplexity",
"url": "https://www.perplexity.ai"
},
{
"id": "noi:copilot",
"parent": "noi@ai",
"text": "Copilot",
"url": "https://copilot.microsoft.com"
},
{
"id": "noi:huggingchat",
"parent": "noi@ai",
"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",
"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:cozeCN",
"parent": "noi@aiCN",
"text": "扣子",
"url": "https://www.coze.cn/home"
},
{
"id": "noi:doubao",
"parent": "noi@aiCN",
"text": "豆包",
"url": "https://www.doubao.com"
},
{
"id": "noi:chatglm",
"parent": "noi@aiCN",
"text": "智谱清言",
"url": "https://chatglm.cn"
},
{
"id": "noi:tongyiqianwen",
"parent": "noi@aiCN",
"text": "通义千问",
"url": "https://tongyi.aliyun.com/qianwen"
},
{
"id": "noi:yiyan",
"parent": "noi@aiCN",
"text": "文心一言",
"url": "https://yiyan.baidu.com"
},
{
"id": "noi:xinghuo",
"parent": "noi@aiCN",
"text": "讯飞星火",
"url": "https://xinghuo.xfyun.cn"
},
{
"id": "noi:kimi",
"parent": "noi@aiCN",
"text": "Kimi",
"url": "https://kimi.moonshot.cn"
},
{
"id": "noi:metaso",
"parent": "noi@aiCN",
"text": "秘塔",
"url": "https://metaso.cn"
},
{
"id": "noi:github",
"parent": "noi@dev",
"text": "GitHub",
"url": "https://github.com"
},
{
"id": "noi:replit",
"parent": "noi@dev",
"text": "Replit",
"url": "https://replit.com"
},
{
"id": "noi:huggingface",
"parent": "noi@dev",
"text": "Hugging Face",
"url": "https://huggingface.co"
},
{
"id": "noi:vscode",
"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"
}
]
}