From 700ecd5d8ac5e728d932af3364d2bcc46bcd40cb Mon Sep 17 00:00:00 2001 From: woon Date: Thu, 6 Apr 2023 17:06:38 +0800 Subject: [PATCH] update --- public/index.php | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/public/index.php b/public/index.php index 4078aa7..b863783 100644 --- a/public/index.php +++ b/public/index.php @@ -38,13 +38,18 @@ init(); -/** page func start */ -
- +

+ +

@@ -87,13 +92,12 @@ init(); ob_clean(); echo $html; } - +// page func end ?> -/** page func end */ -/** api func start */ + -/** api func end */ -/** common func start */ - -/** common func end */