+ class="text-xl font-semibold text-black dark:text-zinc-300 pb-1 group-hover:text-sky-700 dark:group-hover:text-sky-400"> {{ title }}
@@ -56,8 +53,7 @@ withDefaults(defineProps
+ class="bg-gray-200 dark:bg-slate-900 rounded-md px-2 py-1 font-semibold">
{{ tag }}
+ class="text-black dark:text-zinc-300 font-semibold leading-tight text-4xl md:text-5xl my-5"> {{ blogsPage.title }}
diff --git a/app/components/blog/Header.vue b/app/components/blog/Header.vue
index 80fc31a..79ad7d1 100644
--- a/app/components/blog/Header.vue
+++ b/app/components/blog/Header.vue
@@ -1,57 +1,62 @@
-
- {{ description }}
- {{ date || '' }}
+ "{{ description }}"
+
+
{{ description }}
Read More
diff --git a/app/components/category/topic.vue b/app/components/category/topic.vue
index e2963d0..0ca5d01 100644
--- a/app/components/category/topic.vue
+++ b/app/components/category/topic.vue
@@ -1,17 +1,17 @@
diff --git a/app/components/content/ProseCode.vue b/app/components/content/ProseCode.vue
index 5f28592..37af541 100644
--- a/app/components/content/ProseCode.vue
+++ b/app/components/content/ProseCode.vue
@@ -2,7 +2,7 @@
defineProps({
code: {
type: String,
- default: '',
+ default: "",
},
language: {
type: String,
@@ -20,24 +20,56 @@ defineProps({
type: String,
default: null,
},
-})
+});
-
+
+ Powered by
+ Nuxt 4
+ ·
+ Tailwind CSS
+ ·
+ Vue 3
+
- {{ homePage.description }}
-
+ {{ siteConfig.hero.description }}
+ No content found. {{ pageNumber }} / {{ totalPage }}
+ Found {{ data?.length || 0 }} posts with this tag
+
+ Browse through all the topics and technologies I've written about.
+
- {{ title || '' }}
-
-
+ {{ title }}
+
+
+ Table Of Content
-
+
+
+ class="text-xl font-bold text-zinc-800 dark:text-zinc-100 mb-2 group-hover:text-violet-600 dark:group-hover:text-violet-400 transition-colors line-clamp-1">
{{ title }}
-
+ class="text-3xl font-semibold text-black dark:text-zinc-300 pb-1 group-hover:text-sky-700 dark:group-hover:text-sky-400">
No Post Available
diff --git a/app/components/category/card.vue b/app/components/category/card.vue
index 1ec6a08..a646ca4 100644
--- a/app/components/category/card.vue
+++ b/app/components/category/card.vue
@@ -1,42 +1,41 @@
#{{ title }}({{ count }})
+ class="text-black dark:text-zinc-300 font-semibold leading-tight text-4xl md:text-5xl my-5">
{{ categoryPage.title }}
-
+
+
+
+ 技术信息
+
-
-
-
+
- {{ homePage.title }}
-
-
+ {{ siteConfig.hero.title }}
+
+
+ Recent Post
+
+ Recent Posts
+
+ Trending Post
-
+
+
+ #{{ makeFirstCharUpper(tag) }}
+
+
+ All Tags
+
+