Files
kazoottt-blog/src/content/post/日记/2024/11/2024-11-27.md
2024-11-28 17:02:24 +00:00

41 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 2024-11-27 星期三
slug: diary-2024-11-27
date: 2024-11-27
day_of_week: 星期三
author: KazooTTT
tags:
- 日记
description: windsurf 赠送了试用的天数,个人发现 windsurf 的 cursor 自动补全速度比其他软件快且更智能。然而volview 中的 store 信息难以理解,而 Crop2D.vue 的文件内容未能解释明了。此外,安装 canvas 时遇到错误,需要参考 node-canvas 的 Windows 安装指导解决问题。
published: true
category: 日记-2024-11
---
windsurf 赠送了试用的天数
![[Pasted image 20241127102521.png]]
个人感觉cursor的自动补全速度比windsurf快和智能很多
volview也这么多store谁能看懂...
![[Pasted image 20241127182204.png]]
`src\components\tools\crop\Crop2D.vue`
啥意思
![[Pasted image 20241127182701.png]]
安装canvas的时候报错
```
error C1083: 无法打开包括文件: “cairo.h”: No such file or directory
```
解决方法:
[Installation: Windows · Automattic/node-canvas Wiki · GitHub](https://github.com/Automattic/node-canvas/wiki/Installation:-Windows)