mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
19 lines
651 B
PHP
19 lines
651 B
PHP
@extends('setup.migrations.master')
|
|
|
|
@section('content')
|
|
<h1>欢迎</h1>
|
|
|
|
<p>欢迎使用 Blessing Skin Server 数据迁移工具,此工具用于迁移 v2 的数据至 v3。</p>
|
|
<p>目前支持导入 v2 的用户数据以及导入用户皮肤至 v3 的皮肤库中。</p>
|
|
|
|
<hr />
|
|
|
|
<p>选择一个操作以继续:</p>
|
|
|
|
<p class="step">
|
|
<a href="index.php?action=import-v2-textures" class="button button-large">导入 v2 皮肤库</a>
|
|
<a href="index.php?action=import-v2-users" class="button button-large">导入 v2 用户数据</a>
|
|
<a href="index.php?action=import-v2-both" class="button button-large">同时导入</a>
|
|
</p>
|
|
@endsection
|