Skip to content

Commit

Permalink
端口号以及微信的改动 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
heygsc authored Apr 23, 2023
1 parent db72cd4 commit 9932230
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ blank_issues_enabled: true
contact_links:
- name: Questions or need help
url: https://github.com/opentiny/ui-vue/discussions
about: Add this WeChat(opentiny), we will invite you to the WeChat discussion group later.
about: Add this WeChat(opentiny-official), we will invite you to the WeChat discussion group later.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Local startup steps:
- Associated with the upstream repository to facilitate the synchronization of the latest code of the upstream repository.
- Run `pnpm i` under the TinyVue root directory to install node dependencies.
- Run `pnpm dev` to launch the component library website.
- Open the browser to visit: [http://127.0.0.1:6175/](http://127.0.0.1:6175/)
- Open the browser to visit: [http://127.0.0.1:7130/](http://127.0.0.1:7130/)

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

To submit a PR:

- 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.
- 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.
- Synchronize upstream repository dev branch latest code: `git pull upstream dev`.
- 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`.
- Local coding.
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
- 关联上游仓库,方便同步上游仓库最新代码
- 在 Tiny Vue 根目录下运行 `pnpm i`, 安装 node 依赖
- 运行 `pnpm dev`,启动组件库网站
- 打开浏览器访问:[http://127.0.0.1:6175/](http://127.0.0.1:6175/)
- 打开浏览器访问:[http://127.0.0.1:7130/](http://127.0.0.1:7130/)

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

提交 PR 的步骤:

- 请确保你已经完成本地启动中的步骤,并能正常访问:[http://127.0.0.1:6175/](http://127.0.0.1:6175/)
- 请确保你已经完成本地启动中的步骤,并能正常访问:[http://127.0.0.1:7130/](http://127.0.0.1:7130/)
- 同步上游仓库 dev 分支最新代码:git pull upstream dev
- 从上游仓库 dev 分支创建新分支 `git checkout -b username/feature1 upstream/dev`,分支名字建议为 `username/feat-xxx` / `username/fix-xxx`
- 本地编码
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pnpm dev
pnpm dev:vue2
```

Open your browser and visit: [http://127.0.0.1:6175/](http://127.0.0.1:6175/)
Open your browser and visit: [http://127.0.0.1:7130/](http://127.0.0.1:7130/)

## 🤝 Contributing

Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pnpm dev
pnpm dev:vue2
```

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

## 🤝 参与贡献

Expand Down

0 comments on commit 9932230

Please sign in to comment.