diff options
| author | Loyalsoldier <[email protected]> | 2026-05-02 21:42:43 +0800 |
|---|---|---|
| committer | Loyalsoldier <[email protected]> | 2026-05-02 21:49:23 +0800 |
| commit | 3b3083bc079e4847804751ae1cc99fa9c4eb663b (patch) | |
| tree | 6acdc9e2b4d5b540bbd86be5e44063e54ef576e4 | |
| parent | b84c0db4ad7286eb5cec870cabf6642a156290bc (diff) | |
Docs: add hero image & update title
| -rw-r--r-- | .github/workflows/build.yml | 1 | ||||
| -rw-r--r-- | README.md | 12 | ||||
| -rw-r--r-- | assets/hero.png | bin | 0 -> 1342680 bytes |
3 files changed, 12 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51b5a9af..200d82f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,7 @@ on: branches: - master paths-ignore: + - "assets/*" - ".gitignore" - "LICENSE*" - "*.md" @@ -1,4 +1,14 @@ -# GeoIP 简介 [](https://deepwiki.com/Loyalsoldier/geoip)   [](https://www.jsdelivr.com/package/gh/Loyalsoldier/geoip) +<h1 align="center">GeoIP 增强版:自由定制多种格式 GeoIP 文件</h1> + +<div align="center"> + +[](https://deepwiki.com/Loyalsoldier/geoip) [](https://www.jsdelivr.com/package/gh/Loyalsoldier/geoip)   + +</div> + +<p align="center"> + <img src="./assets/hero.png" alt="GeoIP project hero image"> +</p> 本项目每周四自动生成多种格式 GeoIP 文件,同时提供命令行界面(CLI)工具供用户自行定制 GeoIP 文件,包括但不限于 V2Ray `dat` 格式文件 `geoip.dat`、MaxMind `mmdb` 格式文件 `Country.mmdb`、sing-box `SRS` 格式文件、mihomo `MRS` 格式文件、Clash ruleset 和 Surge ruleset。 diff --git a/assets/hero.png b/assets/hero.png Binary files differnew file mode 100644 index 00000000..1295fe88 --- /dev/null +++ b/assets/hero.png |
