mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
13 lines
335 B
PHP
13 lines
335 B
PHP
@extends('setup.updates.master')
|
||
|
||
@section('content')
|
||
<h1>还差一小步</h1>
|
||
|
||
<p>欢迎升级至 Blessing Skin Server {{ config('app.version') }}!</p>
|
||
<p>我们需要升级您的数据库,点击下一步以继续。</p>
|
||
|
||
<p class="step">
|
||
<a href="update.php?step=2" class="button button-large">下一步</a>
|
||
</p>
|
||
@endsection
|