chore: update repo links

This commit is contained in:
chenjiahan 2022-07-23 22:26:42 +08:00
parent 71de9bc2c9
commit bdcda89b20
12 changed files with 423 additions and 423 deletions

View File

@ -15,6 +15,6 @@ jobs:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }} SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with: with:
# 注意替换为你的 GitHub 源仓库地址 # 注意替换为你的 GitHub 源仓库地址
source-repo: git@github.com:youzan/vant-weapp.git source-repo: git@github.com:vant-ui/vant-weapp.git
# 注意替换为你的 Gitee 目标仓库地址 # 注意替换为你的 Gitee 目标仓库地址
destination-repo: git@gitee.com:vant-contrib/vant-weapp.git destination-repo: git@gitee.com:vant-contrib/vant-weapp.git

View File

@ -15,7 +15,7 @@
   
🌈 <a href="https://vant-ui.github.io/vant-weapp">文档网站GitHub</a> 🌈 <a href="https://vant-ui.github.io/vant-weapp">文档网站GitHub</a>
&nbsp; &nbsp;
🚀 <a href="https://github.com/youzan/vant" target="_blank">Vue 版</a> 🚀 <a href="https://github.com/vant-ui/vant" target="_blank">Vue 版</a>
</p> </p>
--- ---
@ -58,7 +58,7 @@ npm i vant-weapp -S --production
直接通过 git 下载 Vant Weapp 源代码,并将 `dist` 目录拷贝到自己的项目中。 直接通过 git 下载 Vant Weapp 源代码,并将 `dist` 目录拷贝到自己的项目中。
```bash ```bash
git clone https://github.com/youzan/vant-weapp.git git clone https://github.com/vant-ui/vant-weapp.git
``` ```
## 使用组件 ## 使用组件
@ -99,10 +99,10 @@ Vant Weapp 最低支持到小程序基础库 2.6.5 版本。
## 链接 ## 链接
- [意见反馈](https://github.com/youzan/vant-weapp/issues) - [意见反馈](https://github.com/vant-ui/vant-weapp/issues)
- [设计资源](https://vant-contrib.gitee.io/vant/#/zh-CN/design) - [设计资源](https://vant-contrib.gitee.io/vant/#/zh-CN/design)
- [更新日志](https://vant-contrib.gitee.io/vant-weapp/#/changelog) - [更新日志](https://vant-contrib.gitee.io/vant-weapp/#/changelog)
- [官方示例](https://github.com/youzan/vant-demo) - [官方示例](https://github.com/vant-ui/vant-demo)
## 核心团队 ## 核心团队
@ -116,7 +116,7 @@ Vant Weapp 最低支持到小程序基础库 2.6.5 版本。
感谢以下小伙伴们为 Vant Weapp 发展做出的贡献: 感谢以下小伙伴们为 Vant Weapp 发展做出的贡献:
<a href="https://github.com/youzan/vant-weapp/graphs/contributors"> <a href="https://github.com/vant-ui/vant-weapp/graphs/contributors">
<img src="https://opencollective.com/vant-weapp/contributors.svg?width=890&button=false" alt="contributors"> <img src="https://opencollective.com/vant-weapp/contributors.svg?width=890&button=false" alt="contributors">
</a> </a>

View File

@ -60,7 +60,7 @@ VantComponent({
onCancel() { onCancel() {
/** /**
* 修复修改输入框值时输入框失焦和赋值同时触发赋值失效 * 修复修改输入框值时输入框失焦和赋值同时触发赋值失效
* https://github.com/youzan/@vant/weapp/issues/1768 * https://github.com/vant-ui/vant-weapp/issues/1768
*/ */
setTimeout(() => { setTimeout(() => {
if (canIUseModel()) { if (canIUseModel()) {

File diff suppressed because it is too large Load Diff

View File

@ -26,10 +26,10 @@ Vant 是一个**轻量、可靠的移动端组件库**,于 2017 年开源。
### 链接 ### 链接
- [意见反馈](https://github.com/youzan/vant-weapp/issues) - [意见反馈](https://github.com/vant-ui/vant-weapp/issues)
- [设计资源](https://vant-contrib.gitee.io/vant/#/zh-CN/design) - [设计资源](https://vant-contrib.gitee.io/vant/#/zh-CN/design)
- [更新日志](https://vant-contrib.gitee.io/vant-weapp/#/changelog) - [更新日志](https://vant-contrib.gitee.io/vant-weapp/#/changelog)
- [官方示例](https://github.com/youzan/vant-demo) - [官方示例](https://github.com/vant-ui/vant-demo)
## 贡献 ## 贡献
@ -45,13 +45,13 @@ Vant 是一个**轻量、可靠的移动端组件库**,于 2017 年开源。
感谢以下小伙伴们为 Vant Weapp 发展做出的贡献: 感谢以下小伙伴们为 Vant Weapp 发展做出的贡献:
<a href="https://github.com/youzan/vant-weapp/graphs/contributors"> <a href="https://github.com/vant-ui/vant-weapp/graphs/contributors">
<img src="https://opencollective.com/vant-weapp/contributors.svg?width=890&button=false" alt="contributors" style="width: 100%; margin: 16px 0"> <img src="https://opencollective.com/vant-weapp/contributors.svg?width=890&button=false" alt="contributors" style="width: 100%; margin: 16px 0">
</a> </a>
### 贡献代码 ### 贡献代码
使用过程中发现任何问题都可以提 [Issue](https://github.com/youzan/vant-weapp/issues) 给我们,当然,我们也非常欢迎你给我们发 [PR](https://github.com/youzan/vant-weapp/pulls)。 使用过程中发现任何问题都可以提 [Issue](https://github.com/vant-ui/vant-weapp/issues) 给我们,当然,我们也非常欢迎你给我们发 [PR](https://github.com/vant-ui/vant-weapp/pulls)。
### 开源协议 ### 开源协议

View File

@ -89,7 +89,7 @@ yarn add -D miniprogram-api-typings
### 示例工程 ### 示例工程
我们提供了一个[示例工程](https://github.com/youzan/vant-demo),示例工程会帮助你了解如下内容: 我们提供了一个[示例工程](https://github.com/vant-ui/vant-demo),示例工程会帮助你了解如下内容:
- 基于 Vant Weapp 搭建小程序应用 - 基于 Vant Weapp 搭建小程序应用
- 样式覆盖方案 - 样式覆盖方案
@ -141,7 +141,7 @@ yarn add -D miniprogram-api-typings
```bash ```bash
# 将项目克隆到本地 # 将项目克隆到本地
git clone git@github.com:youzan/vant-weapp.git git clone git@github.com:vant-ui/vant-weapp.git
# 安装项目依赖 # 安装项目依赖
cd vant-weapp && npm install cd vant-weapp && npm install

View File

@ -8,7 +8,7 @@ CSS 变量 的兼容性要求可以在 [这里](https://caniuse.com/#feat=css-va
### 样式变量 ### 样式变量
定制使用的 CSS 变量 与 Less 变量 同名,下面是一些基本的样式变量,所有可用的颜色变量请参考 [配置文件](https://github.com/youzan/vant-weapp/blob/dev/packages/common/style/var.less)。 定制使用的 CSS 变量 与 Less 变量 同名,下面是一些基本的样式变量,所有可用的颜色变量请参考 [配置文件](https://github.com/vant-ui/vant-weapp/blob/dev/packages/common/style/var.less)。
```less ```less
// Component Colors // Component Colors

View File

@ -1,7 +1,7 @@
{ {
"name": "@vant/weapp", "name": "@vant/weapp",
"version": "1.10.3", "version": "1.10.3",
"author": "youzan", "author": "vant-ui",
"license": "MIT", "license": "MIT",
"miniprogram": "lib", "miniprogram": "lib",
"description": "轻量、可靠的小程序 UI 组件库", "description": "轻量、可靠的小程序 UI 组件库",
@ -27,7 +27,7 @@
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+ssh://git@github.com/youzan/vant-weapp.git" "url": "git+ssh://git@github.com/vant-ui/vant-weapp.git"
}, },
"lint-staged": { "lint-staged": {
"*.{ts,js}": [ "*.{ts,js}": [
@ -39,7 +39,7 @@
"prettier --write" "prettier --write"
] ]
}, },
"homepage": "https://github.com/youzan/vant-weapp#readme", "homepage": "https://github.com/vant-ui/vant-weapp#readme",
"devDependencies": { "devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.16.0", "@babel/plugin-transform-modules-commonjs": "^7.16.0",
"@babel/preset-typescript": "^7.16.0", "@babel/preset-typescript": "^7.16.0",

View File

@ -52,7 +52,7 @@ const areaList = {
### @vant/area-data ### @vant/area-data
Vant 官方提供了一份默认的省市区数据,可以通过 [@vant/area-data](https://github.com/youzan/vant/tree/dev/packages/vant-area-data) 引入。 Vant 官方提供了一份默认的省市区数据,可以通过 [@vant/area-data](https://github.com/vant-ui/vant/tree/dev/packages/vant-area-data) 引入。
```bash ```bash
yarn add @vant/area-data yarn add @vant/area-data

View File

@ -110,4 +110,4 @@ Page({
### 嵌套在滚动元素中 IndexAnchor 失效? ### 嵌套在滚动元素中 IndexAnchor 失效?
由于 `<IndexBar />` 内部使用 wx.pageScrollTo 滚动到指定位置,因此只支持页面级滚动,无法在滚动元素中嵌套使用,例如:`view` 使用 `overflow: scroll;` 或者 `scroll-view`,具体可查看[微信小程序文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/scroll/wx.pageScrollTo.html)。历史 issue: [#4252](https://github.com/youzan/vant-weapp/issues/4252) 由于 `<IndexBar />` 内部使用 wx.pageScrollTo 滚动到指定位置,因此只支持页面级滚动,无法在滚动元素中嵌套使用,例如:`view` 使用 `overflow: scroll;` 或者 `scroll-view`,具体可查看[微信小程序文档](https://developers.weixin.qq.com/miniprogram/dev/api/ui/scroll/wx.pageScrollTo.html)。历史 issue: [#4252](https://github.com/vant-ui/vant-weapp/issues/4252)

View File

@ -65,7 +65,7 @@ VantComponent({
onCancel() { onCancel() {
/** /**
* *
* https://github.com/youzan/@vant/weapp/issues/1768 * https://github.com/vant-ui/vant-weapp/issues/1768
*/ */
setTimeout(() => { setTimeout(() => {
if (canIUseModel()) { if (canIUseModel()) {

View File

@ -29,7 +29,7 @@ export default {
}, },
{ {
logo: 'https://b.yzcdn.cn/vant/logo/github.svg', logo: 'https://b.yzcdn.cn/vant/logo/github.svg',
url: 'https://github.com/youzan/vant-weapp', url: 'https://github.com/vant-ui/vant-weapp',
}, },
], ],
baiduAnalytics: { baiduAnalytics: {