From 5303ae03d89e1a9e947eb4d8c2d54964c5d2820b Mon Sep 17 00:00:00 2001 From: minimaxagent1 Date: Tue, 12 Aug 2025 12:02:20 +0800 Subject: [PATCH] ancientTourById.vue 1.0 --- pages.json | 7 + pages/ancient/ancientTourById.vue | 344 ++++++++++++++++++++++++++++++ pages/walkInto/walkInto.vue | 4 +- 3 files changed, 354 insertions(+), 1 deletion(-) create mode 100644 pages/ancient/ancientTourById.vue diff --git a/pages.json b/pages.json index f572bc7..2633eff 100644 --- a/pages.json +++ b/pages.json @@ -169,6 +169,13 @@ { "navigationStyle": "custom" } + }, + { + "path" : "pages/ancient/ancientTourById", + "style" : + { + "navigationStyle": "custom" + } } ], "subPackages": [ diff --git a/pages/ancient/ancientTourById.vue b/pages/ancient/ancientTourById.vue new file mode 100644 index 0000000..cc25ef0 --- /dev/null +++ b/pages/ancient/ancientTourById.vue @@ -0,0 +1,344 @@ + + + + + \ No newline at end of file diff --git a/pages/walkInto/walkInto.vue b/pages/walkInto/walkInto.vue index a22b44a..164b0a1 100644 --- a/pages/walkInto/walkInto.vue +++ b/pages/walkInto/walkInto.vue @@ -1,7 +1,9 @@