From ecf66b5db10b5d10cf146ff2153a61c18e9aa9b1 Mon Sep 17 00:00:00 2001 From: UI Designer Date: Tue, 10 Mar 2026 09:15:30 +0000 Subject: [PATCH] =?UTF-8?q?UI=E8=AE=BE=E8=AE=A1:=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=9B=BE=E6=A0=87=E8=A7=84=E8=8C=83=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui-design/designs/file-icons.md | 52 +++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 ui-design/designs/file-icons.md diff --git a/ui-design/designs/file-icons.md b/ui-design/designs/file-icons.md new file mode 100644 index 0000000..139e8f4 --- /dev/null +++ b/ui-design/designs/file-icons.md @@ -0,0 +1,52 @@ +# 文件图标规范 + +## 文档类 +| 图标 | 文件类型 | +|------|----------| +| 📄 | doc, docx, txt, md | +| 📝 | pdf | + +## 图片类 +| 图标 | 文件类型 | +|------|----------| +| 🖼 | jpg, jpeg, png, gif, bmp, svg | +| 📷 | raw, cr2, nef | + +## 视频类 +| 图标 | 文件类型 | +|------|----------| +| 🎬 | mp4, avi, mov, mkv | +| 🎥 | wmv, flv | + +## 音频类 +| 图标 | 文件类型 | +|------|----------| +| 🎵 | mp3, wav, flac, aac | +| 🎧 | m4a, ogg | + +## 压缩类 +| 图标 | 文件类型 | +|------|----------| +| 📦 | zip, rar, 7z, tar, gz | + +## 代码类 +| 图标 | 文件类型 | +|------|----------| +| 💻 | js, ts, py, java, cpp, go | +| 🌐 | html, css, json, xml | + +## 文件夹 +| 图标 | 含义 | +|------|------| +| 📁 | 普通文件夹 | +| 📂 | 打开的文件夹 | +| ⭐ | 收藏夹 | + +## 状态图标 +| 图标 | 含义 | +|------|------| +| 🔒 | 加密/私有 | +| 🔗 | 分享 | +| ⭐ | 收藏 | +| 🕐 | 最近访问 | +| 🗑 | 回收站 |