From e5a243f275603a3f54986b1fe9c61b21e6acf57a Mon Sep 17 00:00:00 2001 From: renhoutan Date: Tue, 12 Dec 2023 18:34:36 +0800 Subject: [PATCH] Docs: fix AHBD --- .../components/{BotTest.vue => AHBD.vue} | 67 +++++++++---------- docs/.vuepress/config.js | 5 +- ...45\345\205\267\346\243\200\346\265\213.md" | 7 +- ...51\252\214\350\257\201\347\240\201 1.0.md" | 9 +-- ...51\252\214\350\257\201\347\240\201 2.0.md" | 1 + docs/index.md | 6 ++ 6 files changed, 50 insertions(+), 45 deletions(-) rename docs/.vuepress/components/{BotTest.vue => AHBD.vue} (51%) diff --git a/docs/.vuepress/components/BotTest.vue b/docs/.vuepress/components/AHBD.vue similarity index 51% rename from docs/.vuepress/components/BotTest.vue rename to docs/.vuepress/components/AHBD.vue index 27c176550..b6fa42c4a 100644 --- a/docs/.vuepress/components/BotTest.vue +++ b/docs/.vuepress/components/AHBD.vue @@ -1,21 +1,25 @@ - @@ -86,21 +100,4 @@ export default { color: white; background-color: #0078D7; } - .headless-div { - text-align: center; - } - .headless-submit { - background: #347eff; - border-radius: 4px; - margin: 20px 0; - display: inline-block; - width: 300px; - height: 50px; - box-sizing: border-box; - border: 1px solid #ccc; - color: #fff; - cursor: pointer; - font-size: 14px; - line-height: 49px; - } diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index fa9290224..12aa3c4dd 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -19,10 +19,7 @@ module.exports = { // ['script', { src: 'https://lib.baomitu.com/jquery/1.9.1/jquery.min.js', type: 'text/javascript' }], ['script', { src: '//sdk.51.la/js-sdk-pro.min.js', type: 'text/javascript', id: 'LA_COLLECT', charset: 'UTF-8' }], ['script', { src: 'https://lib.baomitu.com/jquery/1.9.1/jquery.min.js', type: 'text/javascript' }], - // 极验行为验证 2.0 需要的 JS,直接在 md 里插入