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} `)