mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改系统指令描述
This commit is contained in:
parent
aa0b32976b
commit
564797cb83
@ -30,7 +30,7 @@ class AutoRun extends \think\console\Command
|
|||||||
*/
|
*/
|
||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
$this->setName('xclean:store')->setDescription('清理过期无效的订单记录');
|
$this->setName('xclean:store')->setDescription('[清理]检查并处理商城任务');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -30,6 +30,6 @@ class FansAll extends Fans
|
|||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
$this->module = ['list', 'black', 'tags'];
|
$this->module = ['list', 'black', 'tags'];
|
||||||
$this->setName('xfans:all')->setDescription('从微信获取所有粉丝记录和标签');
|
$this->setName('xfans:all')->setDescription('[同步]所有微信粉丝的数据');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -30,6 +30,6 @@ class FansBlack extends Fans
|
|||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
$this->module = ['black'];
|
$this->module = ['black'];
|
||||||
$this->setName('xfans:black')->setDescription('从微信获取黑名单中的粉丝记录');
|
$this->setName('xfans:black')->setDescription('[同步]微信黑名单粉丝数据');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,7 @@ class FansList extends Fans
|
|||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
$this->module = ['list'];
|
$this->module = ['list'];
|
||||||
$this->setName('xfans:list')->setDescription('从微信获取所有的粉丝信息记录');
|
$this->setName('xfans:list')->setDescription('[同步]微信粉丝的资料数据');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -30,6 +30,6 @@ class FansTags extends Fans
|
|||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
$this->module = ['tags'];
|
$this->module = ['tags'];
|
||||||
$this->setName('xfans:tags')->setDescription('从微信获取所有的粉丝标签记录');
|
$this->setName('xfans:tags')->setDescription('[同步]粉丝的标签记录数据');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
vendor/autoload.php
vendored
2
vendor/autoload.php
vendored
@ -4,4 +4,4 @@
|
|||||||
|
|
||||||
require_once __DIR__ . '/composer/autoload_real.php';
|
require_once __DIR__ . '/composer/autoload_real.php';
|
||||||
|
|
||||||
return ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10::getLoader();
|
return ComposerAutoloaderInitc43d191e5697cc1ec7fa6f3102f7563b::getLoader();
|
||||||
|
14
vendor/composer/autoload_real.php
vendored
14
vendor/composer/autoload_real.php
vendored
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
// autoload_real.php @generated by Composer
|
// autoload_real.php @generated by Composer
|
||||||
|
|
||||||
class ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10
|
class ComposerAutoloaderInitc43d191e5697cc1ec7fa6f3102f7563b
|
||||||
{
|
{
|
||||||
private static $loader;
|
private static $loader;
|
||||||
|
|
||||||
@ -19,15 +19,15 @@ class ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10
|
|||||||
return self::$loader;
|
return self::$loader;
|
||||||
}
|
}
|
||||||
|
|
||||||
spl_autoload_register(array('ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10', 'loadClassLoader'), true, true);
|
spl_autoload_register(array('ComposerAutoloaderInitc43d191e5697cc1ec7fa6f3102f7563b', 'loadClassLoader'), true, true);
|
||||||
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
||||||
spl_autoload_unregister(array('ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10', 'loadClassLoader'));
|
spl_autoload_unregister(array('ComposerAutoloaderInitc43d191e5697cc1ec7fa6f3102f7563b', 'loadClassLoader'));
|
||||||
|
|
||||||
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
||||||
if ($useStaticLoader) {
|
if ($useStaticLoader) {
|
||||||
require_once __DIR__ . '/autoload_static.php';
|
require_once __DIR__ . '/autoload_static.php';
|
||||||
|
|
||||||
call_user_func(\Composer\Autoload\ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10::getInitializer($loader));
|
call_user_func(\Composer\Autoload\ComposerStaticInitc43d191e5697cc1ec7fa6f3102f7563b::getInitializer($loader));
|
||||||
} else {
|
} else {
|
||||||
$map = require __DIR__ . '/autoload_namespaces.php';
|
$map = require __DIR__ . '/autoload_namespaces.php';
|
||||||
foreach ($map as $namespace => $path) {
|
foreach ($map as $namespace => $path) {
|
||||||
@ -48,19 +48,19 @@ class ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10
|
|||||||
$loader->register(true);
|
$loader->register(true);
|
||||||
|
|
||||||
if ($useStaticLoader) {
|
if ($useStaticLoader) {
|
||||||
$includeFiles = Composer\Autoload\ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10::$files;
|
$includeFiles = Composer\Autoload\ComposerStaticInitc43d191e5697cc1ec7fa6f3102f7563b::$files;
|
||||||
} else {
|
} else {
|
||||||
$includeFiles = require __DIR__ . '/autoload_files.php';
|
$includeFiles = require __DIR__ . '/autoload_files.php';
|
||||||
}
|
}
|
||||||
foreach ($includeFiles as $fileIdentifier => $file) {
|
foreach ($includeFiles as $fileIdentifier => $file) {
|
||||||
composerRequire8cffde8ef28c7f3be440b563ba6efc10($fileIdentifier, $file);
|
composerRequirec43d191e5697cc1ec7fa6f3102f7563b($fileIdentifier, $file);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $loader;
|
return $loader;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function composerRequire8cffde8ef28c7f3be440b563ba6efc10($fileIdentifier, $file)
|
function composerRequirec43d191e5697cc1ec7fa6f3102f7563b($fileIdentifier, $file)
|
||||||
{
|
{
|
||||||
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
||||||
require $file;
|
require $file;
|
||||||
|
8
vendor/composer/autoload_static.php
vendored
8
vendor/composer/autoload_static.php
vendored
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
namespace Composer\Autoload;
|
namespace Composer\Autoload;
|
||||||
|
|
||||||
class ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10
|
class ComposerStaticInitc43d191e5697cc1ec7fa6f3102f7563b
|
||||||
{
|
{
|
||||||
public static $files = array (
|
public static $files = array (
|
||||||
'841780ea2e1d6545ea3a253239d59c05' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/functions.php',
|
'841780ea2e1d6545ea3a253239d59c05' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/functions.php',
|
||||||
@ -314,9 +314,9 @@ class ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10
|
|||||||
public static function getInitializer(ClassLoader $loader)
|
public static function getInitializer(ClassLoader $loader)
|
||||||
{
|
{
|
||||||
return \Closure::bind(function () use ($loader) {
|
return \Closure::bind(function () use ($loader) {
|
||||||
$loader->prefixLengthsPsr4 = ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10::$prefixLengthsPsr4;
|
$loader->prefixLengthsPsr4 = ComposerStaticInitc43d191e5697cc1ec7fa6f3102f7563b::$prefixLengthsPsr4;
|
||||||
$loader->prefixDirsPsr4 = ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10::$prefixDirsPsr4;
|
$loader->prefixDirsPsr4 = ComposerStaticInitc43d191e5697cc1ec7fa6f3102f7563b::$prefixDirsPsr4;
|
||||||
$loader->classMap = ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10::$classMap;
|
$loader->classMap = ComposerStaticInitc43d191e5697cc1ec7fa6f3102f7563b::$classMap;
|
||||||
|
|
||||||
}, null, ClassLoader::class);
|
}, null, ClassLoader::class);
|
||||||
}
|
}
|
||||||
|
8
vendor/composer/installed.json
vendored
8
vendor/composer/installed.json
vendored
@ -401,12 +401,12 @@
|
|||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/zoujingli/ThinkLibrary.git",
|
"url": "https://github.com/zoujingli/ThinkLibrary.git",
|
||||||
"reference": "b848dda3a548f8d976c200e2a8e1f6872f68fc4f"
|
"reference": "36c784401c0111c14b5b9af1ec9b31727db6518b"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/b848dda3a548f8d976c200e2a8e1f6872f68fc4f",
|
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/36c784401c0111c14b5b9af1ec9b31727db6518b",
|
||||||
"reference": "b848dda3a548f8d976c200e2a8e1f6872f68fc4f",
|
"reference": "36c784401c0111c14b5b9af1ec9b31727db6518b",
|
||||||
"shasum": "",
|
"shasum": "",
|
||||||
"mirrors": [
|
"mirrors": [
|
||||||
{
|
{
|
||||||
@ -425,7 +425,7 @@
|
|||||||
"qiniu/php-sdk": "^7.2",
|
"qiniu/php-sdk": "^7.2",
|
||||||
"topthink/framework": "5.1.*"
|
"topthink/framework": "5.1.*"
|
||||||
},
|
},
|
||||||
"time": "2019-08-14T02:05:30+00:00",
|
"time": "2019-08-17T07:09:33+00:00",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"installation-source": "dist",
|
"installation-source": "dist",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -32,7 +32,7 @@ class Sess extends Command
|
|||||||
*/
|
*/
|
||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
$this->setName('xclean:session')->setDescription('清理失效过期的会话文件');
|
$this->setName('xclean:session')->setDescription('[清理]删除失效的会话文件');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -32,7 +32,7 @@ class Admin extends Sync
|
|||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
$this->modules = ['application/admin/', 'think'];
|
$this->modules = ['application/admin/', 'think'];
|
||||||
$this->setName('xsync:admin')->setDescription('从远程覆盖本地Admin模块的所有代码');
|
$this->setName('xsync:admin')->setDescription('[同步]覆盖本地Admin模块代码');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -32,7 +32,7 @@ class Config extends Sync
|
|||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
$this->modules = ['config/'];
|
$this->modules = ['config/'];
|
||||||
$this->setName('xsync:config')->setDescription('从远程覆盖本地Config的部分配置文件');
|
$this->setName('xsync:config')->setDescription('[同步]覆盖本地Config应用配置');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -32,7 +32,7 @@ class Plugs extends Sync
|
|||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
$this->modules = ['public/static/'];
|
$this->modules = ['public/static/'];
|
||||||
$this->setName('xsync:plugs')->setDescription('从远程覆盖本地Plugs资源插件所有代码');
|
$this->setName('xsync:plugs')->setDescription('[同步]覆盖本地Plugs插件代码');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -31,7 +31,7 @@ class Service extends Sync
|
|||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
$this->modules = ['application/service/'];
|
$this->modules = ['application/service/'];
|
||||||
$this->setName('xsync:service')->setDescription('从远程覆盖本地Service模块的所有代码');
|
$this->setName('xsync:service')->setDescription('[同步]覆盖本地Service模块代码');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -32,7 +32,7 @@ class Wechat extends Sync
|
|||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
$this->modules = ['application/wechat/'];
|
$this->modules = ['application/wechat/'];
|
||||||
$this->setName('xsync:wechat')->setDescription('从远程覆盖本地Wechat模块的所有代码');
|
$this->setName('xsync:wechat')->setDescription('[同步]覆盖本地Wechat模块代码');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user