diff --git a/package.json b/package.json index c08fd5c..1a97b0a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ "@nuxt/ui": "3.2.0", "@pinia/nuxt": "^0.11.1", "@tailwindcss/vite": "^4.1.11", - "@typescript/native-preview": "7.0.0-dev.20250830.1", "@vue/eslint-config-prettier": "^10.2.0", "@vueuse/core": "^13.6.0", "better-sqlite3": "^12.2.0", diff --git a/pages/index/archive/components/TimeLine.vue b/pages/index/archive/components/TimeLine.vue index 451a7d1..d28d790 100644 --- a/pages/index/archive/components/TimeLine.vue +++ b/pages/index/archive/components/TimeLine.vue @@ -57,30 +57,21 @@ function dateFormatToDate(date: Date | DataAnomaly) {
- - - - - - - - -
- {{ getYear(article) }} -
-
- {{ article.category }} -
- +
+ {{ getYear(article) }} +
+
+ {{ article.category }} +
-
+
{{ dateFormatToDate(article.published_at) }}
-
+
{{ article.title }}