diff --git a/.gitignore b/.gitignore index 812c645..0f28107 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,8 @@ config.yaml # Screenshots (dev artifacts) *.png +!assets/ +!assets/doloffer-logo.png # Test result artifacts test/*-results*.json test/ctf-*-results.json diff --git a/README.md b/README.md index 8d2834b..0c1589b 100644 --- a/README.md +++ b/README.md @@ -298,6 +298,16 @@ AI 按此格式输出 → 我们解析并转换为标准的 Anthropic `tool_use` 感谢以下小伙伴的赞助支持! +### 合作赞助:DolOffer + +

+ + DolOffer + +

+ +[DolOffer](https://doloffer.com) 提供 GPT、Claude 等 AI 工具会员充值与数字订阅服务,支持正版订阅、售后协助与多品类会员方案。通过优惠码 `AI8888` 可享 9 折优惠;更多产品说明与合作资料可参考 [DolOffer Guide](https://github.com/Doloffer-g/guide)。 + | 赞助者 | 时间 | |--------|------| | NULL(微信昵称) | 2026.03.27 | diff --git a/assets/doloffer-logo.png b/assets/doloffer-logo.png new file mode 100644 index 0000000..026899a Binary files /dev/null and b/assets/doloffer-logo.png differ