mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 20:47:56 +08:00
update
This commit is contained in:
@ -15,6 +15,6 @@ Route::get('/', function () {
|
||||
return view('app', [
|
||||
'title' => config('v2board.app_name', 'V2Board'),
|
||||
'theme' => config('v2board.app_theme', 1),
|
||||
'verison' => '0.1.91'
|
||||
'verison' => '0.2.1'
|
||||
]);
|
||||
});
|
||||
|
Reference in New Issue
Block a user