临时需要一个价格比较app

Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2023-06-29 20:48:12 +08:00
parent fbd1ea6aa8
commit 925f27d2db
13 changed files with 104 additions and 4 deletions
+2
View File
@@ -9,4 +9,6 @@ switch($ts){
break;
}
+4
View File
@@ -0,0 +1,4 @@
<?php
defined('IN_TS') or die('Access Denied.');
include template("admin/wolist");
+3 -2
View File
@@ -1,4 +1,5 @@
<?php
defined('IN_TS') or die('Access Denied.');
include template('index');
include pubTemplate("header");
include template('index');
include pubTemplate("footer");