🔥 移除部分TODO

This commit is contained in:
目棃
2024-09-07 09:55:59 +08:00
parent fb1b46859a
commit 2edbf77824
8 changed files with 3 additions and 9 deletions

View File

@@ -1,5 +1,4 @@
<template>
<!-- todo ui 优化 -->
<ToLoading v-model="loading" :title="loadingTitle" :subtitle="loadingSub" />
<div class="config-box">
<TcInfo />

View File

@@ -247,8 +247,7 @@ async function freshPostData(): Promise<void> {
function freshCurForum(newVal: string): void {
const forum = forumList[curGameLabel.value];
// todo这边需要优化逻辑以经过测试目前暂时ignore
// @ts-expect-error-next-line Vue: Element implicitly has an any type because expression of type string can't be used to index type
// @ts-expect-error-next-line
curForum.value = forum[newVal];
}