From 3cfcc269550fdee347293e5674a2f26a15a2e253 Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 22 Jun 2023 14:43:54 +0800 Subject: [PATCH] Signed-off-by: kevin --- app/workorder/about.php | 17 +++++++++++++++++ app/workorder/action/index.php | 4 ++++ app/workorder/class.workorder.php | 2 ++ app/workorder/config.php | 6 ++++++ app/workorder/html/index.html | 3 +++ upgrade/version.php | 2 +- 6 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 app/workorder/about.php create mode 100644 app/workorder/action/index.php create mode 100644 app/workorder/class.workorder.php create mode 100644 app/workorder/config.php create mode 100644 app/workorder/html/index.html diff --git a/app/workorder/about.php b/app/workorder/about.php new file mode 100644 index 0000000..52243c4 --- /dev/null +++ b/app/workorder/about.php @@ -0,0 +1,17 @@ + '工单', + '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/workorder/action/index.php b/app/workorder/action/index.php new file mode 100644 index 0000000..f7476c5 --- /dev/null +++ b/app/workorder/action/index.php @@ -0,0 +1,4 @@ +