From faf124f0764cab1f6f335d195aa332aaffb3331f Mon Sep 17 00:00:00 2001 From: duqingquan Date: Thu, 13 Oct 2022 20:11:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9Fapi=20=E7=95=8C=E9=9D=A2ui?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 10 ++++ pages/SystemAPI/SystemAPI.vue | 68 ++++++++--------------- pages/SystemAPI/android/screenlisten.vue | 70 ++++++++++++++++++++++++ 3 files changed, 103 insertions(+), 45 deletions(-) create mode 100644 pages/SystemAPI/android/screenlisten.vue diff --git a/pages.json b/pages.json index c2ce248..bfaa7ac 100644 --- a/pages.json +++ b/pages.json @@ -63,6 +63,16 @@ } }, + { + "path" : "pages/SystemAPI/android/screenlisten", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + }, + { "path" : "pages/SyntaxCase/index", "style" : diff --git a/pages/SystemAPI/SystemAPI.vue b/pages/SystemAPI/SystemAPI.vue index 2045f66..9ebf008 100644 --- a/pages/SystemAPI/SystemAPI.vue +++ b/pages/SystemAPI/SystemAPI.vue @@ -1,30 +1,36 @@ + + \ No newline at end of file -- GitLab