0.3.0原版

This commit is contained in:
2026-07-19 19:10:32 +08:00
commit 0b6afa0665
39 changed files with 5690 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "weibo-rss",
"description": "Heroku Weibo Rss Generator",
"repository": "https://github.com/zgq354/weibo-rss",
"logo": "https://huan.github.io/weibo-rss/images/weibo-rss.png",
"keywords": [
"weibo",
"rss"
],
"website": "https://zgq.ink/posts/weibo-rss",
"success_url": "/",
"env": {
"EXAMPLE": {
"description": "Example",
"required": false
}
},
"engines": {
"node": "10"
}
}