Skip to content

Commit 3456086

Browse files
committed
feat: 添加 Cursor 官方 favicon
- 使用 Playwright MCP 从 https://www.cursor.com 获取官方 favicon - 将 SVG 格式的 favicon 保存到 public/cursor-favicon.svg - 更新 index.html 中的 favicon 链接 - 完成本地测试验证 favicon 正常显示
1 parent 1db92a6 commit 3456086

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="zh-CN">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/svg+xml" href="/cursor-favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<meta name="description" content="Cursor Trust Me - 显示随机可信任的Cursor提问" />
88
<title>Cursor Trust Me</title>

public/cursor-favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)