From 052aec9a89bf8f1b81c1684d03de67026faaf64a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=B9=8F?= Date: Thu, 9 Oct 2025 21:56:46 +0800 Subject: [PATCH] . --- pages.json | 6 ++ pages/index/splash.vue | 178 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 184 insertions(+) create mode 100644 pages/index/splash.vue diff --git a/pages.json b/pages.json index a10cd06..c85bea7 100644 --- a/pages.json +++ b/pages.json @@ -7,6 +7,12 @@ } }, "pages": [{ + "path": "pages/index/splash", + "style": { + "navigationBarTitleText": "开屏", + "navigationStyle": "custom" + } + },{ "path": "pages/index/index", "aliasPath": "/", "style": { diff --git a/pages/index/splash.vue b/pages/index/splash.vue new file mode 100644 index 0000000..b987406 --- /dev/null +++ b/pages/index/splash.vue @@ -0,0 +1,178 @@ + + + + +