Skip to content

Commit

Permalink
feat: add baidu analytics script
Browse files Browse the repository at this point in the history
  • Loading branch information
sun0225SUN committed May 28, 2024
1 parent 73577c5 commit e4cbf00
Show file tree
Hide file tree
Showing 5 changed files with 770 additions and 681 deletions.
8 changes: 2 additions & 6 deletions .vitepress/components/ImgCenter.vue
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
<template>
<div class="imgLayout">
<div class="container">
<slot></slot>
</div>
</template>

<script setup>
</script>

<style scoped>
.imgLayout {
.container {
display: flex;
justify-content: center;
align-items: center;
Expand Down
8 changes: 3 additions & 5 deletions .vitepress/components/ImgDesc.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<template>
<div>
<p align="center" style="font-size:12px; margin-top:0;">
<slot></slot>
</p>
</div>
<p align="center" style="font-size:12px; margin-top:0;">
<slot></slot>
</p>
</template>
1 change: 0 additions & 1 deletion .vitepress/components/Link.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const props = defineProps({
transition: transform 0.3s;
}
.link-style {
color: var(--text-color);
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"medium-zoom": "^1.1.0",
"vitepress": "^1.1.0"
"vitepress": "^1.2.2"
},
"scripts": {
"dev": "vitepress dev",
Expand Down
Loading

0 comments on commit e4cbf00

Please sign in to comment.