diff --git a/src/components/home/t-position.vue b/src/components/home/t-position.vue index 14599c19..e17fc87e 100644 --- a/src/components/home/t-position.vue +++ b/src/components/home/t-position.vue @@ -5,7 +5,6 @@ 近期活动
- +
{ window.open(path); return; } - // todo 记忆宽屏竖屏 const modeConfirm = await showConfirm({ title: "是否采用宽屏模式打开?", text: "取消则采用竖屏模式打开", diff --git a/src/plugins/Mys/request/doGameLogin.ts b/src/plugins/Mys/request/doGameLogin.ts index 3da3afea..d78fc5af 100644 --- a/src/plugins/Mys/request/doGameLogin.ts +++ b/src/plugins/Mys/request/doGameLogin.ts @@ -1,6 +1,5 @@ /** * @file plugins/Mys/utils/doGameLogin - * @todo 完善 * @description 获取 gameToken,曲线获取 stoken * @since Beta v0.3.0 */ @@ -29,7 +28,7 @@ export async function getLoginQr(): Promise< }) .then((res) => { if (res.data.retcode === 0) return res.data.data; - return res.data; + return res.data; }); } @@ -44,7 +43,6 @@ export async function getLoginStatus( ): Promise { const url = "https://hk4e-sdk.mihoyo.com/hk4e_cn/combo/panda/qrcode/query"; const data = { app_id: "4", device, ticket }; - console.log(data); return await http .fetch(url, { method: "POST", @@ -52,6 +50,6 @@ export async function getLoginStatus( }) .then((res) => { if (res.data.retcode === 0) return res.data.data; - return res.data; + return res.data; }); } diff --git a/src/types/App/Achievement.d.ts b/src/types/App/Achievement.d.ts index 5721d6c3..15899509 100644 --- a/src/types/App/Achievement.d.ts +++ b/src/types/App/Achievement.d.ts @@ -1,7 +1,6 @@ /** * @file types/App/Achievement.d.ts * @description 应用成就相关类型定义文件 - * @todo https://github.com/BTMuli/TeyvatGuide/issues/19 * @since Alpha v0.1.5 */ diff --git a/src/types/Sqlite/Achievement.d.ts b/src/types/Sqlite/Achievement.d.ts index 9ae4f0b3..bd45c4cc 100644 --- a/src/types/Sqlite/Achievement.d.ts +++ b/src/types/Sqlite/Achievement.d.ts @@ -1,7 +1,6 @@ /** * @file types/Sqlite/Achievement.d.ts * @description 数据库成就相关类型定义文件 - * @todo https://github.com/BTMuli/TeyvatGuide/issues/19 * @since Alpha v0.2.0 */