From 7f8f7d900488fdcb6c1824db101f3ec17495cba2 Mon Sep 17 00:00:00 2001 From: offends Date: Mon, 25 Aug 2025 16:00:33 +0800 Subject: [PATCH] synchronization --- .gitignore | 28 ++++++++++++++++++++++++++++ Github主页美化.md | 29 +++++++++++++++++++++++++++++ README.md | 10 ++++++++++ 3 files changed, 67 insertions(+) create mode 100644 .gitignore create mode 100644 Github主页美化.md create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d4777d2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# ---> macOS +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + diff --git a/Github主页美化.md b/Github主页美化.md new file mode 100644 index 0000000..67a17e9 --- /dev/null +++ b/Github主页美化.md @@ -0,0 +1,29 @@ +> 本文作者:丁辉 + +# Github主页美化 + +[Github-readme-stats统计工具](https://github.com/anuraghazra/github-readme-stats/blob/master/docs/readme_cn.md) + +**所有现有主题** + +> dark, radical, merko, gruvbox, tokyonight, onedark, cobalt, synthwave, highcontrast, dracula + +- 白色主题(默认) + + ```bash + [![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=anuraghazra)](https://github.com/anuraghazra/github-readme-stats) + ``` + + 示例 + + ![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=anuraghazra) + +- 黑色主题 + + ```bash + [![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true&theme=radical)](https://github.com/anuraghazra/github-readme-stats) + ``` + + 示例 + + ![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true&theme=radical) \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..ed88572 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +**技术栈:** + + + + + + +![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=dinghui40&layout=compact) + + \ No newline at end of file