Skip to content

Commit

Permalink
refactor: clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyxguo committed Aug 18, 2023
1 parent 9c09e57 commit 9cc9d18
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion layout/index.ejs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><script type="module" crossorigin src="/static/js/index_prod-d64bafc2.js"></script><link rel="stylesheet" href="/static/css/index_prod-3c6756cf.css"></head><body id="body-container"><noscript><strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><script type="module" crossorigin src="/static/js/index_prod-0d7270cb.js"></script><link rel="stylesheet" href="/static/css/index_prod-ca21a788.css"></head><body id="body-container"><noscript><strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
1 change: 0 additions & 1 deletion src/components/MobileMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ export default defineComponent({
bodyEle.style.overflow = 'initial'
}
window.setTimeout(() => {
console.log(123)
blurScreen.value.style.animation = 'none'
blurScreen.value.style.display = 'none'
}, 500)
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ registerScrollSpy(app)
app.mount('#app')

console.log(
'%c Aurora is developed by TriDiamond%c',
'%c Aurora is developed by Benny Guo (三钻)%c',
'background:#24272A; color:#73ddd7',
'',
'https://github.com/auroral-ui/hexo-theme-aurora'
Expand Down

0 comments on commit 9cc9d18

Please sign in to comment.