🔇 删除部分 todo

This commit is contained in:
BTMuli
2023-10-26 13:47:04 +08:00
parent 043fda9e33
commit 824297142a
2 changed files with 0 additions and 2 deletions

View File

@@ -169,7 +169,6 @@ function getContents(day: number): void {
}
async function share(): Promise<void> {
// todo 唤起外部 loading
const div = <HTMLElement>document.querySelector(".calendar-box");
const showType = switchType.value === "avatar" ? "角色" : "武器";
const title = `【今日素材】${showType}${btnNow.value}`;

View File

@@ -90,7 +90,6 @@ async function refresh(): Promise<void> {
await TGSqlite.saveUserRecord(res, user.gameUid);
await initUserRecordData();
} else {
// todo 1034 极验处理
showSnackbar({
text: `[${res.retcode}] ${res.message}`,
color: "error",