From 9932230319135655161d0aed7b36b2dfa4283d5b Mon Sep 17 00:00:00 2001 From: heygsc <103993866+heygsc@users.noreply.github.com> Date: Sun, 23 Apr 2023 09:42:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E5=8F=B7=E4=BB=A5=E5=8F=8A?= =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E7=9A=84=E6=94=B9=E5=8A=A8=20(#171)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/config.yml | 2 +- CONTRIBUTING.md | 4 ++-- CONTRIBUTING.zh-CN.md | 4 ++-- README.md | 2 +- README.zh-CN.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index fc5eed19c6..a52f8abf32 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9465640487..2acf4fa241 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -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. diff --git a/CONTRIBUTING.zh-CN.md b/CONTRIBUTING.zh-CN.md index 2c34ee273f..5b18779bdc 100644 --- a/CONTRIBUTING.zh-CN.md +++ b/CONTRIBUTING.zh-CN.md @@ -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 为用户名,执行前请替换 @@ -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` - 本地编码 diff --git a/README.md b/README.md index 8bb76eb3b1..977c209f1b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README.zh-CN.md b/README.zh-CN.md index fffe0ce746..fbf3272032 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -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/) ## 🤝 参与贡献