This commit is contained in:
root
2019-11-25 22:12:53 +08:00
parent 15f1d9d367
commit b45b2596e9
4 changed files with 10 additions and 6 deletions

View File

@ -14,6 +14,7 @@
Route::get('/', function () {
return view('app', [
'title' => config('v2board.app_name', 'V2Board'),
'theme' => config('v2board.app_theme', 1)
'theme' => config('v2board.app_theme', 1),
'verison' => '0.1.6'
]);
});