Skip to content

Commit cee7b3c

Browse files
committed
Update
1 parent ebc30f3 commit cee7b3c

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

src/learn/editor/intellij-idea/multi_line_cursor_selection_and_editing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
lastUpdated: 2023/9/17 02:12
33
---
44

5-
# 多行光标选中并编辑
5+
# IDEA 多行光标选中并编辑
66

77
## 鼠标滚轮键
88

src/nav/classify/tool.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
import { Project } from '../type';
22

33
export default [
4+
{
5+
name: 'Deepseek',
6+
icon: 'https://chat.deepseek.com/favicon.svg',
7+
description: 'Deepseek 是国产的 AI 聊天机器人,具有目前国内最强的 AI 模型,它开源并且免费。',
8+
type: [ '工具', 'AI' ],
9+
level: 99,
10+
link: 'https://chatgpt.com/'
11+
},
412
{
513
name: 'ChatGPT',
614
icon: 'https://namichong.obs.cn-south-1.myhuaweicloud.com/Blog/icons/chatgpt.png',
7-
description: '随机图片链接生成',
15+
description: 'ChatGPT 是一个基于 GPT-3 的聊天机器人。',
816
type: [ '工具', 'AI' ],
9-
level: 99,
17+
level: 98,
1018
link: 'https://chatgpt.com/'
1119
},
1220
{

src/nav/nav.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@
7272
class="w-10 h-10 text-6"
7373
/>
7474
<div class="relative flex flex-col">
75-
<strong class="text-1.12em">
75+
<strong class="text-1.1em!">
7676
{{ project.name }}
7777
</strong>
7878
<div
7979
class="line-clamp-2 h-8 whitespace-pre-wrap"
80-
un-text="gray-400 .72em!"
80+
un-text="gray-400 .85em!"
8181
line-height-3.75
8282
:title="project.description"
8383
>

0 commit comments

Comments
 (0)