Files
Spark-Wildfire/Daily_News/README.md
momen 7fd49eda00 docs(Daily_News): 更新星火商店5.0.0-beta3相关文档和.gitignore
添加星火商店5.0.0-beta3版本更新的相关文档,包括技术解读、版本亮点和提交记录
更新.gitignore文件,添加临时Git仓库的忽略规则
记录spark-store的tags信息
2026-04-06 18:32:26 +08:00

77 lines
3.0 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 每日资讯工作流
## 概述
本目录用于管理星火应用商店每日资讯的采集、审核和发布流程。
## 目录结构
```
Daily_News/
├── Pending/ # 待审核资讯
│ └── YYYY-MM-DD/
│ └── YYYY-MM-DD_raw_news.md
├── Reviewed/ # 已审核通过资讯(待发布)
│ ├── WeChat/ # 微信公众号版本
│ ├── Xiaohongshu/ # 小红书版本
│ ├── Zhihu/ # 知乎版本
│ └── Bilibili/ # B站版本
└── Tags_Record/ # Git tags 记录
└── {repo}_tags.txt # 各仓库已记录的 tags
```
## 资讯优先级
| 优先级 | 内容 | 来源 |
| --- | ------------- | ----------------------- |
| P1 | 星火版本更新 | Gitee/GitHub tags / CHANGELOG |
| P2 | Linux 重大安全漏洞 | 官方安全公告 |
| P3 | Linux 各大社区大新闻 | 社区论坛、新闻网站 |
| P4 | 使用技巧 | 社区分享、教程 |
## 自动化脚本
已迁移至 `.trae/skills/daily-news/`,通过 Skill 调用。
## 工作流程
```
┌─────────────────────────────────────────────────────────┐
│ 1. 克隆仓库到 ./repos/ │
│ ↓ │
│ 2. Skill 自动检查 Git tags │
│ ↓ │
│ 3. 对比本地记录的 Tags_Record/ │
│ ↓ │
│ 4. 如有新版本,生成 Pending/YYYY-MM-DD/ 原始资讯 │
│ ↓ │
│ 5. 人工审核内容准确性 │
│ ↓ │
│ 6. 审核通过后,改写为各平台版本 │
│ ↓ │
│ 7. 存档到 Reviewed/{Platform}/ │
└─────────────────────────────────────────────────────────┘
```
## Tags 记录说明
Tags 记录文件位于 `Tags_Record/` 目录,格式为每行一个 tag
```
v1.0.0
v1.0.1
v1.1.0
v1.2.0
```
## 相关仓库
| 仓库 | 地址 | 本地路径 |
| -------- | --------------------------------------------- | --------------------- |
| Spark Store | <https://gitee.com/spark-store-project/spark-store> | ./repos/spark-store |
| APM 应用商店 | <https://github.com/shenmo7192/apm-app-store> | ./repos/apm-app-store |
***
*让每一次更新都被看见。*