From 790cff21a42e810565bcd6b372f7d091c01608f0 Mon Sep 17 00:00:00 2001 From: pushuo <229102104@qq.com> Date: Mon, 20 Jun 2022 16:43:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E6=A8=A1=E7=89=88=E5=92=8C?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B7=AF=E5=BE=84=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/view.php | 3 +-- resources/beike/shop/default/app.scss | 0 themes/acme-child/header.blade.php | 3 --- themes/acme/layout/header.blade.php | 1 - themes/{acme => default}/category.blade.php | 0 themes/{acme => default}/home.blade.php | 0 themes/default/layout/header.blade.php | 5 +++++ themes/{acme => default}/layout/master.blade.php | 6 +++--- themes/{acme => default}/product.blade.php | 0 9 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 resources/beike/shop/default/app.scss delete mode 100644 themes/acme-child/header.blade.php delete mode 100644 themes/acme/layout/header.blade.php rename themes/{acme => default}/category.blade.php (100%) rename themes/{acme => default}/home.blade.php (100%) create mode 100644 themes/default/layout/header.blade.php rename themes/{acme => default}/layout/master.blade.php (71%) rename themes/{acme => default}/product.blade.php (100%) diff --git a/config/view.php b/config/view.php index b5f587a2..d2021f23 100644 --- a/config/view.php +++ b/config/view.php @@ -14,8 +14,7 @@ return [ */ 'paths' => [ - base_path('themes/acme-child'), - base_path('themes/acme'), + base_path('themes/default'), resource_path('views'), ], diff --git a/resources/beike/shop/default/app.scss b/resources/beike/shop/default/app.scss new file mode 100644 index 00000000..e69de29b diff --git a/themes/acme-child/header.blade.php b/themes/acme-child/header.blade.php deleted file mode 100644 index d3d602e6..00000000 --- a/themes/acme-child/header.blade.php +++ /dev/null @@ -1,3 +0,0 @@ -