mirror of
https://github.com/v2board/v2board.git
synced 2024-11-13 02:59:10 +08:00
update
This commit is contained in:
parent
7f3bbebd3a
commit
2c00d974d5
@ -15,6 +15,6 @@ Route::get('/', function () {
|
|||||||
return view('app', [
|
return view('app', [
|
||||||
'title' => config('v2board.app_name', 'V2Board'),
|
'title' => config('v2board.app_name', 'V2Board'),
|
||||||
'theme' => config('v2board.app_theme', 1),
|
'theme' => config('v2board.app_theme', 1),
|
||||||
'verison' => '0.1.6'
|
'verison' => '0.1.7'
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user