🔥 移除无用启动器登录扫码调用

This commit is contained in:
BTMuli
2026-02-22 16:46:06 +08:00
parent a1fe5823da
commit eb4061748e
4 changed files with 9 additions and 64 deletions

View File

@@ -110,6 +110,7 @@ async function createLoginCaptcha(
/**
* 创建登录二维码
* @since Beta v0.6.8
* @deprecated 返回数据不符合要求
* @returns 二维码URL
*/
async function createQrLogin(): Promise<
@@ -214,6 +215,7 @@ async function loginByMobileCaptcha(
/**
* 获取登录状态
* @since Beta v0.6.8
* @deprecated 返回数据不符合要求
* @param ticket - 二维码 ticket
* @returns 登录状态
*/