Parcourir la source

加上mtb_preview变量

moshaorui il y a 1 mois
Parent
commit
81ba453593
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Services/LiquidRenderer.php

+ 1 - 1
app/Services/LiquidRenderer.php

@@ -146,7 +146,7 @@ class LiquidRenderer
     private static function getGlobalConfig(): array
     {
         $preview = isset($_GET['mtb-preview']) ? intval($_GET['mtb-preview']) : 0;
-        dd($preview);
+        //dd($preview);
         return [
             'site_title' => config('app.name'),
             'image_base_url' => config('liquid.image_base_url'),