feat(daily-news): 重构每日资讯工作流并添加新版本内容

- 新增 .gitignore 文件管理外部仓库和临时文件
- 重构每日资讯工作流,将脚本迁移至 .trae/skills/daily
This commit is contained in:
2026-03-31 23:15:31 +08:00
parent 969dafa0e6
commit b62329c2c4
4 changed files with 38 additions and 36 deletions
+8 -2
View File
@@ -26,14 +26,20 @@ description: "采集星火项目每日资讯,检查GitHub新tags并生成文
| 仓库 | 地址 | 本地路径 |
|------|------|----------|
| APM 应用商店 | https://github.com/shenmo7192/apm-app-store | ../apm-app-store |
| APM 应用商店 | https://github.com/shenmo7192/apm-app-store | ./repos/apm-app-store |
## 执行步骤
### Step 0: 初始化仓库(如尚未克隆)
```bash
git clone https://github.com/shenmo7192/apm-app-store.git ./repos/apm-app-store
```
### Step 1: 检查 Tags
```bash
cd ../apm-app-store
cd ./repos/apm-app-store
git fetch --all --tags
git tag -l | sort -V
```
+1 -1
View File
@@ -26,7 +26,7 @@
| 仓库 | 地址 | 本地路径 |
|------|------|----------|
| APM 应用商店 | https://github.com/shenmo7192/apm-app-store | ../apm-app-store |
| APM 应用商店 | https://github.com/shenmo7192/apm-app-store | ./repos/apm-app-store |
## 3. 目录结构