mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
🔇 删除部分 todo
This commit is contained in:
@@ -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}`;
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user