From 61bf5883590836f39a9cec1358189b54052ad3d9 Mon Sep 17 00:00:00 2001 From: minimaxagent1 Date: Fri, 8 Aug 2025 09:33:23 +0800 Subject: [PATCH] =?UTF-8?q?memorial=E9=A1=B5=E9=9D=A2=E7=9A=84=E5=88=9B?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 7 +++ pages/memorial/memorial.vue | 105 ++++++++++++++++++++++++++++++++++++ 2 files changed, 112 insertions(+) create mode 100644 pages/memorial/memorial.vue diff --git a/pages.json b/pages.json index 5a9f51d..3af1a2b 100644 --- a/pages.json +++ b/pages.json @@ -179,6 +179,13 @@ "enablePullDownRefresh": false, "navigationStyle": "custom" } + }, + { + "path" : "pages/memorial/memorial", + "style" : + { + "navigationBarTitleText" : "" + } } ], diff --git a/pages/memorial/memorial.vue b/pages/memorial/memorial.vue new file mode 100644 index 0000000..e0a0274 --- /dev/null +++ b/pages/memorial/memorial.vue @@ -0,0 +1,105 @@ + + + + + \ No newline at end of file