Skip to content

Commit beffaea

Browse files
author
刘欢
committed
chore: Remove excess spaces
1 parent a640e61 commit beffaea

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.dumirc.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ const isGitPagesSite = process.env.GITHUB_ACTIONS;
44
export default defineConfig({
55
favicons: ['https://avatars0.githubusercontent.com/u/9441414?s=200&v=4'],
66
themeConfig: {
7-
name: '@rc-component/overflow ',
7+
name: '@rc-component/overflow',
88
logo: 'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
99
},
1010
exportStatic: {},
1111
outputPath: 'docs-dist',
12-
base: isGitPagesSite ? `/@rc-component/overflow /` : `/`,
13-
publicPath: isGitPagesSite ? `/@rc-component/overflow /` : `/`,
12+
base: isGitPagesSite ? `/@rc-component/overflow/` : `/`,
13+
publicPath: isGitPagesSite ? `/@rc-component/overflow/` : `/`,
1414
styles: [
1515
`
1616
.markdown table {

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @rc-component/overflow 🐾
1+
# @rc-component/overflow🐾
22

33
[![NPM version][npm-image]][npm-url]
44
[![npm download][download-image]][download-url]
@@ -7,8 +7,8 @@
77
[![bundle size][bundlephobia-image]][bundlephobia-url]
88
[![dumi][dumi-image]][dumi-url]
99

10-
[npm-image]: http://img.shields.io/npm/v/@rc-component/overflow .svg?style=flat-square
11-
[npm-url]: http://npmjs.org/package/@rc-component/overflow
10+
[npm-image]: http://img.shields.io/npm/v/@rc-component/overflow.svg?style=flat-square
11+
[npm-url]: http://npmjs.org/package/@rc-component/overflow
1212
[github-actions-image]: https://github.com/react-component/overflow/actions/workflows/main.yml/badge.svg
1313
[github-actions-url]: https://github.com/react-component/overflow/actions/workflows/main.yml
1414
[codecov-image]: https://img.shields.io/codecov/c/github/react-component/overflow/master.svg?style=flat-square
@@ -17,10 +17,10 @@
1717
[david-image]: https://david-dm.org/react-component/overflow/status.svg?style=flat-square
1818
[david-dev-url]: https://david-dm.org/react-component/overflow?type=dev
1919
[david-dev-image]: https://david-dm.org/react-component/overflow/dev-status.svg?style=flat-square
20-
[download-image]: https://img.shields.io/npm/dm/@rc-component/overflow .svg?style=flat-square
21-
[download-url]: https://npmjs.org/package/@rc-component/overflow
22-
[bundlephobia-url]: https://bundlephobia.com/result?p=@rc-component/overflow
23-
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/@rc-component/overflow
20+
[download-image]: https://img.shields.io/npm/dm/@rc-component/overflow.svg?style=flat-square
21+
[download-url]: https://npmjs.org/package/@rc-component/overflow
22+
[bundlephobia-url]: https://bundlephobia.com/result?p=@rc-component/overflow
23+
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/@rc-component/overflow
2424
[dumi-url]: https://github.com/umijs/dumi
2525
[dumi-image]: https://img.shields.io/badge/docs%20by-dumi-blue?style=flat-square
2626

@@ -32,7 +32,7 @@ https://overflow-react-component.vercel.app/
3232

3333
## Install
3434

35-
[![@rc-component/overflow ](https://nodei.co/npm/@rc-component/overflow .png)](https://npmjs.org/package/@rc-component/overflow )
35+
[![@rc-component/overflow](https://nodei.co/npm/@rc-component/overflow.png)](https://npmjs.org/package/@rc-component/overflow)
3636

3737
## Usage
3838

@@ -54,4 +54,4 @@ npm start
5454

5555
## License
5656

57-
@rc-component/overflow is released under the MIT license.
57+
@rc-component/overflowis released under the MIT license.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
hero:
3-
title: @rc-component/overflow
3+
title: @rc-component/overflow
44
description: React Overflow Component
55
---
66

0 commit comments

Comments
 (0)