From b16b00ca16882ee463039131067109ffed4c4acd Mon Sep 17 00:00:00 2001 From: wanganxp Date: Fri, 3 Nov 2023 04:39:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=BC=80schema=E7=9A=84=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 7 +++++++ pages/template/schema/schema.uvue | 35 +++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 pages/template/schema/schema.uvue diff --git a/pages.json b/pages.json index 2fc32d33..0537cff2 100644 --- a/pages.json +++ b/pages.json @@ -1047,6 +1047,13 @@ "navigationBarTitleText" : "install-apk", "enablePullDownRefresh" : false } + }, + { + "path" : "pages/template/schema/schema", + "style" : + { + "navigationBarTitleText" : "打开schema示例" + } } ], diff --git a/pages/template/schema/schema.uvue b/pages/template/schema/schema.uvue new file mode 100644 index 00000000..53807045 --- /dev/null +++ b/pages/template/schema/schema.uvue @@ -0,0 +1,35 @@ + + + + + -- GitLab