From 361de98ab77aa28dee4ad164871d165878765089 Mon Sep 17 00:00:00 2001 From: Otto Date: Fri, 13 Oct 2023 11:52:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= =?UTF-8?q?=EF=BC=8C=E8=A1=A5=E5=85=85=20create=5Ftime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/c-article.vue | 8 +++++++- components/c-side-bar.vue | 2 +- ...7\253\240\346\267\273\345\212\240 Banner.md" | 1 + nuxt.config.ts | 10 ++++++++++ pages/podcasts/page/[page].vue | 2 +- pages/tools/canvas.vue | 16 ++++++++-------- public/favicon.png | Bin 0 -> 54145 bytes 7 files changed, 28 insertions(+), 11 deletions(-) create mode 100644 public/favicon.png diff --git a/components/c-article.vue b/components/c-article.vue index c79438b..73a03dd 100644 --- a/components/c-article.vue +++ b/components/c-article.vue @@ -6,8 +6,14 @@
-

+

发布于 + {{ + formatDate(doc.create_time) + }} +

+

+ 更新于 {{ getPublishDate(doc) }} diff --git a/components/c-side-bar.vue b/components/c-side-bar.vue index 917c263..8d7ce2e 100644 --- a/components/c-side-bar.vue +++ b/components/c-side-bar.vue @@ -74,7 +74,7 @@