feat: (apiflow) 更新Gitee地址

master
shuxiaokai 2 years ago
parent 0802d2f91c
commit 5bf45fcf75

@ -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)

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

@ -37,7 +37,7 @@
</svg>
<div class="mt-1">GitHub</div>
</a>
<a href="https://gitee.com/shuzhikai/moyu" target="_blank" class="d-flex flex-column j-center a-center">
<a href="https://gitee.com/shuzhikai/apiflow" target="_blank" class="d-flex flex-column j-center a-center">
<svg class="svg-icon" aria-hidden="true" :title="$t('跳转码云')">
<use xlink:href="#icongitee"></use>
</svg>

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

Loading…
Cancel
Save