From e55ca8267e1c3ac283f978f46c4d2e3210e5dc39 Mon Sep 17 00:00:00 2001 From: toom1996 Date: Wed, 25 Jun 2025 17:57:13 +0800 Subject: [PATCH] update --- app/Controller/admin/api/WebsiteController.php | 1 + app/Model/AppWebsiteConfig.php | 1 + storage/view/website/insert.blade.php | 6 ++++++ storage/view/website/view.blade.php | 6 ++++++ 4 files changed, 14 insertions(+) diff --git a/app/Controller/admin/api/WebsiteController.php b/app/Controller/admin/api/WebsiteController.php index 3f48e30..b4ae786 100644 --- a/app/Controller/admin/api/WebsiteController.php +++ b/app/Controller/admin/api/WebsiteController.php @@ -99,6 +99,7 @@ class WebsiteController extends AbstractController $query->app_description = $this->request->post('app_description'); $query->app_name = $this->request->post('app_name'); $query->app_domain = $this->request->post('app_domain'); + $query->app_keywords = $this->request->post('app_keywords'); $query->save(); diff --git a/app/Model/AppWebsiteConfig.php b/app/Model/AppWebsiteConfig.php index 5cab06e..bc6879a 100644 --- a/app/Model/AppWebsiteConfig.php +++ b/app/Model/AppWebsiteConfig.php @@ -17,6 +17,7 @@ namespace App\Model; * @property int $updated_by * @property string $app_domain * @property int $is_delete + * @property string $app_keywords */ class AppWebsiteConfig extends Model { diff --git a/storage/view/website/insert.blade.php b/storage/view/website/insert.blade.php index d01d33e..06bba22 100644 --- a/storage/view/website/insert.blade.php +++ b/storage/view/website/insert.blade.php @@ -28,6 +28,12 @@ +
+ +
+ +
+
diff --git a/storage/view/website/view.blade.php b/storage/view/website/view.blade.php index 0f0823f..3b46d8c 100644 --- a/storage/view/website/view.blade.php +++ b/storage/view/website/view.blade.php @@ -29,6 +29,12 @@
+
+ +
+ +
+