From a31c46742c94546a6933ae1cd56393effc13bace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A3=8A?= <1633537611@qq.com> Date: Fri, 23 Aug 2024 20:02:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BF=A1=E6=81=AF=E6=B5=81?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E5=92=8C=E6=8F=92=E5=B1=8F=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 21 ++++++- .../create-interstitial-ad.uvue | 62 +++++++++++++++++++ pages/component/ad/ad.uvue | 32 ++++++++++ 3 files changed, 114 insertions(+), 1 deletion(-) create mode 100644 pages/API/create-interstitial-ad/create-interstitial-ad.uvue create mode 100644 pages/component/ad/ad.uvue diff --git a/pages.json b/pages.json index 36075cdd..6dca5e1b 100644 --- a/pages.json +++ b/pages.json @@ -1803,7 +1803,26 @@ "navigationBarTitleText": "", "backgroundColorContent": "#fffae8" } + }, + // #ifdef APP-ANDROID + { + "path" : "pages/component/ad/ad", + "style" : + { + "navigationBarTitleText" : "ad | 信息流广告", + "enablePullDownRefresh": false + } + }, + { + "path" : "pages/API/create-interstitial-ad/create-interstitial-ad", + "group": "1,13,1", + "style" : + { + "navigationBarTitleText" : "createInterstitialAd | 插屏广告", + "enablePullDownRefresh": false + } } + // #endif ], "globalStyle": { "pageOrientation": "portrait", @@ -2764,4 +2783,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/pages/API/create-interstitial-ad/create-interstitial-ad.uvue b/pages/API/create-interstitial-ad/create-interstitial-ad.uvue new file mode 100644 index 00000000..bba0ad04 --- /dev/null +++ b/pages/API/create-interstitial-ad/create-interstitial-ad.uvue @@ -0,0 +1,62 @@ + + + + + diff --git a/pages/component/ad/ad.uvue b/pages/component/ad/ad.uvue new file mode 100644 index 00000000..3dc0a2c3 --- /dev/null +++ b/pages/component/ad/ad.uvue @@ -0,0 +1,32 @@ + + + + + -- GitLab