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) => {