Skip to content

Commit 9932230

Browse files
authored
端口号以及微信的改动 (#171)
1 parent db72cd4 commit 9932230

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ blank_issues_enabled: true
22
contact_links:
33
- name: Questions or need help
44
url: https://github.com/opentiny/ui-vue/discussions
5-
about: Add this WeChat(opentiny), we will invite you to the WeChat discussion group later.
5+
about: Add this WeChat(opentiny-official), we will invite you to the WeChat discussion group later.

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Local startup steps:
4343
- Associated with the upstream repository to facilitate the synchronization of the latest code of the upstream repository.
4444
- Run `pnpm i` under the TinyVue root directory to install node dependencies.
4545
- Run `pnpm dev` to launch the component library website.
46-
- Open the browser to visit: [http://127.0.0.1:6175/](http://127.0.0.1:6175/)
46+
- Open the browser to visit: [http://127.0.0.1:7130/](http://127.0.0.1:7130/)
4747

4848
```shell
4949
# You need to replace username with your own user name
@@ -65,7 +65,7 @@ pnpm dev:vue2
6565

6666
To submit a PR:
6767

68-
- Make sure that you have completed the steps in local startup and can visit [http://127.0.0.1:6175/](http://127.0.0.1:6175/) normally.
68+
- Make sure that you have completed the steps in local startup and can visit [http://127.0.0.1:7130/](http://127.0.0.1:7130/) normally.
6969
- Synchronize upstream repository dev branch latest code: `git pull upstream dev`.
7070
- Create a new branch `git checkout-b username/feature1 upstream/ dev` from the upstream repository dev branch. The name of the branch should be `username/feat- xxx` / `username/fix- xxx`.
7171
- Local coding.

CONTRIBUTING.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
- 关联上游仓库,方便同步上游仓库最新代码
4444
- 在 Tiny Vue 根目录下运行 `pnpm i`, 安装 node 依赖
4545
- 运行 `pnpm dev`,启动组件库网站
46-
- 打开浏览器访问:[http://127.0.0.1:6175/](http://127.0.0.1:6175/)
46+
- 打开浏览器访问:[http://127.0.0.1:7130/](http://127.0.0.1:7130/)
4747

4848
```shell
4949
# username 为用户名,执行前请替换
@@ -65,7 +65,7 @@ pnpm dev:vue2
6565

6666
提交 PR 的步骤:
6767

68-
- 请确保你已经完成本地启动中的步骤,并能正常访问:[http://127.0.0.1:6175/](http://127.0.0.1:6175/)
68+
- 请确保你已经完成本地启动中的步骤,并能正常访问:[http://127.0.0.1:7130/](http://127.0.0.1:7130/)
6969
- 同步上游仓库 dev 分支最新代码:git pull upstream dev
7070
- 从上游仓库 dev 分支创建新分支 `git checkout -b username/feature1 upstream/dev`,分支名字建议为 `username/feat-xxx` / `username/fix-xxx`
7171
- 本地编码

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pnpm dev
6262
pnpm dev:vue2
6363
```
6464

65-
Open your browser and visit: [http://127.0.0.1:6175/](http://127.0.0.1:6175/)
65+
Open your browser and visit: [http://127.0.0.1:7130/](http://127.0.0.1:7130/)
6666

6767
## 🤝 Contributing
6868

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pnpm dev
6262
pnpm dev:vue2
6363
```
6464

65-
打开浏览器访问:[http://127.0.0.1:6175/](http://127.0.0.1:6175/)
65+
打开浏览器访问:[http://127.0.0.1:7130/](http://127.0.0.1:7130/)
6666

6767
## 🤝 参与贡献
6868

0 commit comments

Comments
 (0)