Skip to content

Commit 5e00cd7

Browse files
authored
Merge pull request #1 from vwumumu/dev
Dev
2 parents cf7d3b2 + f202c20 commit 5e00cd7

File tree

6 files changed

+869
-107
lines changed

6 files changed

+869
-107
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
node_modules
2-
constants.js
2+
donate.json
3+
viplist.json
4+
config.json

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ Looking forward to meet with you.
1111
## Todo
1212

1313
- [x] Add total request times throttle killswitch.
14-
- [ ] Add request times throttle killswithch for individual enduser.
15-
- [ ] Add trail and paid feature.
14+
- [x] Add request times throttle killswithch for individual enduser.
15+
- [x] Add trail and paid feature.
16+
- [x] Rebuild data instructure.
17+
- [x] Add dead line property.

index.js

-90
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "mumuwu",
1010
"license": "ISC",
1111
"dependencies": {
12-
"mixin-node-sdk": "2.x",
12+
"mixin-node-sdk": "^3.1.8",
1313
"request": "^2.88.2"
1414
}
1515
}

0 commit comments

Comments
 (0)