diff --git a/README.md b/README.md index e2a9911..94aff78 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ A Vite plugin that supports runtime CDN configuration. 一个支持运行时 CDN 配置的 Vite 插件。 [![npm version][npm-version-src]][npm-version-href] -[![npm downloads][npm-downloads-src]][npm-downloads-href] -[![bundle][bundle-src]][bundle-href] [![License][license-src]][license-href] @@ -92,9 +90,5 @@ export default defineConfig({ [npm-version-src]: https://img.shields.io/npm/v/vite-plugin-runtime-cdn?style=flat&colorA=080f12&colorB=1fa669 [npm-version-href]: https://npmjs.com/package/vite-plugin-runtime-cdn -[npm-downloads-src]: https://img.shields.io/npm/dm/vite-plugin-runtime-cdn?style=flat&colorA=080f12&colorB=1fa669 -[npm-downloads-href]: https://npmjs.com/package/vite-plugin-runtime-cdn -[bundle-src]: https://img.shields.io/bundlephobia/minzip/vite-plugin-runtime-cdn?style=flat&colorA=080f12&colorB=1fa669&label=minzip -[bundle-href]: https://bundlephobia.com/result?p=vite-plugin-runtime-cdn [license-src]: https://img.shields.io/github/license/Levix/vite-plugin-runtime-cdn.svg?style=flat&colorA=080f12&colorB=1fa669 [license-href]: https://github.com/Levix/vite-plugin-runtime-cdn/blob/main/LICENSE diff --git a/README_CN.md b/README_CN.md index 1a2287a..86c38e8 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,8 +1,6 @@ # vite-plugin-runtime-cdn [![npm version][npm-version-src]][npm-version-href] -[![npm downloads][npm-downloads-src]][npm-downloads-href] -[![bundle][bundle-src]][bundle-href] [![License][license-src]][license-href] 一个支持运行时 CDN 配置的 Vite 插件。 @@ -85,9 +83,5 @@ export default defineConfig({ [npm-version-src]: https://img.shields.io/npm/v/vite-plugin-runtime-cdn?style=flat&colorA=080f12&colorB=1fa669 [npm-version-href]: https://npmjs.com/package/vite-plugin-runtime-cdn -[npm-downloads-src]: https://img.shields.io/npm/dm/vite-plugin-runtime-cdn?style=flat&colorA=080f12&colorB=1fa669 -[npm-downloads-href]: https://npmjs.com/package/vite-plugin-runtime-cdn -[bundle-src]: https://img.shields.io/bundlephobia/minzip/vite-plugin-runtime-cdn?style=flat&colorA=080f12&colorB=1fa669&label=minzip -[bundle-href]: https://bundlephobia.com/result?p=vite-plugin-runtime-cdn [license-src]: https://img.shields.io/github/license/Levix/vite-plugin-runtime-cdn.svg?style=flat&colorA=080f12&colorB=1fa669 [license-href]: https://github.com/Levix/vite-plugin-runtime-cdn/blob/main/LICENSE