Skip to content

Commit

Permalink
docs: 修改仓库地址
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Mar 6, 2022
1 parent fba625d commit c55ed0f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div align="center"> <a href="https://gitlab.com/SuperCuteXiaoSi/vite-vue3-template"><h1>Vue3</h1></a>
<div align="center"> <a href="https://github.com/SuperCuteXiaoSi/xiaosiAdmin"><h1>Vue3</h1></a>
</div>

## 简介
Expand Down Expand Up @@ -26,9 +26,9 @@
- 获取项目代码(https or ssh)

```bash
git clone https://gitlab.com/SuperCuteXiaoSi/vite-vue3-template.git
git clone https://github.com/SuperCuteXiaoSi/xiaosiAdmin.git

git clone git@gitlab.com:SuperCuteXiaoSi/vite-vue3-template.git
git clone git@github.com:SuperCuteXiaoSi/xiaosiAdmin.git
```

- 安装依赖
Expand Down Expand Up @@ -58,7 +58,7 @@ npm run build

## 项目地址

- [vite-vue3-template](https://gitlab.com/SuperCuteXiaoSi/vite-vue3-template)
- [vite-vue3-template](https://github.com/SuperCuteXiaoSi/xiaosiAdmin)

## 如何贡献

Expand Down Expand Up @@ -90,8 +90,8 @@ npm run build
支持现代浏览器, 不支持 IE

| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt=" Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt=" Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
| :-: | :-: | :-: | :-: | :-: |
| not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |

## 项目中使用的相关仓库

Expand Down Expand Up @@ -148,7 +148,7 @@ npm run build

## 维护者

[@SuperCuteXiaoSi](https://gitlab.com/SuperCuteXiaoSi)
[@SuperCuteXiaoSi](https://github.com/SuperCuteXiaoSi)

## License

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "vite+vue3 Template",
"name": "xsadmin",
"version": "1.1.0",
"author": {
"name": "小斯斯",
"email": "[email protected]",
"url": "https://gitlab.com/SuperCuteXiaoSi"
"url": "https://github.com/SuperCuteXiaoSi"
},
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit c55ed0f

Please sign in to comment.