Update docs and sort content

This commit is contained in:
github-actions[bot]
2024-11-28 17:06:07 +00:00
parent 412e8dc292
commit 1a1870ad38
2 changed files with 3 additions and 7 deletions

View File

@ -8,26 +8,24 @@ tags:
- 日记
description: windsurf 赠送了试用的天数,个人发现 windsurf 的 cursor 自动补全速度比其他软件快且更智能。然而volview 中的 store 信息难以理解,而 Crop2D.vue 的文件内容未能解释明了。此外,安装 canvas 时遇到错误,需要参考 node-canvas 的 Windows 安装指导解决问题。
published: true
category: 日记-2024-11
---
windsurf 赠送了试用的天数
![[Pasted image 20241127102521.png]]
![Pasted image 20241127102521](https://pictures.kazoottt.top/2024/11/20241129-f78ed74651c9e92353b0b3f88033b873.png)
个人感觉cursor的自动补全速度比windsurf快和智能很多
volview也这么多store谁能看懂...
![[Pasted image 20241127182204.png]]
![Pasted image 20241127182204](https://pictures.kazoottt.top/2024/11/20241129-aa7cb1a643a25a79e8726605fd2b1106.png)
`src\components\tools\crop\Crop2D.vue`
啥意思
![[Pasted image 20241127182701.png]]
![Pasted image 20241127182701](https://pictures.kazoottt.top/2024/11/20241129-5550cf97c227b40010dffa544417d125.png)
安装canvas的时候报错

View File

@ -8,8 +8,6 @@ tags:
- 日记
description: 'VSCode加速设置可以提高你的开发效率尤其是对于低端显卡或者集成显卡的机器。打开 VSCode命令面板输入 "Preferences: Configure Runtime Arguments"然后添加“disable-hardware-acceleration”true实验发现它确实有助于提高工作效率。但是如果你的 SonarLint 占用内存过高,就会导致卡顿问题。此外,你还遇到了 vite-plugin-checker 的错误,解决方法是安装或重新安装 uv。'
published: true
category: 日记-2024-11
---