Skip to content

Commit 5f6252a

Browse files
committed
docs: update AGENTS.md to remove update_ai_rankings.py reference
1 parent ace968a commit 5f6252a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ awesome-ai/
2323
│ ├── components/ # UI 组件
2424
│ └── i18n/ # 国际化翻译字典 (zh.json / en.json)
2525
├── public/ # 📂 静态资源 (⚠️ 包含关键文件: CNAME)
26-
├── scripts/ # 🔧 部署与自动化脚本
27-
│ ├── deploy_awesome_ai.py # 安全部署脚本(使用 git CLI,无密钥暴露)
28-
│ └── update_ai_rankings.py # 排行榜自动更新脚本
26+
├── scripts/ # 🔧 部署脚本
27+
│ └── deploy_awesome_ai.py # 安全部署脚本(使用 git CLI,无密钥暴露)
2928
├── README.md # 📖 项目介绍 (中文)
3029
└── README_EN.md # 📖 项目介绍 (英文)
3130
```

0 commit comments

Comments
 (0)