From 9812ec1b3adffc8742bc5fa93104043a1cceeaf9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 2 Nov 2025 13:14:01 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=9D=E5=A7=8B=E5=8C=96=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..49f45a3 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# 📊 代码统计徽章数据 + +> 此分支由 GitHub Actions 自动生成和维护 +> +> ⚠️ **请勿手动修改此分支的内容!** + +## 📁 目录结构 + +``` +badges/ +├── total-lines.json # 总代码行数徽章 +├── total-files.json # 总文件数徽章 +├── {language}-lines.json # 各语言代码行数徽章 +├── {language}-files.json # 各语言文件数徽章 +└── README.md # 详细统计报告 +``` + +## 🔄 更新机制 + +- ✅ 每次 push 到主分支时自动更新 +- ✅ 每天 UTC 02:00 定时更新 +- ✅ 可通过 workflow_dispatch 手动触发 + +## 📊 数据来源 + +所有统计数据基于主分支的最新代码自动生成。 + +--- + +*🤖 由 GitHub Actions 自动维护*