mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update: default theme
This commit is contained in:
		| @@ -23,7 +23,7 @@ | |||||||
|     <script> |     <script> | ||||||
|         window.settings = { |         window.settings = { | ||||||
|             title: '{{$title}}', |             title: '{{$title}}', | ||||||
|             theme_path: '{{$theme_path}}', |             assets_path: '/theme/{{$theme}}/assets', | ||||||
|             theme: { |             theme: { | ||||||
|                 sidebar: '{{$theme_config['theme_sidebar']}}', |                 sidebar: '{{$theme_config['theme_sidebar']}}', | ||||||
|                 header: '{{$theme_config['theme_header']}}', |                 header: '{{$theme_config['theme_header']}}', | ||||||
|   | |||||||
| @@ -23,7 +23,6 @@ Route::get('/', function (Request $request) { | |||||||
|     $renderParams = [ |     $renderParams = [ | ||||||
|         'title' => config('v2board.app_name', 'V2Board'), |         'title' => config('v2board.app_name', 'V2Board'), | ||||||
|         'theme' => config('v2board.frontend_theme', 'v2board'), |         'theme' => config('v2board.frontend_theme', 'v2board'), | ||||||
|         'theme_path' => '/theme/' . config('v2board.frontend_theme', 'v2board') . '/assets/', |  | ||||||
|         'version' => config('app.version'), |         'version' => config('app.version'), | ||||||
|         'description' => config('v2board.app_description', 'V2Board is best'), |         'description' => config('v2board.app_description', 'V2Board is best'), | ||||||
|         'logo' => config('v2board.logo') |         'logo' => config('v2board.logo') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user