🌱EUserv_extend.js for V2P
This commit is contained in:
parent
2d185e7f94
commit
90747b292d
13
Scripts/js/EUserv_extend.js
Normal file
13
Scripts/js/EUserv_extend.js
Normal file
@ -0,0 +1,13 @@
|
||||
// @grant nodejs
|
||||
console.log("⏳ 开始执行 EUserv_tsf.py")
|
||||
$exec('python3 https://raw.githubusercontent.com/Oreomeow/VIP/main/Scripts/py/EUserv_tsf.py', {
|
||||
cwd: 'script/Shell',
|
||||
timeout: 0,
|
||||
env: {
|
||||
USERNAME: $store.get('EUserv_ID', 'string'),
|
||||
PASSWORD: $store.get('EUserv_PW', 'string')
|
||||
},
|
||||
cb(data, error) {
|
||||
error ? console.error(error) : console.log(data)
|
||||
}
|
||||
})
|
||||
Loading…
Reference in New Issue
Block a user