diff --git a/src/content/post/日记/2024/11/2024-11-27.md b/src/content/post/日记/2024/11/2024-11-27.md index e539efe..1b3d008 100644 --- a/src/content/post/日记/2024/11/2024-11-27.md +++ b/src/content/post/日记/2024/11/2024-11-27.md @@ -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的时候报错: diff --git a/src/content/post/日记/2024/11/2024-11-28.md b/src/content/post/日记/2024/11/2024-11-28.md index 5f3fca4..b0c1f66 100644 --- a/src/content/post/日记/2024/11/2024-11-28.md +++ b/src/content/post/日记/2024/11/2024-11-28.md @@ -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 ---