-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
137 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,92 +7,101 @@ Twikoo 的配置保存在数据库中,目前修改配置需进入控制台。 | |
不过放心,默认权限是安全的,您不需要更改。 | ||
::: | ||
|
||
## AKISMET_KEY | ||
## 通用 | ||
|
||
### SITE_NAME | ||
|
||
类型: `String`<br> | ||
默认值: `null`<br> | ||
必要性: `false`<br> | ||
示例: 8651783ed123 | ||
示例: 虹墨空间站 | ||
|
||
反垃圾评论 API key。 | ||
博客、站点名称。 | ||
|
||
## BLOGGER_EMAIL | ||
### SITE_URL | ||
|
||
类型: `String`<br> | ||
默认值: `null`<br> | ||
必要性: `false`<br> | ||
示例: 12345@qq.com | ||
示例: https://www.imaegoo.com | ||
|
||
博主的邮箱地址,用于邮件通知、博主标识。 | ||
博客、站点地址。 | ||
|
||
## SC_SENDKEY | ||
### BLOGGER_EMAIL | ||
|
||
类型: `String`<br> | ||
默认值: `null`<br> | ||
必要性: `false`<br> | ||
示例: SCT1364TKdsiGjGvyAZNYDVnuHW12345 | ||
示例: [email protected] | ||
|
||
[Server酱](https://sc.ftqq.com/3.version)微信推送的 `SCKEY` | ||
博主的邮箱地址,用于邮件通知、博主标识。 | ||
|
||
## SENDER_EMAIL | ||
## 反垃圾 | ||
|
||
### AKISMET_KEY | ||
|
||
类型: `String`<br> | ||
默认值: `null`<br> | ||
必要性: `false`<br> | ||
示例: [email protected] | ||
示例: 8651783ed123 | ||
|
||
反垃圾评论 API key。 | ||
|
||
邮件通知,邮箱地址。 | ||
## 微信通知 | ||
|
||
## SENDER_NAME | ||
### SC_SENDKEY | ||
|
||
类型: `String`<br> | ||
默认值: `null`<br> | ||
必要性: `false`<br> | ||
示例: 虹墨空间站评论提醒 | ||
示例: SCT1364TKdsiGjGvyAZNYDVnuHW12345 | ||
|
||
[Server酱](https://sc.ftqq.com/3.version)微信推送的 `SCKEY` | ||
|
||
邮件通知,邮件标题。 | ||
## 邮件通知 | ||
|
||
## SITE_NAME | ||
### SENDER_EMAIL | ||
|
||
类型: `String`<br> | ||
默认值: `null`<br> | ||
必要性: `false`<br> | ||
示例: 虹墨空间站 | ||
示例: [email protected] | ||
|
||
博客、站点名称。 | ||
邮件通知邮箱地址。 | ||
|
||
## SITE_URL | ||
### SENDER_NAME | ||
|
||
类型: `String`<br> | ||
默认值: `null`<br> | ||
必要性: `false`<br> | ||
示例: https://www.imaegoo.com | ||
示例: 虹墨空间站评论提醒 | ||
|
||
博客、站点地址。 | ||
邮件通知标题。 | ||
|
||
## SMTP_PASS | ||
### SMTP_SERVICE | ||
|
||
类型: `String`<br> | ||
默认值: `null`<br> | ||
必要性: `false`<br> | ||
示例: password | ||
示例: qiye.aliyun | ||
|
||
邮件通知,邮箱密码,QQ邮箱请填写授权码。 | ||
邮件通知邮箱服务商。<br> | ||
完整列表请参考:[Supported services](https://nodemailer.com/smtp/well-known/#supported-services) | ||
|
||
## SMTP_SERVICE | ||
### SMTP_USER | ||
|
||
类型: `String`<br> | ||
默认值: `null`<br> | ||
必要性: `false`<br> | ||
示例: qiye.aliyun | ||
示例: [email protected] | ||
|
||
邮件通知,邮箱服务商。 | ||
邮件通知邮箱用户名。 | ||
|
||
## SMTP_USER | ||
### SMTP_PASS | ||
|
||
类型: `String`<br> | ||
默认值: `null`<br> | ||
必要性: `false`<br> | ||
示例: [email protected] | ||
示例: password | ||
|
||
邮件通知,邮箱用户名。 | ||
邮件通知邮箱密码,QQ邮箱请填写授权码。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "twikoo", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "A simple comment system based on Tencent CloudBase (tcb).", | ||
"author": "imaegoo <[email protected]> (https://github.com/imaegoo)", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters