We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace968a commit 5f6252aCopy full SHA for 5f6252a
1 file changed
AGENTS.md
@@ -23,9 +23,8 @@ awesome-ai/
23
│ ├── components/ # UI 组件
24
│ └── i18n/ # 国际化翻译字典 (zh.json / en.json)
25
├── public/ # 📂 静态资源 (⚠️ 包含关键文件: CNAME)
26
-├── scripts/ # 🔧 部署与自动化脚本
27
-│ ├── deploy_awesome_ai.py # 安全部署脚本(使用 git CLI,无密钥暴露)
28
-│ └── update_ai_rankings.py # 排行榜自动更新脚本
+├── scripts/ # 🔧 部署脚本
+│ └── deploy_awesome_ai.py # 安全部署脚本(使用 git CLI,无密钥暴露)
29
├── README.md # 📖 项目介绍 (中文)
30
└── README_EN.md # 📖 项目介绍 (英文)
31
```
0 commit comments