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