From 925f27d2db246f12a1eb9c0ddd30c882b9720036 Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 29 Jun 2023 20:48:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E9=9C=80=E8=A6=81=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E4=BB=B7=E6=A0=BC=E6=AF=94=E8=BE=83app=20Signed-off-b?= =?UTF-8?q?y:=20kevin=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pricetrend/about.php | 17 +++++++++++++++++ app/pricetrend/action/admin.php | 11 +++++++++++ app/pricetrend/action/admin/install.sql | 22 ++++++++++++++++++++++ app/pricetrend/action/admin/options.php | 14 ++++++++++++++ app/pricetrend/action/index.php | 4 ++++ app/pricetrend/class.pricetrend.php | 2 ++ app/pricetrend/config.php | 6 ++++++ app/pricetrend/html/index.html | 3 +++ app/workorder/action/admin/options.php | 2 ++ app/workorder/action/admin/wolist.php | 4 ++++ app/workorder/action/index.php | 5 +++-- app/workorder/html/admin/menu.html | 4 ++-- app/workorder/html/admin/wolist.html | 14 ++++++++++++++ 13 files changed, 104 insertions(+), 4 deletions(-) create mode 100644 app/pricetrend/about.php create mode 100644 app/pricetrend/action/admin.php create mode 100644 app/pricetrend/action/admin/install.sql create mode 100644 app/pricetrend/action/admin/options.php create mode 100644 app/pricetrend/action/index.php create mode 100644 app/pricetrend/class.pricetrend.php create mode 100644 app/pricetrend/config.php create mode 100644 app/pricetrend/html/index.html create mode 100644 app/workorder/action/admin/wolist.php create mode 100644 app/workorder/html/admin/wolist.html diff --git a/app/pricetrend/about.php b/app/pricetrend/about.php new file mode 100644 index 0000000..abaed34 --- /dev/null +++ b/app/pricetrend/about.php @@ -0,0 +1,17 @@ + '价格比较1', + 'version' => '0.1', + 'desc' => '价格', + 'url' => 'https://lmve.net/', + 'email' => 'kevin@lmve.net', + 'author' => 'kevin', + 'author_url' => 'https://lmve.net/', + 'isoption' => '1', + 'isinstall' => '1', + + + 'isappnav' => '1', + 'ismy'=>'1', +); \ No newline at end of file diff --git a/app/pricetrend/action/admin.php b/app/pricetrend/action/admin.php new file mode 100644 index 0000000..e708bfb --- /dev/null +++ b/app/pricetrend/action/admin.php @@ -0,0 +1,11 @@ +
  • 配置
  • -
  • 工单管理
  • +
  • 工单列表
  • -
  • 数据库管理
  • +
  • 数据库管理
  • diff --git a/app/workorder/html/admin/wolist.html b/app/workorder/html/admin/wolist.html new file mode 100644 index 0000000..e42664f --- /dev/null +++ b/app/workorder/html/admin/wolist.html @@ -0,0 +1,14 @@ +{php include pubTemplate("header_admin")} + + +
    + + {php include template("admin/menu");} + + + + + +
    + +{php include pubTemplate("footer_admin")} \ No newline at end of file