Signed-off-by: kevin <kevin@lmve.net>

This commit is contained in:
2023-06-22 14:43:54 +08:00
parent b23eecb3a0
commit 3cfcc26955
6 changed files with 33 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
<?php
defined('IN_TS') or die('Access Denied.');
return array (
'name' => '工单',
'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',
);