2 Commits
dev ... master

Author SHA1 Message Date
Hsy
d8d46457e1 增加DeepSeek,换成pnpm 2025-02-12 09:40:55 +08:00
e21fc48161 增加AI 2024-11-15 13:50:29 +08:00
3 changed files with 40 additions and 9318 deletions

View File

@ -2,20 +2,20 @@
## Project setup ## Project setup
``` ```
yarn install --registry=https://registry.npmmirror.com pnpm install --registry=https://registry.npmmirror.com
``` ```
### Compiles and hot-reloads for development ### Compiles and hot-reloads for development
``` ```
yarn serve pnpm serve
``` ```
### Compiles and minifies for production ### Compiles and minifies for production
``` ```
yarn build pnpm build
``` ```
### Lints and fixes files ### Lints and fixes files
``` ```
yarn lint pnpm lint
``` ```

View File

@ -77,6 +77,42 @@
"en_name": "ProgrammerArea", "en_name": "ProgrammerArea",
"icon": "lni lni-code", "icon": "lni lni-code",
"children": [ "children": [
{
"name": "AI智能",
"en_name": "CodeHosting",
"web": [
{
"url": "https://tongyi.aliyun.com/",
"logo": "https://img.alicdn.com/imgextra/i1/O1CN01asLYeX1WhbsyEZn5u_!!6000000002820-55-tps-56-56.svg",
"title": "通义千问",
"desc": "阿里云"
},
{
"url": "https://www.doubao.com//",
"logo": "https://lf-flow-web-cdn.doubao.com/obj/flow-doubao/doubao/logo-doubao-overflow.png",
"title": "豆包",
"desc": "字节跳动"
},
{
"url": "https://kimi.moonshot.cn/",
"logo": "https://statics.moonshot.cn/kimi-chat/favicon.ico",
"title": "Kimi",
"desc": "北京月之暗面科技有限公司"
},
{
"url": "https://chatgpt.com/",
"logo": "https://cdn.oaistatic.com/assets/apple-touch-icon-mz9nytnj.webp",
"title": "ChatGPT",
"desc": "OpenAI"
},
{
"url": "https://www.deepseek.com/",
"logo": "https://www.deepseek.com/favicon.ico",
"title": "DeepSeek",
"desc": "杭州深度求索人工智能基础技术研究有限公司"
}
]
},
{ {
"name": "代码托管", "name": "代码托管",
"en_name": "CodeHosting", "en_name": "CodeHosting",
@ -131,7 +167,6 @@
} }
] ]
}, },
{ {
"name": "开源镜像", "name": "开源镜像",
"en_name": "Product", "en_name": "Product",

9313
yarn.lock

File diff suppressed because it is too large Load Diff