Skip to content

Commit 1345146

Browse files
author
刘欢
committed
chore: Change the rc-overflow in the document to @rc-component
1 parent fef9c44 commit 1345146

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
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-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-overflow/` : `/`,
13-
publicPath: isGitPagesSite ? `/rc-overflow/` : `/`,
12+
base: isGitPagesSite ? `/@rc-component/overflow /` : `/`,
13+
publicPath: isGitPagesSite ? `/@rc-component/overflow /` : `/`,
1414
styles: [
1515
`
1616
.markdown table {

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
[![bundle size][bundlephobia-image]][bundlephobia-url]
88
[![dumi][dumi-image]][dumi-url]
99

10-
[npm-image]: http://img.shields.io/npm/v/rc-overflow.svg?style=flat-square
11-
[npm-url]: http://npmjs.org/package/rc-overflow
12-
[github-actions-image]: https://github.com/react-component/overflow/workflows/CI/badge.svg
13-
[github-actions-url]: https://github.com/react-component/overflow/actions
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
12+
[github-actions-image]: https://github.com/react-component/overflow/actions/workflows/main.yml/badge.svg
13+
[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
1515
[codecov-url]: https://codecov.io/gh/react-component/overflow/branch/master
1616
[david-url]: https://david-dm.org/react-component/overflow
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-overflow.svg?style=flat-square
21-
[download-url]: https://npmjs.org/package/rc-overflow
22-
[bundlephobia-url]: https://bundlephobia.com/result?p=rc-overflow
23-
[bundlephobia-image]: https://badgen.net/bundlephobia/minzip/rc-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-overflow](https://nodei.co/npm/rc-overflow.png)](https://npmjs.org/package/rc-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-overflow is released under the MIT license.
57+
@rc-component/overflow is 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-overflow
3+
title: @rc-component/overflow
44
description: React Overflow Component
55
---
66

0 commit comments

Comments
 (0)