mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
11 lines
321 B
PHP
11 lines
321 B
PHP
@extends('setup.master')
|
|
|
|
@section('content')
|
|
<h1>已安装过</h1>
|
|
|
|
<p>Blessing Skin Server 看起来已经安装妥当。如果想重新安装,请删除数据库中的旧数据表,或者换一个数据表前缀。</p>
|
|
<p class="step">
|
|
<a href="../" class="button button-large">返回首页</a>
|
|
</p>
|
|
@endsection
|