mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-05-07 03:48:44 +08:00
update
This commit is contained in:
parent
ae6939831f
commit
f19b0b6c97
@ -9,7 +9,7 @@ TG: https://t.me/HarbourToulu
|
|||||||
TgChat: https://t.me/HarbourSailing
|
TgChat: https://t.me/HarbourSailing
|
||||||
cron: 7 7 7 7 7
|
cron: 7 7 7 7 7
|
||||||
new Env('Faker库依赖一键安装');
|
new Env('Faker库依赖一键安装');
|
||||||
Description:1.HarbourToulu库jd_sign本地算法依赖一键检测安装脚本;
|
Description:1.Faker库jd_sign本地算法依赖一键检测安装脚本;
|
||||||
2.自动识别机器系统/架构,拉取最新依赖文件;
|
2.自动识别机器系统/架构,拉取最新依赖文件;
|
||||||
3.本地sign算法已编译支持Windows(amd64)、Linux(amd64/arm64/arm)、Macos(x86_64)系统/架构;
|
3.本地sign算法已编译支持Windows(amd64)、Linux(amd64/arm64/arm)、Macos(x86_64)系统/架构;
|
||||||
4.默认支持python3版本为3.8-3.10,过低可能会报错;
|
4.默认支持python3版本为3.8-3.10,过低可能会报错;
|
||||||
@ -29,6 +29,9 @@ def updateDependent():
|
|||||||
system = platform.system().lower()
|
system = platform.system().lower()
|
||||||
PyVersion_ = platform.python_version()
|
PyVersion_ = platform.python_version()
|
||||||
PyVersion = ''.join(PyVersion_.split('.')[:2])
|
PyVersion = ''.join(PyVersion_.split('.')[:2])
|
||||||
|
if int(PyVersion) > 310:
|
||||||
|
print(f"✅识别本机设备Py版本为{PyVersion_},版本太高暂不支持,可退回青龙2.11.3版本!\n")
|
||||||
|
sys.exit()
|
||||||
if system == "windows":
|
if system == "windows":
|
||||||
fileName = f"jd_sign-win-amd64-py{PyVersion}.zip"
|
fileName = f"jd_sign-win-amd64-py{PyVersion}.zip"
|
||||||
print(f"✅识别本机设备为Windows amd64,Py版本为{PyVersion_}\n")
|
print(f"✅识别本机设备为Windows amd64,Py版本为{PyVersion_}\n")
|
||||||
@ -231,7 +234,7 @@ def main():
|
|||||||
if result:
|
if result:
|
||||||
print("✅依赖安装/更新完成")
|
print("✅依赖安装/更新完成")
|
||||||
except:
|
except:
|
||||||
print("‼️依赖安装/更新失败,依赖安装失请前往Faker TG群查看安装教程")
|
print("‼️依赖安装/更新失败,请前往Faker TG群查看安装教程")
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,11 +1,11 @@
|
|||||||
/*
|
/*
|
||||||
|
|
||||||
https://lzkj-isv.isvjcloud.com/prod/cc/interactsaas/index?activityType=10006&activityId=1595961017469161473&templateId=20201228083300yqrhyl011&nodeId=101001005&sid=&un_area=
|
https://lzkj-isv.isvjcloud.com/prod/cc/interact/index?activityType=10006&activityId=1595961017469161473&templateId=20201228083300yqrhyl011&nodeId=101001005&sid=&un_area=
|
||||||
邀请入会有礼
|
邀请入会有礼
|
||||||
如果在参加活动前已经入会了, 是不算邀请个数的 !!!
|
如果在参加活动前已经入会了, 是不算邀请个数的 !!!
|
||||||
export jd_lzkj_interactsaas_yqrhyl_activityId="活动id" 必须
|
export jd_lzkj_interact_yqrhyl_activityId="活动id" 必须
|
||||||
|
|
||||||
cron "2 2 29 2 *" jd_lzkj_interactsaas_yqrhyl.js
|
cron "2 2 29 2 *" jd_lzkj_interact_yqrhyl.js
|
||||||
*/
|
*/
|
||||||
const $ = new Env('lzkj邀请入会有礼')
|
const $ = new Env('lzkj邀请入会有礼')
|
||||||
const jdCookieNode = $.isNode() ? require('./jdCookie.js') : '';
|
const jdCookieNode = $.isNode() ? require('./jdCookie.js') : '';
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
15
jd_opencard_pl1.js
Normal file
15
jd_opencard_pl1.js
Normal file
File diff suppressed because one or more lines are too long
15
jd_opencard_pl2.js
Normal file
15
jd_opencard_pl2.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user