@extends('setup.migrations.master') @section('content') {{-- Step 1: --}} @if ($step == '1')
本功能用于导入 v2 用户皮肤至 v3 的皮肤库
注意:请先将 v2 的 users 表改名导入到当前 v3 的同一数据库中
@endif {{-- Step 2: --}} @if ($step == '2')已导入 {{ $result['imported'] }} 个材质到皮肤库,{{ $result['duplicated'] }} 个材质因重复而未导入。
注意:请将 v2 的 textures 文件夹内容复制到 v3 的 textures 文件夹中
@endif @endsection