init:0.4.0

This commit is contained in:
2024-08-14 15:37:33 +08:00
parent c1365d1539
commit f1f75bc466
29 changed files with 1516 additions and 0 deletions

32
config/config.setting Normal file
View File

@@ -0,0 +1,32 @@
[system]
## 配置订阅频率
refresh=5
## 保存微博图片
saveWeiBoImages=true
## 上传图片到AList
uploadAList=false
## AList Url
aListUrl=
## AList 账号
aListUser=
## AList 密码
aListPass=
## AList 上传路径
aListUploadPath=
[mail]
## 启用邮件推送
enable=false
## 启用邮件更新推送
sendUpdate=true
## 邮件服务器的SMTP地址可选默认为smtp.<发件人邮箱后缀>
host=smtp.qq.com
## 邮件服务器的SMTP端口可选默认25
port=465
## 发件人(必须正确,否则发送失败)
from=rss-reply<no-reply@***.com>
## 用户名,默认为发件人邮箱前缀
user=xxxxxxxxxxxxxx
## 密码注意某些邮箱需要为SMTP服务单独设置授权码详情查看相关帮助
pass=
## 接收人,多人以英文逗号分割
to=

11
config/data.json Normal file
View File

@@ -0,0 +1,11 @@
{
"rssList": {
"weibo": [
],
"other": [
]
}
}

1
config/rss-data.json Normal file
View File

@@ -0,0 +1 @@
[]