Skip to content

Commit ccefdde

Browse files
authored
update
1 parent 5c63f9a commit ccefdde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/PasswordProtection.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,8 @@ const { encryptedContent, passwordHash } = Astro.props;
532532
// 重置contentDiv的样式,让它作为普通容器
533533
contentDiv.className = '';
534534
contentDiv.style.cssText = '';
535-
535+
}
536+
536537
async function initPasswordProtection() {
537538
await loadCryptoLibraries();
538539

src/layouts/Layout.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ const siteLang = lang.replace("_", "-");
188188
</html>
189189

190190
<script>
191-
import { animationManager } from '../utils/animation-utils';
192191
import 'overlayscrollbars/overlayscrollbars.css';
193192
import {
194193
OverlayScrollbars,

0 commit comments

Comments
 (0)