mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
fix(lib/data/env): [23:9]
This commit is contained in:
parent
478d10d27e
commit
88ad8ecfcc
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,5 +2,5 @@ node_modules/
|
||||
dyids/
|
||||
dist/
|
||||
package-lock.json
|
||||
./env.js
|
||||
./my_config.js
|
||||
env.js
|
||||
my_config.js
|
||||
@ -20,7 +20,7 @@ const env = {
|
||||
* @returns {Object[]}
|
||||
*/
|
||||
get_multiple_account() {
|
||||
this.raw_env()["multiple_account_parm"]
|
||||
return this.raw_env()["multiple_account_parm"]
|
||||
},
|
||||
setEnv(o) {
|
||||
process.env = {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lottery-auto-script",
|
||||
"version": "2.1.7",
|
||||
"version": "2.1.8",
|
||||
"description": "自动参与B站动态抽奖",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user