From 5bf45fcf75802116e323213d073ab19fcdf2cf23 Mon Sep 17 00:00:00 2001 From: shuxiaokai <2581105856@qq.com> Date: Thu, 20 Apr 2023 22:11:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20(apiflow)=20=E6=9B=B4=E6=96=B0Gitee?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- src/renderer/App.vue | 2 +- src/renderer/pages/login/components/login-account.vue | 2 +- src/renderer/pages/modules/apidoc/doc-view/App.vue | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c3ce231a..d4aaba31 100644 --- a/README.md +++ b/README.md @@ -32,15 +32,15 @@ [客户端下载](https://gitee.com/shuzhikai/moyu/releases) -[客户端 GitHub 地址](https://github.com/trueleaf/moyu) | [服务端 GitHub 地址](https://github.com/trueleaf/moyu-server) | [客户端 Gitee 地址](https://gitee.com/shuzhikai/moyu) | -[服务端 Gitee 地址](https://gitee.com/shuzhikai/moyu-server) +[客户端 GitHub 地址](https://github.com/trueleaf/moyu) | [服务端 GitHub 地址](https://github.com/trueleaf/moyu-server) | [客户端 Gitee 地址](https://gitee.com/shuzhikai/apiflow) | +[服务端 Gitee 地址](https://gitee.com/shuzhikai/apiflow-server) ## 客户端部署 * Node.js 14.x 或 以上 ``` -git clone https://github.com/trueleaf/moyu //国内建议:git clone https://gitee.com/shuzhikai/moyu +git clone https://github.com/trueleaf/moyu //国内建议:git clone https://gitee.com/shuzhikai/apiflow cd moyu npm install //安装依赖,推荐使用yarn npm run electron:build //打包并且生成相应系统安装包(Mac、Linux、Windows) diff --git a/src/renderer/App.vue b/src/renderer/App.vue index eb613227..f6fcfd17 100644 --- a/src/renderer/App.vue +++ b/src/renderer/App.vue @@ -28,7 +28,7 @@ export default defineComponent({ ${this.$t("GitHub地址")}:https://github.com/trueleaf/moyu - ${this.$t("Gitee地址")}:https://gitee.com/shuzhikai/moyu + ${this.$t("Gitee地址")}:https://gitee.com/shuzhikai/apiflow ${this.$t("最近一次更新")}:${process.env.VUE_APP_BUILD_TIME} `) diff --git a/src/renderer/pages/login/components/login-account.vue b/src/renderer/pages/login/components/login-account.vue index 65d33455..8732aa55 100644 --- a/src/renderer/pages/login/components/login-account.vue +++ b/src/renderer/pages/login/components/login-account.vue @@ -37,7 +37,7 @@
GitHub
- + diff --git a/src/renderer/pages/modules/apidoc/doc-view/App.vue b/src/renderer/pages/modules/apidoc/doc-view/App.vue index 2c874649..e8857f53 100644 --- a/src/renderer/pages/modules/apidoc/doc-view/App.vue +++ b/src/renderer/pages/modules/apidoc/doc-view/App.vue @@ -40,7 +40,7 @@ export default defineComponent({ ${this.$t("GitHub地址")}:https://github.com/trueleaf/moyu - ${this.$t("Gitee地址")}:https://gitee.com/shuzhikai/moyu + ${this.$t("Gitee地址")}:https://gitee.com/shuzhikai/apiflow ${this.$t("最近一次更新")}:${process.env.VUE_APP_BUILD_TIME} `)