Skip to content

Commit 7a6ce72

Browse files
committed
release: v4.3.14-beta.3
1 parent 576c74c commit 7a6ce72

File tree

36 files changed

+173
-173
lines changed

36 files changed

+173
-173
lines changed

.git-blame-ignore-revs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Apply with:
22
# `git config --local blame.ignoreRevsFile .git-blame-ignore-revs`
33

4-
# [chore: prettier format](https://github.com/jdf2e/nutui/pull/2995)
4+
# [chore: prettier format](https://github.com/jd-opensource/nutui/pull/2995)
55
41772b4225c020af0893516081e57c1389d8b387

.github/ISSUE_TEMPLATE/bug_report_template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ body:
99
这个表单仅用于错误报告。对于在使用中遇到的问题,请优先使用以下方式寻找解决方案:
1010
1111
- 查看组件文档 [@nutui/nutui](https://nutui.jd.com/h5/vue/4x/#/zh-CN/guide/intro) [@nutui/nutui-taro](https://nutui.jd.com/taro/vue/4x/#/zh-CN/guide/intro)
12-
- 在 [Issue](https://github.com/jdf2e/nutui/issues) 列表中查找解决方案
13-
- 查看 [常见问题 QA](https://github.com/jdf2e/nutui/issues/2461)
12+
- 在 [Issue](https://github.com/jd-opensource/nutui/issues) 列表中查找解决方案
13+
- 查看 [常见问题 QA](https://github.com/jd-opensource/nutui/issues/2461)
1414
1515
注意:如果你发现一个已关闭 issue 的问题在最新版本中仍然存在,请不要在旧 issue 下面留言,而应该使用当前的表单创建新的 issue。
1616

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: 🤖 常见问题 QA
4-
url: https://github.com/jdf2e/nutui/issues/2461
4+
url: https://github.com/jd-opensource/nutui/issues/2461
55
about: 这里可能会有解决方案。

.github/ISSUE_TEMPLATE/feature_request_template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ body:
1111
这个表单仅用于新功能请求。如果你有使用上的问题,或者不确定它是否是一个 bug,请先:
1212
1313
- 查看组件文档 [@nutui/nutui](https://nutui.jd.com/h5/vue/4x/#/zh-CN/guide/intro) [@nutui/nutui-taro](https://nutui.jd.com/taro/vue/4x/#/zh-CN/guide/intro)
14-
- 在 [Issue](https://github.com/jdf2e/nutui/issues) 列表中查找解决方案
15-
- 查看 [常见问题 QA](https://github.com/jdf2e/nutui/issues/2461)
14+
- 在 [Issue](https://github.com/jd-opensource/nutui/issues) 列表中查找解决方案
15+
- 查看 [常见问题 QA](https://github.com/jd-opensource/nutui/issues/2461)
1616
1717
- type: dropdown
1818
id: npm

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
请务必阅读贡献者指南:
3-
https://github.com/jdf2e/nutui/issues/1671
3+
https://github.com/jd-opensource/nutui/issues/1671
44
-->
55

66
<!-- PULL REQUEST TEMPLATE -->
@@ -30,5 +30,5 @@ https://github.com/jdf2e/nutui/issues/1671
3030

3131
**这个 PR 是否已自测:**
3232

33-
- [ ] 自测 Vite 脚手架使用 [测试仓库](https://github.com/jdf2e/nutui-demo/tree/dev/vite)
34-
- [ ] 自测 Taro 脚手架使用小程序 & Taro-H5 [测试仓库](https://github.com/jdf2e/nutui-demo/tree/dev/taro)
33+
- [ ] 自测 Vite 脚手架使用 [测试仓库](https://github.com/jd-opensource/nutui-demo/tree/dev/vite)
34+
- [ ] 自测 Taro 脚手架使用小程序 & Taro-H5 [测试仓库](https://github.com/jd-opensource/nutui-demo/tree/dev/taro)

.github/workflows/github-repo-stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
jobs:
88
j1:
99
name: github-repo-stats
10-
if: github.repository == 'jdf2e/nutui'
10+
if: github.repository == 'jd-opensource/nutui'
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: GHRS
1414
uses: jgehrcke/github-repo-stats@RELEASE
1515
with:
16-
repository: jdf2e/nutui
16+
repository: jd-opensource/nutui
1717
ghtoken: ${{ secrets.GIT_ACTION }}

.github/workflows/issue-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
issue-to-be-closed:
10-
if: github.repository == 'jdf2e/nutui'
10+
if: github.repository == 'jd-opensource/nutui'
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: close-issues

.github/workflows/publish-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
publish-beta:
8-
if: github.repository == 'jdf2e/nutui'
8+
if: github.repository == 'jd-opensource/nutui'
99
runs-on: ubuntu-latest
1010
permissions:
1111
contents: read

.github/workflows/sync-gitee.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77

88
jobs:
99
deploy-site-sync-gitee:
10-
if: github.repository == 'jdf2e/nutui'
10+
if: github.repository == 'jd-opensource/nutui'
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Sync to Gitee
1414
uses: wearerequired/git-mirror-action@master
1515
env:
1616
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
1717
with:
18-
source-repo: git@github.com:jdf2e/nutui.git
18+
source-repo: git@github.com:jd-opensource/nutui.git
1919
destination-repo: git@gitee.com:jd-platform-opensource/nutui.git

.github/workflows/sync-h5.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
copy:
15-
if: github.repository == 'jdf2e/nutui'
15+
if: github.repository == 'jd-opensource/nutui'
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
@@ -38,6 +38,6 @@ jobs:
3838
branch: new-site # action 应该部署到的分支 。
3939
folder: site_docs #操作应该部署的文件夹 。
4040
clean: false
41-
repository-name: jdf2e/nutui-docs
41+
repository-name: jd-opensource/nutui-docs
4242
token: ${{ secrets.GIT_ACTION }}
4343
target-folder: src/docs_vue

0 commit comments

Comments
 (0)