mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
12 lines
261 B
Smarty
12 lines
261 B
Smarty
@extends('setup.updates.master')
|
||
|
||
@section('content')
|
||
<h1>升级成功</h1>
|
||
|
||
<p>数据库升级成功,欢迎使用 Blessing Skin Server {{ App::getVersion() }}!</p>
|
||
|
||
<p class="step">
|
||
<a href="../" class="button button-large">首页</a>
|
||
</p>
|
||
@endsection
|