From bb4e9d4896a577d59616020a44814db78be752b7 Mon Sep 17 00:00:00 2001 From: ZtRXR Date: Sat, 9 Sep 2023 18:47:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=A4=A7=E6=97=B6=E9=92=9F?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/index/TopBar.vue | 1 + pages/map/index.vue | 3 ++- pages/tools/time.vue | 42 +++++++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 pages/tools/time.vue diff --git a/components/index/TopBar.vue b/components/index/TopBar.vue index d64bd49..73ffa74 100644 --- a/components/index/TopBar.vue +++ b/components/index/TopBar.vue @@ -36,6 +36,7 @@ $fetch("https://data.zziyu.cn/hot/webs").then(data=>{ 笔顺码字典 + 大屏时钟 diff --git a/pages/map/index.vue b/pages/map/index.vue index 70653da..52b8af2 100644 --- a/pages/map/index.vue +++ b/pages/map/index.vue @@ -14,9 +14,10 @@ useHead({ 数据收集 {{item}} - 主页 + 笔顺码字典首页 笔顺码字典关于 + 大屏时钟 所有笔顺码 diff --git a/pages/tools/time.vue b/pages/tools/time.vue new file mode 100644 index 0000000..f850218 --- /dev/null +++ b/pages/tools/time.vue @@ -0,0 +1,42 @@ + + + + + \ No newline at end of file