Skip to content

Commit

Permalink
update to 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
chen310 committed Feb 28, 2022
1 parent ead2623 commit 3cb7114
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,12 +272,12 @@ REGION 默认为 `ap-guangzhou` ,可选的地域详见[地域列表](https://c
"setting": {
// ...
"musician_task": {
"399000": {
"taskName": "登录音乐人中心",
"749006": {
"taskName": "音乐人中心签到",
"module": "musicianSignin",
"enable": true
},
"398000": {
"740004": {
"taskName": "发布动态",
"module": "publishEvent",
"enable": false,
Expand All @@ -286,7 +286,7 @@ REGION 默认为 `ap-guangzhou` ,可选的地域详见[地域列表](https://c
"msg": ["每日分享","今日分享","分享歌单"],
"delete": true
},
"396002": {
"755000": {
"taskName": "发布主创说",
"module": "publishComment",
"enable": false,
Expand All @@ -295,7 +295,7 @@ REGION 默认为 `ap-guangzhou` ,可选的地域详见[地域列表](https://c
"msg": ["感谢大家收听"],
"delete": true
},
"393001": {
"732004": {
"taskName": "回复粉丝评论",
"module": "replyComment",
"enable": false,
Expand All @@ -304,13 +304,18 @@ REGION 默认为 `ap-guangzhou` ,可选的地域详见[地域列表](https://c
"msg": ["感谢收听"],
"delete": true
},
"395002": {
"755001": {
"taskName": "回复粉丝私信",
"module": "sendPrivateMsg",
"enable": false,
// 填写粉丝的用户id,如有多个用,隔开,随机挑选一个进行回复,可以用自己的小号
"id": [],
"msg": ["你好"]
},
"739008": {
"taskName": "观看课程",
"module": "watchCollegeLesson",
"enable": false
}
},
// ...
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.15",
"version": "2.16",
"users": [
{
/* 填写手机号或邮箱 */
Expand Down

0 comments on commit 3cb7114

Please sign in to comment.