增加DeepSeek,换成pnpm
This commit is contained in:
parent
e21fc48161
commit
d8d46457e1
@ -2,20 +2,20 @@
|
||||
|
||||
## Project setup
|
||||
```
|
||||
yarn install --registry=https://registry.npmmirror.com
|
||||
pnpm install --registry=https://registry.npmmirror.com
|
||||
```
|
||||
|
||||
### Compiles and hot-reloads for development
|
||||
```
|
||||
yarn serve
|
||||
pnpm serve
|
||||
```
|
||||
|
||||
### Compiles and minifies for production
|
||||
```
|
||||
yarn build
|
||||
pnpm build
|
||||
```
|
||||
|
||||
### Lints and fixes files
|
||||
```
|
||||
yarn lint
|
||||
pnpm lint
|
||||
```
|
||||
|
@ -104,6 +104,12 @@
|
||||
"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": "杭州深度求索人工智能基础技术研究有限公司"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user