style: auto format
This commit is contained in:
parent
9a64052100
commit
659e76c802
|
|
@ -303,7 +303,7 @@ function generate_rc4_bb_str(url_search_params, user_agent, window_env_str, suff
|
|||
// 对后缀两次sm3之的结果
|
||||
const cus = sm3.sum(sm3.sum(suffix));
|
||||
// 对ua处理之后的结果
|
||||
const ua_key = Reflect.apply(String.fromCodePoint, null, [Math.floor(0.003_906_25), 1, 14]);
|
||||
const ua_key = Reflect.apply(String.fromCodePoint, null, [Math.floor(0.00390625), 1, 14]);
|
||||
const ua = sm3.sum(result_encrypt(rc4_encrypt(user_agent, ua_key), 's3'));
|
||||
//
|
||||
const end_time = Date.now();
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ export const route: Route = {
|
|||
async function handler(ctx) {
|
||||
const category = ctx.req.param('category') ?? 'joblist2';
|
||||
|
||||
const rand = 0.012_345_678_901_234_56;
|
||||
const rand = 0.01234567890123456;
|
||||
const apiRootUrl = 'http://ustc.ahbys.com';
|
||||
const rootUrl = 'http://www.job.ustc.edu.cn';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue