From a049f8580995deccf227fac4cb22637694f2949d Mon Sep 17 00:00:00 2001 From: rhettclaw Date: Mon, 1 Jun 2026 15:35:29 +0000 Subject: [PATCH] Update README with tool list --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ff0736..b8c1d1a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ -# tool-box +# 🧰 Tool Box -实用工具集合 - 第一个工具: Excel 转 Markdown \ No newline at end of file +实用工具集合,收录日常开发中用到的小工具。 + +## 工具列表 + +| 工具 | 说明 | +|------|------| +| [Excel → Markdown](./tools/excel-to-markdown/) | 将 Excel 表格内容转换为 Markdown 表格格式 | + +## 使用方式 + +直接在浏览器中打开对应的 HTML 文件即可使用,所有工具均为纯前端实现,无需服务器。 + +--- +Built with ❤️