This commit is contained in:
2025-12-29 01:34:06 +08:00
parent ff7e6aa152
commit 91409861b9
5 changed files with 41 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
import MD5 from 'crypto-js/md5.js';
import jsonwebtoken from 'jsonwebtoken';
import { getBaseURL, queryLogin } from '../query.ts';
import { chalk } from '../chalk.ts';
import jsonwebtoken from 'jsonwebtoken';
import { BaseLoad } from '@kevisual/load';
type LoginWithWebOptions = {};