root 5 years ago
parent
commit
e9a69cd0f6
2 changed files with 2 additions and 2 deletions
  1. 0 0
      public/umi.js
  2. 2 2
      routes/web.php

File diff suppressed because it is too large
+ 0 - 0
public/umi.js


+ 2 - 2
routes/web.php

@@ -22,7 +22,7 @@ Route::get('/', function (Request $request) {
     return view('app', [
         'title' => config('v2board.app_name', 'V2Board'),
         'theme' => config('v2board.frontend_theme', 1),
-        'backgroun_url' => config('v2board.frontend_url'),
-        'verison' => '1.0.2.3'
+        'backgroun_url' => config('v2board.frontend_background_url'),
+        'verison' => '1.0.3'
     ]);
 });

Some files were not shown because too many files changed in this diff