diff --git a/.vitepress/components/CustomNotFound.vue b/.vitepress/components/CustomNotFound.vue
index a70000a..04d5cf6 100644
--- a/.vitepress/components/CustomNotFound.vue
+++ b/.vitepress/components/CustomNotFound.vue
@@ -26,14 +26,6 @@ onMounted(() => {
{{ theme.notFound?.code ?? '404' }}
{{ theme.notFound?.title ?? 'PAGE NOT FOUND' }}
-
- {{
- theme.notFound?.quote ??
- "这是一个扫雷小游戏"
- }}
-
-
-
+
+ {{
+ theme.notFound?.quote ??
+ "虽然你迷路了,但是这是一个扫雷小游戏"
+ }}
+
+
@@ -59,21 +58,21 @@ onMounted(() => {
}
.code {
- line-height: 64px;
- font-size: 64px;
- font-weight: 600;
+ line-height: 128px;
+ font-size: 128px;
+ font-weight: 500;
}
.title {
padding-top: 12px;
letter-spacing: 2px;
line-height: 20px;
- font-size: 20px;
+ font-size: 35px;
font-weight: 700;
}
.divider {
- margin: 24px auto 18px;
+ margin: 24px auto 1px;
width: 64px;
height: 1px;
background-color: var(--vp-c-divider);
@@ -81,6 +80,7 @@ onMounted(() => {
.quote {
margin: 0 auto;
+ padding-top: 20px;
max-width: 256px;
font-size: 14px;
font-weight: 500;
diff --git a/.vitepress/components/MineBlock.vue b/.vitepress/components/MineBlock.vue
index d87e69b..a2410ea 100644
--- a/.vitepress/components/MineBlock.vue
+++ b/.vitepress/components/MineBlock.vue
@@ -48,6 +48,7 @@ function getBlockClass(block) {
.bg-gray-500-20 { background-color: rgba(107, 114, 128, 0.2); }
.bg-red-500-50 { background-color: rgba(239, 68, 68, 0.5); }
.font-600 { font-weight: 600; }
+ .button-block { width: 30px; height: 30px; }
@@ -56,7 +57,7 @@ function getBlockClass(block) {
:class="getBlockClass(block)"
>
-