diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index 2a5969b0b..13e1d63bc 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -738,7 +738,7 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). - Field: incorrect disabled color in iOS 14 [#7206](https://github.com/youzan/vant/issues/7206) - List: scoped style not applied to first child [#7202](https://github.com/youzan/vant/issues/7202) - Swipe: can't disable loop in some cases [#7208](https://github.com/youzan/vant/issues/7208) -- Swipe: incorrect indicator color trantision [#7207](https://github.com/youzan/vant/issues/7207) +- Swipe: incorrect indicator color transition [#7207](https://github.com/youzan/vant/issues/7207) ### [v2.10.7](https://github.com/youzan/vant/compare/v2.10.6...v2.10.7) diff --git a/vant.config.js b/vant.config.js index f25bb6724..fd7b4e4fa 100644 --- a/vant.config.js +++ b/vant.config.js @@ -40,26 +40,6 @@ module.exports = { url: 'https://github.com/youzan/vant', }, ], - searchConfig: { - apiKey: '90067aecdaa2c85220e2783cd305caac', - indexName: 'vant', - placeholder: '搜索文档...', - algoliaOptions: { - facetFilters: ['version:v2'], - }, - transformData(hits) { - if (location.hostname === 'vant-contrib.gitee.io') { - hits.forEach((hit) => { - if (hit.url) { - hit.url = hit.url.replace( - 'youzan.github.io', - 'vant-contrib.gitee.io' - ); - } - }); - } - }, - }, nav: [ { title: '开发指南', @@ -458,14 +438,6 @@ module.exports = { url: 'https://github.com/youzan/vant', }, ], - searchConfig: { - apiKey: '90067aecdaa2c85220e2783cd305caac', - indexName: 'vant', - placeholder: 'Search...', - algoliaOptions: { - facetFilters: ['version:v2'], - }, - }, nav: [ { title: 'Essentials',