feat: 军事科技每日资讯推送系统 - Docker部署 + 日志系统 + 数据目录重组
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# AI 配置
|
||||
OPENAI_API_KEY=your_api_key_here
|
||||
OPENAI_API_BASE=https://api.openai.com/v1
|
||||
OPENAI_MODEL=gpt-4o-mini
|
||||
WEBZINE_MODEL=deepseek-v3.2
|
||||
|
||||
# 系统配置
|
||||
TIME_ZONE=Asia/Shanghai
|
||||
LOG_LEVEL=INFO
|
||||
|
||||
# RSS代理(微信公众号转RSS服务,默认使用 werss.yynnice.top)
|
||||
RSS_PROXY_BASE=https://werss.yynnice.top
|
||||
|
||||
# 推送配置
|
||||
WECHAT_TARGET=your_wechat_target_here
|
||||
WECHAT_ACCOUNT=your_wechat_account_here
|
||||
FEISHU_WEBHOOK=your_feishu_webhook_here
|
||||
@@ -0,0 +1,20 @@
|
||||
# 军事科技RSS订阅源列表
|
||||
# 格式:<源名称>|<RSS地址>
|
||||
# 以#开头的行是注释,会自动忽略
|
||||
# 空行也会自动跳过
|
||||
|
||||
# 英文军事源
|
||||
Defense One|https://www.defenseone.com/rss/all/
|
||||
#Seapower|https://seapowermagazine.org/feed/
|
||||
The War Zone|https://www.twz.com/feed
|
||||
|
||||
# 中文微信公众号源
|
||||
NEWUAS|https://werss.yynnice.top/feed/MP_WXS_3246130840.rss
|
||||
国防科技要闻|https://werss.yynnice.top/feed/MP_WXS_3921202880.rss
|
||||
战略前沿技术|https://werss.yynnice.top/feed/MP_WXS_3271903347.rss
|
||||
#无人机邦|https://werss.yynnice.top/feed/MP_WXS_3957361285.rss
|
||||
#浮空飞行器|https://werss.yynnice.top/feed/MP_WXS_3291643707.rss
|
||||
#海鹰资讯|https://werss.yynnice.top/feed/MP_WXS_3091381580.rss
|
||||
#渊亭防务|https://werss.yynnice.top/feed/MP_WXS_3865628826.rss
|
||||
#电波之矛|https://werss.yynnice.top/feed/MP_WXS_3004998095.rss
|
||||
#龙牙的一座山|https://werss.yynnice.top/feed/MP_WXS_3517933009.rss
|
||||
Reference in New Issue
Block a user