This commit is contained in:
syuilo
2020-12-31 00:22:20 +09:00
parent 8c0490fef1
commit 7128b9f16a
7 changed files with 389 additions and 23 deletions

View File

@@ -8,7 +8,7 @@
<script lang="ts">
import { defineComponent } from 'vue';
import XSetup from './welcome.setup.vue';
import XEntrance from './welcome.entrance.vue';
import XEntrance from './welcome.entrance.a.vue';
import { instanceName } from '@/config';
import * as os from '@/os';