From 868e9a16596edd5c76f0a178917fb877b314ac14 Mon Sep 17 00:00:00 2001 From: handongxun Date: Fri, 18 Jun 2021 16:06:38 +0800 Subject: [PATCH] docs: ad-conent-page, interstitial --- docs/api/a-d/interstitial.md | 2 +- docs/component/ad-content-page.md | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/api/a-d/interstitial.md b/docs/api/a-d/interstitial.md index 18bd0a353..028f08006 100644 --- a/docs/api/a-d/interstitial.md +++ b/docs/api/a-d/interstitial.md @@ -22,7 +22,7 @@ * 小程序平台:在各自的小程序管理后台操作。 2. 申请广告位id 在各位后台申请广告位id -3. App端打包后生效,打包时必须选择要集成的广告SDK(优量汇、穿山甲)。 +3. App端打包后生效,打包时必须选择要集成的广告SDK(优量汇、穿山甲、快手)。 ### 语法 diff --git a/docs/component/ad-content-page.md b/docs/component/ad-content-page.md index 22cae3e12..2012f4827 100644 --- a/docs/component/ad-content-page.md +++ b/docs/component/ad-content-page.md @@ -40,7 +40,7 @@ HBuilder 基座的测试广告位 `adpid` 为 `1111111112` ```html @@ -71,6 +71,16 @@ export default { } } + + ``` **注意** -- GitLab