Skip to content

Commit 4ee21d1

Browse files
committed
docs: 增加Github链接
1 parent b646bb3 commit 4ee21d1

File tree

44 files changed

+173
-147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+173
-147
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022 Kagol
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Vue DevUI Carousel
1+
# Vue Carousel
22

33
一个简单、灵活的`Vue3`走马灯组件,非常轻量,只有`5kB`
44

docs/.vitepress/config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,19 @@ const sidebar = {
2222
]
2323
}
2424

25+
const nav = [
26+
{ text: 'Github', link: 'https://github.com/kagol/vue-carousel' }
27+
]
28+
2529
const config = {
2630
base: '/vue-carousel/',
27-
title: 'Vue DevUI Carousel',
31+
title: 'Vue Carousel',
2832
head: [
2933
['link', { rel: 'icon', type: 'image/svg+xml', href: '/assets/logo.svg' }],
3034
],
3135
themeConfig: {
3236
sidebar,
37+
nav,
3338
logo: '/assets/logo.svg',
3439
},
3540
markdown: {

docs/.vitepress/dist/assets/Home.81a353c4.js renamed to docs/.vitepress/dist/assets/Home.5f8d10b4.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.vitepress/dist/assets/app.cb51d8ca.js renamed to docs/.vitepress/dist/assets/app.c71ed8f7.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.vitepress/dist/assets/features_autoplay_index.md.49fca3d0.js renamed to docs/.vitepress/dist/assets/features_autoplay_index.md.94e1f55f.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.vitepress/dist/assets/features_autoplay_index.md.49fca3d0.lean.js renamed to docs/.vitepress/dist/assets/features_autoplay_index.md.94e1f55f.lean.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)