We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da8c8c commit 46f1618Copy full SHA for 46f1618
src/api/data.js
@@ -102,6 +102,10 @@ module.exports = {
102
demand: ['getInfoByRoom'],
103
get: ({ getInfoByRoom }) => getInfoByRoom.data.anchor_info.live_info.score
104
},
105
+ fansclub: {
106
+ demand: ['getInfoByRoom'],
107
+ get: ({ getInfoByRoom }) => getInfoByRoom.data.anchor_info.medal_info.fansclub
108
+ },
109
areaRank: {
110
demand: ['rankdb'],
111
get: ({ rankdb }) => Number(rankdb.data.areaRank.rank.replace('>', ''))
0 commit comments