From 06ca4500e26edfa928a1e409cf0ca70778e90ba3 Mon Sep 17 00:00:00 2001 From: jingrow Date: Wed, 29 Oct 2025 05:10:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20hooks.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hooks.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 hooks.py diff --git a/hooks.py b/hooks.py deleted file mode 100644 index ed860ff..0000000 --- a/hooks.py +++ /dev/null @@ -1,6 +0,0 @@ -app_name = "demo" -app_title = "Demo" -app_publisher = "Your Company" -app_description = "Demo App" -app_email = "support@yourcompany.com" -app_license = "mit"