From ed9866211d7a21543b673230f53c428fc65e47bf Mon Sep 17 00:00:00 2001 From: chenchun Date: Sun, 26 Apr 2026 22:26:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(i18n):=20=E6=B7=BB=E5=8A=A0=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E5=90=8D=E7=A7=B0=E5=92=8C=E6=8F=8F=E8=BF=B0=E7=9A=84?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加中英文的应用名称和描述配置 优化全局和首页的SEO meta设置 配置响应式的标题模板和国际化meta信息 --- app/app.vue | 31 +++++++++++++++++++++++++++++++ app/pages/index.vue | 10 ++++++++++ i18n/locales/en.json | 4 ++++ i18n/locales/zh.json | 4 ++++ nuxt.config.ts | 6 ++++++ 5 files changed, 55 insertions(+) diff --git a/app/app.vue b/app/app.vue index f8eacfa..f9b59cf 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,3 +1,34 @@ + +