diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 5b5f696c5323b1bed644b04d4cda0f9017627ff4..bae6efebfdf588f9db0944e55a0f9218944aa375 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -14,7 +14,8 @@ const config = { type: 'image/x-icon', href: 'https://vkceyugu.cdn.bspapp.com/VKCEYUGU-a90b5f95-90ba-4d30-a6a7-cd4d057327db/d23e842c-58fc-4574-998d-17fdc7811cc3.png?v=1556263038788' }], - ['script', { src: '/js/redirect.js' }] + ['script', { src: '/js/redirect.js' }], + ['script', { src: 'https://hm.baidu.com/hm.js?fe3b7a223fc08c795f0f4b6350703e6f' }] ], locales: { '/': { diff --git a/package.json b/package.json index 0c02cedbd0ef09817f3c7edd8e331c7630bc8026..d12727621c738a09ecba25e69648d1bb60152bea 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ }, "dependencies": { "@docsearch/js": "^3.1.0", - "vuepress-theme-uni-app-test": "^1.1.8" + "vuepress-theme-uni-app-test": "^1.1.9" } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 1b54e6fcdbdaf10662e777b98a24d9203d5d4f27..60a2e83a07e7b2978f91839f0f68bb40c1b37104 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8477,10 +8477,10 @@ vuepress-theme-uni-app-test@^1.1.2: vuepress-plugin-juejin-style-copy "^1.0.4" vuepress-theme-uni-app-test "^1.1.2" -vuepress-theme-uni-app-test@^1.1.8: - version "1.1.8" - resolved "https://registry.yarnpkg.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.1.8.tgz#2e54a66a53a29f445d8ef1c3dfbfcaf793c86de0" - integrity sha512-PeKfKK+4i28VN+dXZ6tFSIFZxoH2S+LF+k2VDmcloarzyEWuepnFrJQitF8DDBqv/hFjy0LJY8GBbldSdQPkRg== +vuepress-theme-uni-app-test@^1.1.9: + version "1.1.9" + resolved "https://registry.yarnpkg.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.1.9.tgz#e63327052f4fea4e19addf5c5386e6792f6b80e1" + integrity sha512-1coCbxZcRQY1ZVXhNaaprOV60u0aGT7wokuzCvE9jctvG75J0oBiF6rv3DcSvPCs+KZHvKtRUDsw68oDhRwfYg== dependencies: "@vuepress/plugin-back-to-top" "^1.9.5" "@vuepress/theme-default" "^1.8.2"