We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8581a95 commit 0489d8cCopy full SHA for 0489d8c
resource/sites/nextpt.net/config.json
@@ -95,15 +95,20 @@
95
"seeding": {
96
"selector": [ "text.pointB:contains('当前活动')" ],
97
"filters": [ "query[0].nextSibling.nextSibling.textContent.replace('⇈', '')" ]
98
+ },
99
+ "bonus": {
100
+ "selector": [ "a[href='/Points']" ],
101
+ "filters": [ "query.text().trim()" ]
102
}
103
104
},
105
"userExtendInfo": {
106
"page": "/Users/profile?uid=$user.id$",
107
"fields": {
- "joinTime": {"value":"N/A"},
108
+ "joinTime": {"value": null},
109
"levelName": {"value":"N/A"},
- "seedingSize": {"value":"N/A"}
110
+ "seedingSize": {"value":"0"},
111
+ "bonusPerHour": {"value":"0"}
112
113
114
"common": {
0 commit comments