Skip to content

Commit

Permalink
chore: fix gitee sync repo
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Sep 3, 2023
1 parent ed4b946 commit 07a95ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with:
# 注意替换为你的 GitHub 源仓库地址
source-repo: [email protected]:youzan/vant-demo.git
source-repo: [email protected]:vant-ui/vant-demo.git
# 注意替换为你的 Gitee 目标仓库地址
destination-repo: [email protected]:vant-contrib/vant-demo.git
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Copyright 2016-present Youzan
Copyright (c) Chen Jiahan and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion vant-cli/base/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@youzan/demo-ui",
"name": "demo-ui",
"version": "1.0.0",
"description": "",
"main": "lib/demo-ui.js",
Expand Down
2 changes: 1 addition & 1 deletion vant-cli/base/vant.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
links: [
{
logo: 'https://b.yzcdn.cn/vant/logo/github.svg',
url: 'https://github.com/youzan/vant-demo'
url: 'https://github.com/vant-ui/vant-demo'
}
],
// 左侧导航
Expand Down

0 comments on commit 07a95ac

Please sign in to comment.