📝: 更新日志

This commit is contained in:
就眠儀式
2022-07-09 00:49:39 +08:00
parent c2f8511da9
commit 33bfadd92b
4 changed files with 84 additions and 37 deletions

View File

@@ -371,10 +371,10 @@ export function removeNotifiyFromQueen(layerId: string | undefined) {
let transOffsetTop = 15;
// @ts-ignore 删除项的高度
let offsetHeight =
// @ts-ignore
// @ts-ignore
document.getElementById(layerId)?.firstElementChild?.firstElementChild
// @ts-ignore
?.offsetHeight;
?.offsetHeight;
// @ts-ignore
window.NotifiyQueen = window.NotifiyQueen || [];
// @ts-ignore
@@ -421,4 +421,4 @@ export function getNotifyAnimationClass(offset: any) {
suffix = "rl";
}
return `${prefix}-${suffix}`;
}
}