Skip to content

Commit

Permalink
fix(修改iframe 显示时间): 🐞
Browse files Browse the repository at this point in the history
  • Loading branch information
JCAlways committed May 8, 2024
1 parent 18135e7 commit 6390179
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default defineConfig({
},
footer: {
message: "Released under the MIT License.",
copyright: "Copyright © 2023-present Always-Team",
copyright: "Copyright © 2024-present Always-Team",
},
editLink: {
pattern:
Expand Down
3 changes: 1 addition & 2 deletions guide/template/hexo.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const flag = ref(false)
onMounted(() => {
setTimeout(() => {
flag.value = true
}, 1000)
console.log(123)
}, 300)
})
</script>
3 changes: 1 addition & 2 deletions guide/template/vitepress.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const flag = ref(false)
onMounted(() => {
setTimeout(() => {
flag.value = true
}, 1000)
console.log(123)
}, 300)
})
</script>
3 changes: 1 addition & 2 deletions guide/template/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const flag = ref(false)
onMounted(() => {
setTimeout(() => {
flag.value = true
}, 1000)
console.log(123)
}, 300)
})
</script>

0 comments on commit 6390179

Please sign in to comment.