root 5 年之前
父节点
当前提交
e9a69cd0f6
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 0 0
      public/umi.js
  2. 2 2
      routes/web.php

文件差异内容过多而无法显示
+ 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'
     ]);
 });

部分文件因为文件数量过多而无法显示