From fab7107292d44118296d277785663148e2961e24 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Tue, 26 Nov 2024 11:03:22 +0800 Subject: [PATCH] chore: update --- docs/.vuepress/config.js | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index b116e8381..bfc9fc7be 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -18,20 +18,20 @@ module.exports = { content: "vue-pure-admin,pure-admin,pure-admin-thin,pure-admin-docs", }, ], - [ - "meta", - { name: "google-adsense-account", content: "ca-pub-3324838481135884" }, - ], + // [ + // "meta", + // { name: "google-adsense-account", content: "ca-pub-3324838481135884" }, + // ], ["meta", { name: "theme-color", content: "#11a8cd" }], // 移动浏览器主题颜色 - [ - "script", - { - "data-ad-client": "ca-pub-3324838481135884", - async: "async", - src: "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js", - crossorigin: "anonymous", - }, - ], + // [ + // "script", + // { + // "data-ad-client": "ca-pub-3324838481135884", + // async: "async", + // src: "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js", + // crossorigin: "anonymous", + // }, + // ], // ['link', { rel: 'manifest', href: '/manifest.json' }], // ['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }], // [