修改地址链接。迁移过期活动(集鞭炮赢京豆)

This commit is contained in:
lxk0301
2021-01-28 14:27:50 +08:00
parent f19ca0161d
commit 97bd580082
87 changed files with 657 additions and 670 deletions

View File

@ -16,7 +16,7 @@ exports.main_handler = async (event, context, callback) => {
//})
//3.执行github远端的js文件(因github的raw类型的文件被墙,此方法云函数不推荐)
request('https://raw.githubusercontent.com/LXK9301/jd_scripts/master/' + v + '.js', function (error, response, body) {
request('https://gitee.com/lxk0301/jd_scripts/raw/master/' + v + '.js', function (error, response, body) {
eval(response.body)
})
}