From 22d97fe80d434ca67f83f4ad1b81b9e396370dd9 Mon Sep 17 00:00:00 2001 From: Suwings Date: Mon, 18 Jul 2022 22:08:51 +0800 Subject: [PATCH] =?UTF-8?q?Feat:=20=E6=96=B0=E5=A2=9E=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=8A=A8=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/views/Install/index.vue | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/src/app/views/Install/index.vue b/src/app/views/Install/index.vue index 81fbf92b..c4f4cbcd 100644 --- a/src/app/views/Install/index.vue +++ b/src/app/views/Install/index.vue @@ -24,15 +24,17 @@
-

欢迎使用,MCSManager 管理面板

-

我们支持 Minecraft,其他部分游戏服务端以及通用控制台程序的交互和管理。

+

欢迎使用 MCSManager 管理面板

+

开源,分布式,开箱即用,支持 Minecraft 游戏服务端和所有控制台程序的管理面板

- 现在安装 + 开始使用
@@ -50,7 +52,9 @@ - 创建账号 + + 创建账号 + @@ -118,7 +122,11 @@ export default { }, methods: { next() { - this.step++; + this.isLoading = true; + setTimeout(() => { + this.isLoading = false; + this.step++; + }, 2000); }, async createUser() { this.$refs["form"].validate(async (valid) => {