Compare commits

..
1 Commits
Author SHA1 Message Date
shanmite 6c08cee944 fix: article模式下uid无法获取 2021-07-28 14:24:51 +08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ class Monitor extends Public {
const
/**判断是转发源动态还是现动态 */
uid = lottery_info_type === ('tag' || 'article') ? uids[0] : uids[1]
uid = lottery_info_type === 'uid' ? uids[1] : uids[0]
, isFollowed = (new RegExp(uid)).test(attentionList)
, description = typeof des === 'string' ? des : ''
, needAt = /(?:@|艾特)[^@|(艾特)]*?好友/.test(description)
+1 -1
View File
@@ -10,7 +10,7 @@ const metainfo = [
` __/ | | | `,
` |___/ |_| `,
` `,
` v1.9.6 by shanmite`,
` v1.9.7 by shanmite`,
]
/**多账号存储 */
let multiple_account = [];