在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP网站 → 多类任务管理系统

多类任务管理系统

PHP网站

下载此实例
  • 开发语言:PHP
  • 实例大小:143.53M
  • 下载次数:11
  • 浏览次数:69
  • 发布时间:2023-09-08
  • 实例类别:PHP网站
  • 发 布 人:as达到
  • 文件格式:.rar
  • 所需积分:5
 相关标签: 管理系统 任务 管理 系统

实例介绍

【实例简介】单人任务 多人 团队 部门 标签任务

【实例截图】

from clipboardfrom clipboard

【核心代码】

.
├── php多类任务管理系统源码.rar
└── renwu
    ├── 404.html
    ├── CONTRIBUTING.md
    ├── Dockerfile
    ├── LICENSE
    ├── README.md
    ├── api
    │   └── demo
    │       ├── README.md
    │       ├── composer.json
    │       ├── controller
    │       │   ├── ArticlesController.php
    │       │   └── IndexController.php
    │       ├── route.php
    │       ├── swagger
    │       │   ├── request
    │       │   │   └── DemoArticlesSave.php
    │       │   └── response
    │       │       └── DemoArticlesIndexResponse.php
    │       └── vendor
    │           ├── autoload.php
    │           └── composer
    │               ├── ClassLoader.php
    │               ├── LICENSE
    │               ├── autoload_classmap.php
    │               ├── autoload_namespaces.php
    │               ├── autoload_psr4.php
    │               ├── autoload_real.php
    │               ├── autoload_static.php
    │               └── installed.json
    ├── app
    │   ├── demo
    │   │   ├── README.md
    │   │   ├── api
    │   │   │   └── PageApi.php
    │   │   ├── command
    │   │   │   └── Hello.php
    │   │   ├── command.php
    │   │   ├── composer.json
    │   │   ├── controller
    │   │   │   ├── AdminIndexController.php
    │   │   │   ├── IndexController.php
    │   │   │   └── TaskController.php
    │   │   ├── hooks.php
    │   │   ├── lang
    │   │   │   └── zh-cn.php
    │   │   ├── nav.php
    │   │   ├── url.php
    │   │   ├── user_action.php
    │   │   └── vendor
    │   └── task
    │       ├── command
    │       │   ├── OverdueTasks.php
    │       │   ├── SyncDepartment.php
    │       │   ├── SyncUser.php
    │       │   ├── SyncUserCompany.php
    │       │   ├── SyncUserDepartment.php
    │       │   ├── SyncUserDivision.php
    │       │   └── SyncUserRole.php
    │       ├── command.php
    │       ├── common.php
    │       ├── controller
    │       │   ├── AdminIndexController.php
    │       │   ├── GradeController.php
    │       │   ├── PandianController.php
    │       │   ├── RankController.php
    │       │   ├── ResourceController.php
    │       │   ├── SetController.php
    │       │   ├── TaskController.php
    │       │   └── VoucherController.php
    │       ├── model
    │       │   ├── BaseModel.php
    │       │   └── TaskModel.php
    │       └── service
    │           ├── Auth.php
    │           └── TaskService.php
    ├── composer.json
    ├── composer.lock
    ├── data
    │   ├── config
    │   │   ├── database.php
    │   │   └── template.php
    │   ├── install.lock
    │   ├── lang
    │   │   └── zh-cn
    │   │       └── admin_menu.php
    │   ├── route
    │   │   └── route.php
    │   ├── runtime
    │   └── runtime_cli
    │       ├── cache
    │       │   └── 6b
    │       │       └── db414d7c4b589bafbac3b60c0d1181.php
    │       └── log
    │           ├── 202204
    │           │   ├── 06_cli.log
    │           │   ├── 07_cli.log
    │           │   ├── 08_cli.log
    │           │   ├── 09_cli.log
    │           │   ├── 10_cli.log
    │           │   ├── 11_cli.log
    │           │   ├── 12_cli.log
    │           │   ├── 13_cli.log
    │           │   ├── 14_cli.log
    │           │   ├── 15_cli.log
    │           │   ├── 1650254409-18_cli.log
    │           │   ├── 1650254521-18_cli.log
    │           │   ├── 1650276010-18_cli.log
    │           │   ├── 1650276121-18_cli.log
    │           │   ├── 1650290503-18_cli.log
    │           │   ├── 1650290641-18_cli.log
    │           │   ├── 1650319208-19_cli.log
    │           │   ├── 1650319321-19_cli.log
    │           │   ├── 1650340809-19_cli.log
    │           │   ├── 1650340921-19_cli.log
    │           │   ├── 1650362408-19_cli.log
    │           │   ├── 1650362522-19_cli.log
    │           │   ├── 1650376900-19_cli.log
    │           │   ├── 1650377041-19_cli.log
    │           │   ├── 1650405608-20_cli.log
    │           │   ├── 1650405722-20_cli.log
    │           │   ├── 1650427208-20_cli.log
    │           │   ├── 1650427321-20_cli.log
    │           │   ├── 1650448808-20_cli.log
    │           │   ├── 1650448922-20_cli.log
    │           │   ├── 1650463315-20_cli.log
    │           │   ├── 1650463441-20_cli.log
    │           │   ├── 1650492008-21_cli.log
    │           │   ├── 1650492121-21_cli.log
    │           │   ├── 1650513609-21_cli.log
    │           │   ├── 1650513721-21_cli.log
    │           │   ├── 1650535211-21_cli.log
    │           │   ├── 1650535321-21_cli.log
    │           │   ├── 1650549760-21_cli.log
    │           │   ├── 1650549841-21_cli.log
    │           │   ├── 1650578412-22_cli.log
    │           │   ├── 1650578521-22_cli.log
    │           │   ├── 1650600009-22_cli.log
    │           │   ├── 1650600121-22_cli.log
    │           │   ├── 1650621608-22_cli.log
    │           │   ├── 1650621721-22_cli.log
    │           │   ├── 1650636061-22_cli.log
    │           │   ├── 1650636121-22_cli.log
    │           │   ├── 1650664808-23_cli.log
    │           │   ├── 1650664921-23_cli.log
    │           │   ├── 1650686409-23_cli.log
    │           │   ├── 1650686521-23_cli.log
    │           │   ├── 1650708009-23_cli.log
    │           │   ├── 1650708121-23_cli.log
    │           │   ├── 1650722488-23_cli.log
    │           │   ├── 1650722641-23_cli.log
    │           │   ├── 1650751207-24_cli.log
    │           │   ├── 1650751321-24_cli.log
    │           │   ├── 1650772809-24_cli.log
    │           │   ├── 1650772921-24_cli.log
    │           │   ├── 1650794409-24_cli.log
    │           │   ├── 1650794522-24_cli.log
    │           │   ├── 1650808881-24_cli.log
    │           │   ├── 1650809041-24_cli.log
    │           │   ├── 1650837608-25_cli.log
    │           │   ├── 1650837721-25_cli.log
    │           │   ├── 1650859209-25_cli.log
    │           │   ├── 1650859321-25_cli.log
    │           │   ├── 1650880811-25_cli.log
    │           │   ├── 1650880922-25_cli.log
    │           │   ├── 1650895264-25_cli.log
    │           │   ├── 1650895441-25_cli.log
    │           │   ├── 1650924009-26_cli.log
    │           │   ├── 1650924121-26_cli.log
    │           │   ├── 1650945609-26_cli.log
    │           │   ├── 1650945721-26_cli.log
    │           │   ├── 1650967210-26_cli.log
    │           │   ├── 1650967321-26_cli.log
    │           │   ├── 1650981670-26_cli.log
    │           │   ├── 1650981842-26_cli.log
    │           │   ├── 1651010408-27_cli.log
    │           │   ├── 1651010521-27_cli.log
    │           │   ├── 1651032013-27_cli.log
    │           │   ├── 1651032121-27_cli.log
    │           │   ├── 1651053609-27_cli.log
    │           │   ├── 1651053721-27_cli.log
    │           │   ├── 1651068068-27_cli.log
    │           │   ├── 1651068241-27_cli.log
    │           │   ├── 1651096810-28_cli.log
    │           │   ├── 1651096921-28_cli.log
    │           │   ├── 1651118409-28_cli.log
    │           │   ├── 1651118521-28_cli.log
    │           │   ├── 1651140010-28_cli.log
    │           │   ├── 1651140121-28_cli.log
    │           │   ├── 1651154494-28_cli.log
    │           │   ├── 1651154641-28_cli.log
    │           │   ├── 1651183209-29_cli.log
    │           │   ├── 1651183322-29_cli.log
    │           │   ├── 1651204808-29_cli.log
    │           │   ├── 1651204921-29_cli.log
    │           │   ├── 1651226409-29_cli.log
    │           │   ├── 1651226521-29_cli.log
    │           │   ├── 1651240874-29_cli.log
    │           │   ├── 1651240921-29_cli.log
    │           │   ├── 1651269609-30_cli.log
    │           │   ├── 1651269721-30_cli.log
    │           │   ├── 1651291208-30_cli.log
    │           │   ├── 1651291321-30_cli.log
    │           │   ├── 1651312808-30_cli.log
    │           │   ├── 1651312921-30_cli.log
    │           │   ├── 1651327266-30_cli.log
    │           │   ├── 1651327321-30_cli.log
    │           │   ├── 16_cli.log
    │           │   ├── 17_cli.log
    │           │   ├── 18_cli.log
    │           │   ├── 19_cli.log
    │           │   ├── 20_cli.log
    │           │   ├── 21_cli.log
    │           │   ├── 22_cli.log
    │           │   ├── 23_cli.log
    │           │   ├── 24_cli.log
    │           │   ├── 25_cli.log
    │           │   ├── 26_cli.log
    │           │   ├── 27_cli.log
    │           │   ├── 28_cli.log
    │           │   ├── 29_cli.log
    │           │   └── 30_cli.log
    │           ├── 202205
    │           │   ├── 01_cli.log
    │           │   ├── 02_cli.log
    │           │   ├── 03_cli.log
    │           │   ├── 04_cli.log
    │           │   ├── 05_cli.log
    │           │   ├── 06_cli.log
    │           │   ├── 07_cli.log
    │           │   ├── 08_cli.log
    │           │   ├── 09_cli.log
    │           │   ├── 10_cli.log
    │           │   ├── 11_cli.log
    │           │   ├── 12_cli.log
    │           │   ├── 13_cli.log
    │           │   ├── 14_cli.log
    │           │   ├── 15_cli.log
    │           │   ├── 1651356009-01_cli.log
    │           │   ├── 1651356121-01_cli.log
    │           │   ├── 1651377608-01_cli.log
    │           │   ├── 1651377721-01_cli.log
    │           │   ├── 1651399208-01_cli.log
    │           │   ├── 1651399321-01_cli.log
    │           │   ├── 1651413690-01_cli.log
    │           │   ├── 1651413841-01_cli.log
    │           │   ├── 1651442411-02_cli.log
    │           │   ├── 1651442521-02_cli.log
    │           │   ├── 1651464008-02_cli.log
    │           │   ├── 1651464121-02_cli.log
    │           │   ├── 1651485609-02_cli.log
    │           │   ├── 1651485721-02_cli.log
    │           │   ├── 1651500088-02_cli.log
    │           │   ├── 1651500241-02_cli.log
    │           │   ├── 1651528807-03_cli.log
    │           │   ├── 1651528921-03_cli.log
    │           │   ├── 1651550408-03_cli.log
    │           │   ├── 1651550521-03_cli.log
    │           │   ├── 1651572009-03_cli.log
    │           │   ├── 1651572121-03_cli.log
    │           │   ├── 1651586492-03_cli.log
    │           │   ├── 1651586641-03_cli.log
    │           │   ├── 1651615208-04_cli.log
    │           │   ├── 1651615321-04_cli.log
    │           │   ├── 1651636807-04_cli.log
    │           │   ├── 1651636921-04_cli.log
    │           │   ├── 1651658409-04_cli.log
    │           │   ├── 1651658521-04_cli.log
    │           │   ├── 1651672914-04_cli.log
    │           │   ├── 1651673042-04_cli.log
    │           │   ├── 1651701607-05_cli.log
    │           │   ├── 1651701721-05_cli.log
    │           │   ├── 1651723208-05_cli.log
    │           │   ├── 1651723321-05_cli.log
    │           │   ├── 1651744809-05_cli.log
    │           │   ├── 1651744921-05_cli.log
    │           │   ├── 1651759267-05_cli.log
    │           │   ├── 1651759321-05_cli.log
    │           │   ├── 1651788008-06_cli.log
    │           │   ├── 1651788121-06_cli.log
    │           │   ├── 1651809609-06_cli.log
    │           │   ├── 1651809721-06_cli.log
    │           │   ├── 1651831212-06_cli.log
    │           │   ├── 1651831218-06_cli.log
    │           │   ├── 1651845691-06_cli.log
    │           │   ├── 1651845841-06_cli.log
    │           │   ├── 1651874408-07_cli.log
    │           │   ├── 1651874522-07_cli.log
    │           │   ├── 1651896009-07_cli.log
    │           │   ├── 1651896121-07_cli.log
    │           │   ├── 1651917611-07_cli.log
    │           │   ├── 1651917721-07_cli.log
    │           │   ├── 1651932082-07_cli.log
    │           │   ├── 1651932242-07_cli.log
    │           │   ├── 1651960808-08_cli.log
    │           │   ├── 1651960921-08_cli.log
    │           │   ├── 1651982409-08_cli.log
    │           │   ├── 1651982521-08_cli.log
    │           │   ├── 1652004009-08_cli.log
    │           │   ├── 1652004121-08_cli.log
    │           │   ├── 1652018471-08_cli.log
    │           │   ├── 1652018641-08_cli.log
    │           │   ├── 1652047209-09_cli.log
    │           │   ├── 1652047321-09_cli.log
    │           │   ├── 1652068808-09_cli.log
    │           │   ├── 1652068921-09_cli.log
    │           │   ├── 1652090410-09_cli.log
    │           │   ├── 1652090521-09_cli.log
    │           │   ├── 1652104877-09_cli.log
    │           │   ├── 1652105041-09_cli.log
    │           │   ├── 1652133610-10_cli.log
    │           │   ├── 1652133721-10_cli.log
    │           │   ├── 1652155209-10_cli.log
    │           │   ├── 1652155321-10_cli.log
    │           │   ├── 1652176810-10_cli.log
    │           │   ├── 1652176921-10_cli.log
    │           │   ├── 1652191274-10_cli.log
    │           │   ├── 1652191441-10_cli.log
    │           │   ├── 1652220009-11_cli.log
    │           │   ├── 1652220121-11_cli.log
    │           │   ├── 1652241609-11_cli.log
    │           │   ├── 1652241721-11_cli.log
    │           │   ├── 1652263212-11_cli.log
    │           │   ├── 1652263321-11_cli.log
    │           │   ├── 1652277663-11_cli.log
    │           │   ├── 1652277721-11_cli.log
    │           │   ├── 1652306410-12_cli.log
    │           │   ├── 1652306521-12_cli.log
    │           │   ├── 1652328009-12_cli.log
    │           │   ├── 1652328121-12_cli.log
    │           │   ├── 1652349613-12_cli.log
    │           │   ├── 1652349722-12_cli.log
    │           │   ├── 1652364089-12_cli.log
    │           │   ├── 1652364241-12_cli.log
    │           │   ├── 1652392808-13_cli.log
    │           │   ├── 1652392921-13_cli.log
    │           │   ├── 1652414409-13_cli.log
    │           │   ├── 1652414522-13_cli.log
    │           │   ├── 1652436010-13_cli.log
    │           │   ├── 1652436121-13_cli.log
    │           │   ├── 1652450474-13_cli.log
    │           │   ├── 1652450522-13_cli.log
    │           │   ├── 1652479210-14_cli.log
    │           │   ├── 1652479321-14_cli.log
    │           │   ├── 1652500809-14_cli.log
    │           │   ├── 1652500921-14_cli.log
    │           │   ├── 1652522411-14_cli.log
    │           │   ├── 1652522521-14_cli.log
    │           │   ├── 1652536903-14_cli.log
    │           │   ├── 1652537041-14_cli.log
    │           │   ├── 1652565611-15_cli.log
    │           │   ├── 1652565721-15_cli.log
    │           │   ├── 1652587211-15_cli.log
    │           │   ├── 1652587321-15_cli.log
    │           │   ├── 1652608810-15_cli.log
    │           │   ├── 1652608921-15_cli.log
    │           │   ├── 1652623255-15_cli.log
    │           │   ├── 1652623322-15_cli.log
    │           │   ├── 1652652009-16_cli.log
    │           │   ├── 1652652121-16_cli.log
    │           │   ├── 1652673612-16_cli.log
    │           │   ├── 1652673721-16_cli.log
    │           │   ├── 1652695221-16_cli.log
    │           │   ├── 1652695322-16_cli.log
    │           │   ├── 1652709675-16_cli.log
    │           │   ├── 1652709841-16_cli.log
    │           │   ├── 1652715361-16_cli.log
    │           │   ├── 1652738407-17_cli.log
    │           │   ├── 1652738521-17_cli.log
    │           │   ├── 1652760008-17_cli.log
    │           │   ├── 1652760121-17_cli.log
    │           │   ├── 1652781609-17_cli.log
    │           │   ├── 1652781721-17_cli.log
    │           │   ├── 1652796074-17_cli.log
    │           │   ├── 1652796241-17_cli.log
    │           │   ├── 1652801641-17_cli.log
    │           │   ├── 1652824808-18_cli.log
    │           │   ├── 1652824921-18_cli.log
    │           │   ├── 1652846409-18_cli.log
    │           │   ├── 1652846521-18_cli.log
    │           │   ├── 1652868009-18_cli.log
    │           │   ├── 1652868122-18_cli.log
    │           │   ├── 1652882471-18_cli.log
    │           │   ├── 1652882641-18_cli.log
    │           │   ├── 1652888161-18_cli.log
    │           │   ├── 1652911209-19_cli.log
    │           │   ├── 1652911321-19_cli.log
    │           │   ├── 1652932812-19_cli.log
    │           │   ├── 1652932921-19_cli.log
    │           │   ├── 1652954411-19_cli.log
    │           │   ├── 1652954521-19_cli.log
    │           │   ├── 1652968882-19_cli.log
    │           │   ├── 1652969042-19_cli.log
    │           │   ├── 1652974561-19_cli.log
    │           │   ├── 1652997609-20_cli.log
    │           │   ├── 1652997721-20_cli.log
    │           │   ├── 1653019209-20_cli.log
    │           │   ├── 1653019321-20_cli.log
    │           │   ├── 1653040809-20_cli.log
    │           │   ├── 1653040921-20_cli.log
    │           │   ├── 1653055287-20_cli.log
    │           │   ├── 1653055441-20_cli.log
    │           │   ├── 1653060841-20_cli.log
    │           │   ├── 1653084010-21_cli.log
    │           │   ├── 1653084121-21_cli.log
    │           │   ├── 1653105608-21_cli.log
    │           │   ├── 1653105721-21_cli.log
    │           │   ├── 1653127209-21_cli.log
    │           │   ├── 1653127321-21_cli.log
    │           │   ├── 1653141657-21_cli.log
    │           │   ├── 1653141721-21_cli.log
    │           │   ├── 1653147361-21_cli.log
    │           │   ├── 1653170409-22_cli.log
    │           │   ├── 1653170521-22_cli.log
    │           │   ├── 1653192010-22_cli.log
    │           │   ├── 1653192121-22_cli.log
    │           │   ├── 1653213610-22_cli.log
    │           │   ├── 1653213721-22_cli.log
    │           │   ├── 1653228077-22_cli.log
    │           │   ├── 1653228121-22_cli.log
    │           │   ├── 1653233761-22_cli.log
    │           │   ├── 1653256808-23_cli.log
    │           │   ├── 1653256921-23_cli.log
    │           │   ├── 1653278409-23_cli.log
    │           │   ├── 1653278521-23_cli.log
    │           │   ├── 1653300014-23_cli.log
    │           │   ├── 1653300121-23_cli.log
    │           │   ├── 1653314482-23_cli.log
    │           │   ├── 1653314641-23_cli.log
    │           │   ├── 1653320161-23_cli.log
    │           │   ├── 1653343210-24_cli.log
    │           │   ├── 1653343322-24_cli.log
    │           │   ├── 1653364809-24_cli.log
    │           │   ├── 1653364921-24_cli.log
    │           │   ├── 1653386410-24_cli.log
    │           │   ├── 1653386521-24_cli.log
    │           │   ├── 1653400899-24_cli.log
    │           │   ├── 1653401041-24_cli.log
    │           │   ├── 1653406681-24_cli.log
    │           │   ├── 1653429611-25_cli.log
    │           │   ├── 1653429721-25_cli.log
    │           │   ├── 1653451210-25_cli.log
    │           │   ├── 1653451321-25_cli.log
    │           │   ├── 16_cli.log
    │           │   ├── 17_cli.log
    │           │   ├── 18_cli.log
    │           │   ├── 19_cli.log
    │           │   ├── 20_cli.log
    │           │   ├── 21_cli.log
    │           │   ├── 22_cli.log
    │           │   ├── 23_cli.log
    │           │   ├── 24_cli.log
    │           │   └── 25_cli.log
    │           ├── 202206
    │           │   ├── 1655437559-17_cli.log
    │           │   ├── 1655437851-17_cli.log
    │           │   ├── 1655437868-17_cli.log
    │           │   ├── 1655437941-17_cli.log
    │           │   ├── 1655437959-17_cli.log
    │           │   ├── 1655443947-17_cli.log
    │           │   ├── 1655448875-17_cli.log
    │           │   ├── 1655448961-17_cli.log
    │           │   ├── 1655460005-17_cli.log
    │           │   ├── 1655460006-17_cli.log
    │           │   ├── 1655474416-17_cli.log
    │           │   ├── 1655474521-17_cli.log
    │           │   ├── 1655479561-17_cli.log
    │           │   ├── 1655503205-18_cli.log
    │           │   ├── 1655503321-18_cli.log
    │           │   ├── 1655524804-18_cli.log
    │           │   ├── 1655524921-18_cli.log
    │           │   ├── 1655546404-18_cli.log
    │           │   ├── 1655546406-18_cli.log
    │           │   ├── 1655560817-18_cli.log
    │           │   ├── 1655560921-18_cli.log
    │           │   ├── 1655566081-18_cli.log
    │           │   ├── 1655589604-19_cli.log
    │           │   ├── 1655589721-19_cli.log
    │           │   ├── 1655611204-19_cli.log
    │           │   ├── 1655611321-19_cli.log
    │           │   ├── 1655632804-19_cli.log
    │           │   ├── 1655632806-19_cli.log
    │           │   ├── 1655647225-19_cli.log
    │           │   ├── 1655647321-19_cli.log
    │           │   ├── 1655652361-19_cli.log
    │           │   ├── 1655676004-20_cli.log
    │           │   ├── 1655676121-20_cli.log
    │           │   ├── 1655697604-20_cli.log
    │           │   ├── 1655697721-20_cli.log
    │           │   ├── 1655719204-20_cli.log
    │           │   ├── 1655719206-20_cli.log
    │           │   ├── 1655733622-20_cli.log
    │           │   ├── 1655733721-20_cli.log
    │           │   ├── 1655738761-20_cli.log
    │           │   ├── 1655762403-21_cli.log
    │           │   ├── 1655762521-21_cli.log
    │           │   ├── 1655784004-21_cli.log
    │           │   ├── 1655784121-21_cli.log
    │           │   ├── 1655805605-21_cli.log
    │           │   ├── 1655805606-21_cli.log
    │           │   ├── 1655820019-21_cli.log
    │           │   ├── 1655820121-21_cli.log
    │           │   ├── 1655825161-21_cli.log
    │           │   ├── 1655848804-22_cli.log
    │           │   ├── 1655848922-22_cli.log
    │           │   ├── 1655870404-22_cli.log
    │           │   ├── 1655870521-22_cli.log
    │           │   ├── 1655892004-22_cli.log
    │           │   ├── 1655892006-22_cli.log
    │           │   ├── 1655906428-22_cli.log
    │           │   ├── 1655906521-22_cli.log
    │           │   ├── 1655911561-22_cli.log
    │           │   ├── 1655935204-23_cli.log
    │           │   ├── 1655935321-23_cli.log
    │           │   ├── 1655956804-23_cli.log
    │           │   ├── 1655956921-23_cli.log
    │           │   ├── 1655978404-23_cli.log
    │           │   ├── 1655978407-23_cli.log
    │           │   ├── 1655992822-23_cli.log
    │           │   ├── 1655992921-23_cli.log
    │           │   ├── 1655997961-23_cli.log
    │           │   ├── 1656021604-24_cli.log
    │           │   ├── 1656021721-24_cli.log
    │           │   ├── 1656043204-24_cli.log
    │           │   ├── 1656043321-24_cli.log
    │           │   ├── 1656064804-24_cli.log
    │           │   ├── 1656064806-24_cli.log
    │           │   ├── 1656079223-24_cli.log
    │           │   ├── 1656079321-24_cli.log
    │           │   ├── 1656084362-24_cli.log
    │           │   ├── 1656108005-25_cli.log
    │           │   ├── 1656108121-25_cli.log
    │           │   ├── 1656129605-25_cli.log
    │           │   ├── 1656129721-25_cli.log
    │           │   ├── 1656151204-25_cli.log
    │           │   ├── 1656151206-25_cli.log
    │           │   ├── 1656165618-25_cli.log
    │           │   ├── 1656165721-25_cli.log
    │           │   ├── 1656170761-25_cli.log
    │           │   ├── 1656194404-26_cli.log
    │           │   ├── 1656194521-26_cli.log
    │           │   ├── 1656216004-26_cli.log
    │           │   ├── 1656216121-26_cli.log
    │           │   ├── 1656237604-26_cli.log
    │           │   ├── 1656237606-26_cli.log
    │           │   ├── 1656252019-26_cli.log
    │           │   ├── 1656252121-26_cli.log
    │           │   ├── 1656257161-26_cli.log
    │           │   ├── 1656280804-27_cli.log
    │           │   ├── 1656280921-27_cli.log
    │           │   ├── 1656302404-27_cli.log
    │           │   ├── 1656302521-27_cli.log
    │           │   ├── 1656324004-27_cli.log
    │           │   ├── 1656324005-27_cli.log
    │           │   ├── 1656338421-27_cli.log
    │           │   ├── 1656338521-27_cli.log
    │           │   ├── 1656343561-27_cli.log
    │           │   ├── 1656367204-28_cli.log
    │           │   ├── 1656367321-28_cli.log
    │           │   ├── 1656388804-28_cli.log
    │           │   ├── 1656388921-28_cli.log
    │           │   ├── 1656410404-28_cli.log
    │           │   ├── 1656410407-28_cli.log
    │           │   ├── 1656424821-28_cli.log
    │           │   ├── 1656424921-28_cli.log
    │           │   ├── 1656430081-28_cli.log
    │           │   ├── 1656453604-29_cli.log
    │           │   ├── 1656453721-29_cli.log
    │           │   ├── 1656475204-29_cli.log
    │           │   ├── 1656475321-29_cli.log
    │           │   ├── 1656496804-29_cli.log
    │           │   ├── 1656496806-29_cli.log
    │           │   ├── 1656511219-29_cli.log
    │           │   ├── 1656511321-29_cli.log
    │           │   ├── 1656516481-29_cli.log
    │           │   ├── 1656540004-30_cli.log
    │           │   ├── 1656540121-30_cli.log
    │           │   ├── 1656561604-30_cli.log
    │           │   ├── 1656561722-30_cli.log
    │           │   ├── 1656583204-30_cli.log
    │           │   ├── 1656583206-30_cli.log
    │           │   ├── 1656597620-30_cli.log
    │           │   ├── 1656597721-30_cli.log
    │           │   ├── 1656602881-30_cli.log
    │           │   ├── 17_cli.log
    │           │   ├── 18_cli.log
    │           │   ├── 19_cli.log
    │           │   ├── 20_cli.log
    │           │   ├── 21_cli.log
    │           │   ├── 22_cli.log
    │           │   ├── 23_cli.log
    │           │   ├── 24_cli.log
    │           │   ├── 25_cli.log
    │           │   ├── 26_cli.log
    │           │   ├── 27_cli.log
    │           │   ├── 28_cli.log
    │           │   ├── 29_cli.log
    │           │   └── 30_cli.log
    │           ├── 202207
    │           │   ├── 01_cli.log
    │           │   ├── 02_cli.log
    │           │   ├── 03_cli.log
    │           │   ├── 04_cli.log
    │           │   ├── 05_cli.log
    │           │   ├── 06_cli.log
    │           │   ├── 07_cli.log
    │           │   ├── 08_cli.log
    │           │   ├── 09_cli.log
    │           │   ├── 10_cli.log
    │           │   ├── 11_cli.log
    │           │   ├── 12_cli.log
    │           │   ├── 13_cli.log
    │           │   ├── 14_cli.log
    │           │   ├── 15_cli.log
    │           │   ├── 1656626404-01_cli.log
    │           │   ├── 1656626521-01_cli.log
    │           │   ├── 1656648004-01_cli.log
    │           │   ├── 1656648121-01_cli.log
    │           │   ├── 1656669604-01_cli.log
    │           │   ├── 1656669606-01_cli.log
    │           │   ├── 1656684020-01_cli.log
    │           │   ├── 1656684122-01_cli.log
    │           │   ├── 1656689401-01_cli.log
    │           │   ├── 1656712804-02_cli.log
    │           │   ├── 1656712921-02_cli.log
    │           │   ├── 1656734404-02_cli.log
    │           │   ├── 1656734521-02_cli.log
    │           │   ├── 1656756004-02_cli.log
    │           │   ├── 1656756005-02_cli.log
    │           │   ├── 1656770416-02_cli.log
    │           │   ├── 1656770521-02_cli.log
    │           │   ├── 1656775681-02_cli.log
    │           │   ├── 1656799203-03_cli.log
    │           │   ├── 1656799322-03_cli.log
    │           │   ├── 1656820804-03_cli.log
    │           │   ├── 1656820921-03_cli.log
    │           │   ├── 1656842404-03_cli.log
    │           │   ├── 1656842405-03_cli.log
    │           │   ├── 1656856816-03_cli.log
    │           │   ├── 1656856921-03_cli.log
    │           │   ├── 1656862081-03_cli.log
    │           │   ├── 1656885604-04_cli.log
    │           │   ├── 1656885721-04_cli.log
    │           │   ├── 1656907204-04_cli.log
    │           │   ├── 1656907321-04_cli.log
    │           │   ├── 1656928804-04_cli.log
    │           │   ├── 1656928805-04_cli.log
    │           │   ├── 1656943218-04_cli.log
    │           │   ├── 1656943321-04_cli.log
    │           │   ├── 1656948481-04_cli.log
    │           │   ├── 1656972003-05_cli.log
    │           │   ├── 1656972121-05_cli.log
    │           │   ├── 1656993603-05_cli.log
    │           │   ├── 1656993721-05_cli.log
    │           │   ├── 1657015203-05_cli.log
    │           │   ├── 1657015204-05_cli.log
    │           │   ├── 1657029623-05_cli.log
    │           │   ├── 1657029721-05_cli.log
    │           │   ├── 1657034762-05_cli.log
    │           │   ├── 1657058403-06_cli.log
    │           │   ├── 1657058521-06_cli.log
    │           │   ├── 1657080004-06_cli.log
    │           │   ├── 1657080121-06_cli.log
    │           │   ├── 1657101603-06_cli.log
    │           │   ├── 1657101605-06_cli.log
    │           │   ├── 1657116020-06_cli.log
    │           │   ├── 1657116121-06_cli.log
    │           │   ├── 1657121281-06_cli.log
    │           │   ├── 1657144804-07_cli.log
    │           │   ├── 1657144921-07_cli.log
    │           │   ├── 1657166404-07_cli.log
    │           │   ├── 1657166521-07_cli.log
    │           │   ├── 1657188005-07_cli.log
    │           │   ├── 1657188006-07_cli.log
    │           │   ├── 1657202421-07_cli.log
    │           │   ├── 1657202521-07_cli.log
    │           │   ├── 1657207681-07_cli.log
    │           │   ├── 1657231205-08_cli.log
    │           │   ├── 1657231321-08_cli.log
    │           │   ├── 1657252804-08_cli.log
    │           │   ├── 1657252921-08_cli.log
    │           │   ├── 1657274404-08_cli.log
    │           │   ├── 1657274406-08_cli.log
    │           │   ├── 1657288829-08_cli.log
    │           │   ├── 1657288921-08_cli.log
    │           │   ├── 1657294081-08_cli.log
    │           │   ├── 1657317604-09_cli.log
    │           │   ├── 1657317721-09_cli.log
    │           │   ├── 1657339204-09_cli.log
    │           │   ├── 1657339321-09_cli.log
    │           │   ├── 1657360804-09_cli.log
    │           │   ├── 1657360806-09_cli.log
    │           │   ├── 1657375219-09_cli.log
    │           │   ├── 1657375321-09_cli.log
    │           │   ├── 1657380481-09_cli.log
    │           │   ├── 1657404004-10_cli.log
    │           │   ├── 1657404121-10_cli.log
    │           │   ├── 1657425604-10_cli.log
    │           │   ├── 1657425722-10_cli.log
    │           │   ├── 1657447205-10_cli.log
    │           │   ├── 1657447206-10_cli.log
    │           │   ├── 1657461624-10_cli.log
    │           │   ├── 1657461721-10_cli.log
    │           │   ├── 1657466881-10_cli.log
    │           │   ├── 1657490404-11_cli.log
    │           │   ├── 1657490521-11_cli.log
    │           │   ├── 1657512004-11_cli.log
    │           │   ├── 1657512121-11_cli.log
    │           │   ├── 1657533605-11_cli.log
    │           │   ├── 1657533606-11_cli.log
    │           │   ├── 1657548025-11_cli.log
    │           │   ├── 1657548121-11_cli.log
    │           │   ├── 1657553281-11_cli.log
    │           │   ├── 1657576804-12_cli.log
    │           │   ├── 1657576921-12_cli.log
    │           │   ├── 1657598405-12_cli.log
    │           │   ├── 1657598521-12_cli.log
    │           │   ├── 1657620004-12_cli.log
    │           │   ├── 1657620006-12_cli.log
    │           │   ├── 1657634429-12_cli.log
    │           │   ├── 1657634521-12_cli.log
    │           │   ├── 1657639681-12_cli.log
    │           │   ├── 1657663205-13_cli.log
    │           │   ├── 1657663321-13_cli.log
    │           │   ├── 1657684804-13_cli.log
    │           │   ├── 1657684921-13_cli.log
    │           │   ├── 1657706404-13_cli.log
    │           │   ├── 1657706406-13_cli.log
    │           │   ├── 1657720821-13_cli.log
    │           │   ├── 1657720921-13_cli.log
    │           │   ├── 1657726081-13_cli.log
    │           │   ├── 1657749604-14_cli.log
    │           │   ├── 1657749721-14_cli.log
    │           │   ├── 1657771205-14_cli.log
    │           │   ├── 1657771321-14_cli.log
    │           │   ├── 1657792805-14_cli.log
    │           │   ├── 1657792806-14_cli.log
    │           │   ├── 1657807221-14_cli.log
    │           │   ├── 1657807321-14_cli.log
    │           │   ├── 1657812481-14_cli.log
    │           │   ├── 1657836004-15_cli.log
    │           │   ├── 1657836121-15_cli.log
    │           │   ├── 1657857604-15_cli.log
    │           │   ├── 1657857722-15_cli.log
    │           │   ├── 1657879205-15_cli.log
    │           │   ├── 1657879206-15_cli.log
    │           │   ├── 1657893627-15_cli.log
    │           │   ├── 1657893721-15_cli.log
    │           │   ├── 1657899001-15_cli.log
    │           │   ├── 1657922404-16_cli.log
    │           │   ├── 1657922521-16_cli.log
    │           │   ├── 1657944005-16_cli.log
    │           │   ├── 1657944121-16_cli.log
    │           │   ├── 1657965604-16_cli.log
    │           │   ├── 1657965606-16_cli.log
    │           │   ├── 1657980018-16_cli.log
    │           │   ├── 1657980121-16_cli.log
    │           │   ├── 1657985281-16_cli.log
    │           │   ├── 1658008804-17_cli.log
    │           │   ├── 1658008921-17_cli.log
    │           │   ├── 1658030404-17_cli.log
    │           │   ├── 1658030521-17_cli.log
    │           │   ├── 1658052005-17_cli.log
    │           │   ├── 1658052007-17_cli.log
    │           │   ├── 1658066418-17_cli.log
    │           │   ├── 1658066521-17_cli.log
    │           │   ├── 1658071801-17_cli.log
    │           │   ├── 1658095204-18_cli.log
    │           │   ├── 1658095321-18_cli.log
    │           │   ├── 1658116805-18_cli.log
    │           │   ├── 1658116921-18_cli.log
    │           │   ├── 1658138404-18_cli.log
    │           │   ├── 1658138405-18_cli.log
    │           │   ├── 1658152822-18_cli.log
    │           │   ├── 1658152921-18_cli.log
    │           │   ├── 1658158081-18_cli.log
    │           │   ├── 1658181604-19_cli.log
    │           │   ├── 1658181721-19_cli.log
    │           │   ├── 1658203205-19_cli.log
    │           │   ├── 1658203321-19_cli.log
    │           │   ├── 1658224805-19_cli.log
    │           │   ├── 1658224806-19_cli.log
    │           │   ├── 1658239222-19_cli.log
    │           │   ├── 1658239321-19_cli.log
    │           │   ├── 1658244601-19_cli.log
    │           │   ├── 1658268005-20_cli.log
    │           │   ├── 1658268121-20_cli.log
    │           │   ├── 1658289604-20_cli.log
    │           │   ├── 1658289722-20_cli.log
    │           │   ├── 1658311204-20_cli.log
    │           │   ├── 1658311206-20_cli.log
    │           │   ├── 1658325623-20_cli.log
    │           │   ├── 1658325721-20_cli.log
    │           │   ├── 1658331001-20_cli.log
    │           │   ├── 1658354404-21_cli.log
    │           │   ├── 1658354521-21_cli.log
    │           │   ├── 1658376004-21_cli.log
    │           │   ├── 1658376121-21_cli.log
    │           │   ├── 1658397604-21_cli.log
    │           │   ├── 1658397607-21_cli.log
    │           │   ├── 1658412025-21_cli.log
    │           │   ├── 1658412121-21_cli.log
    │           │   ├── 1658417401-21_cli.log
    │           │   ├── 1658440804-22_cli.log
    │           │   ├── 1658440921-22_cli.log
    │           │   ├── 1658462405-22_cli.log
    │           │   ├── 1658462521-22_cli.log
    │           │   ├── 1658484005-22_cli.log
    │           │   ├── 1658484006-22_cli.log
    │           │   ├── 1658498423-22_cli.log
    │           │   ├── 1658498521-22_cli.log
    │           │   ├── 1658503801-22_cli.log
    │           │   ├── 1658527204-23_cli.log
    │           │   ├── 1658527321-23_cli.log
    │           │   ├── 1658548805-23_cli.log
    │           │   ├── 1658548921-23_cli.log
    │           │   ├── 1658570404-23_cli.log
    │           │   ├── 1658570406-23_cli.log
    │           │   ├── 1658584818-23_cli.log
    │           │   ├── 1658584921-23_cli.log
    │           │   ├── 1658590202-23_cli.log
    │           │   ├── 1658613604-24_cli.log
    │           │   ├── 1658613722-24_cli.log
    │           │   ├── 1658635204-24_cli.log
    │           │   ├── 1658635321-24_cli.log
    │           │   ├── 1658656804-24_cli.log
    │           │   ├── 1658656807-24_cli.log
    │           │   ├── 1658671219-24_cli.log
    │           │   ├── 1658671321-24_cli.log
    │           │   ├── 1658676602-24_cli.log
    │           │   ├── 1658700004-25_cli.log
    │           │   ├── 1658700121-25_cli.log
    │           │   ├── 1658721605-25_cli.log
    │           │   ├── 1658721721-25_cli.log
    │           │   ├── 1658743205-25_cli.log
    │           │   ├── 1658743207-25_cli.log
    │           │   ├── 1658757620-25_cli.log
    │           │   ├── 1658757721-25_cli.log
    │           │   ├── 1658763001-25_cli.log
    │           │   ├── 1658786404-26_cli.log
    │           │   ├── 1658786521-26_cli.log
    │           │   ├── 1658808004-26_cli.log
    │           │   ├── 1658808121-26_cli.log
    │           │   ├── 1658829604-26_cli.log
    │           │   ├── 1658829605-26_cli.log
    │           │   ├── 1658844025-26_cli.log
    │           │   ├── 1658844121-26_cli.log
    │           │   ├── 1658849521-26_cli.log
    │           │   ├── 1658872804-27_cli.log
    │           │   ├── 1658872921-27_cli.log
    │           │   ├── 1658894405-27_cli.log
    │           │   ├── 1658894521-27_cli.log
    │           │   ├── 1658916004-27_cli.log
    │           │   ├── 1658916006-27_cli.log
    │           │   ├── 1658930433-27_cli.log
    │           │   ├── 1658930521-27_cli.log
    │           │   ├── 1658935801-27_cli.log
    │           │   ├── 1658959204-28_cli.log
    │           │   ├── 1658959321-28_cli.log
    │           │   ├── 1658980805-28_cli.log
    │           │   ├── 1658980921-28_cli.log
    │           │   ├── 1659002405-28_cli.log
    │           │   ├── 1659002406-28_cli.log
    │           │   ├── 1659016821-28_cli.log
    │           │   ├── 1659016921-28_cli.log
    │           │   ├── 1659022201-28_cli.log
    │           │   ├── 1659045604-29_cli.log
    │           │   ├── 1659045721-29_cli.log
    │           │   ├── 1659067205-29_cli.log
    │           │   ├── 1659067322-29_cli.log
    │           │   ├── 1659088804-29_cli.log
    │           │   ├── 1659088806-29_cli.log
    │           │   ├── 1659103225-29_cli.log
    │           │   ├── 1659103321-29_cli.log
    │           │   ├── 1659108601-29_cli.log
    │           │   ├── 1659132005-30_cli.log
    │           │   ├── 1659132121-30_cli.log
    │           │   ├── 1659153605-30_cli.log
    │           │   ├── 1659153721-30_cli.log
    │           │   ├── 1659175204-30_cli.log
    │           │   ├── 1659175206-30_cli.log
    │           │   ├── 1659189617-30_cli.log
    │           │   ├── 1659189721-30_cli.log
    │           │   ├── 1659195001-30_cli.log
    │           │   ├── 1659218405-31_cli.log
    │           │   ├── 1659218521-31_cli.log
    │           │   ├── 1659240004-31_cli.log
    │           │   ├── 1659240121-31_cli.log
    │           │   ├── 1659261604-31_cli.log
    │           │   ├── 1659261606-31_cli.log
    │           │   ├── 1659276020-31_cli.log
    │           │   ├── 1659276121-31_cli.log
    │           │   ├── 1659281521-31_cli.log
    │           │   ├── 16_cli.log
    │           │   ├── 17_cli.log
    │           │   ├── 18_cli.log
    │           │   ├── 19_cli.log
    │           │   ├── 20_cli.log
    │           │   ├── 21_cli.log
    │           │   ├── 22_cli.log
    │           │   ├── 23_cli.log
    │           │   ├── 24_cli.log
    │           │   ├── 25_cli.log
    │           │   ├── 26_cli.log
    │           │   ├── 27_cli.log
    │           │   ├── 28_cli.log
    │           │   ├── 29_cli.log
    │           │   ├── 30_cli.log
    │           │   └── 31_cli.log
    │           └── 202208
    │               ├── 01_cli.log
    │               ├── 02_cli.log
    │               ├── 03_cli.log
    │               ├── 04_cli.log
    │               ├── 05_cli.log
    │               ├── 06_cli.log
    │               ├── 07_cli.log
    │               ├── 08_cli.log
    │               ├── 09_cli.log
    │               ├── 10_cli.log
    │               ├── 11_cli.log
    │               ├── 12_cli.log
    │               ├── 13_cli.log
    │               ├── 14_cli.log
    │               ├── 15_cli.log
    │               ├── 1659304804-01_cli.log
    │               ├── 1659304921-01_cli.log
    │               ├── 1659326405-01_cli.log
    │               ├── 1659326521-01_cli.log
    │               ├── 1659348005-01_cli.log
    │               ├── 1659348006-01_cli.log
    │               ├── 1659362423-01_cli.log
    │               ├── 1659362521-01_cli.log
    │               ├── 1659367801-01_cli.log
    │               ├── 1659391205-02_cli.log
    │               ├── 1659391321-02_cli.log
    │               ├── 1659412805-02_cli.log
    │               ├── 1659412921-02_cli.log
    │               ├── 1659434404-02_cli.log
    │               ├── 1659434406-02_cli.log
    │               ├── 1659448822-02_cli.log
    │               ├── 1659448921-02_cli.log
    │               ├── 1659454321-02_cli.log
    │               ├── 1659477605-03_cli.log
    │               ├── 1659477721-03_cli.log
    │               ├── 1659499204-03_cli.log
    │               ├── 1659499321-03_cli.log
    │               ├── 1659520804-03_cli.log
    │               ├── 1659520806-03_cli.log
    │               ├── 1659535224-03_cli.log
    │               ├── 1659535321-03_cli.log
    │               ├── 1659540721-03_cli.log
    │               ├── 1659564005-04_cli.log
    │               ├── 1659564121-04_cli.log
    │               ├── 1659585605-04_cli.log
    │               ├── 1659585721-04_cli.log
    │               ├── 1659607205-04_cli.log
    │               ├── 1659607207-04_cli.log
    │               ├── 1659621624-04_cli.log
    │               ├── 1659621721-04_cli.log
    │               ├── 1659627122-04_cli.log
    │               ├── 1659650405-05_cli.log
    │               ├── 1659650521-05_cli.log
    │               ├── 1659672005-05_cli.log
    │               ├── 1659672121-05_cli.log
    │               ├── 1659693605-05_cli.log
    │               ├── 1659693607-05_cli.log
    │               ├── 1659708024-05_cli.log
    │               ├── 1659708121-05_cli.log
    │               ├── 1659713521-05_cli.log
    │               ├── 1659736804-06_cli.log
    │               ├── 1659736922-06_cli.log
    │               ├── 1659758404-06_cli.log
    │               ├── 1659758521-06_cli.log
    │               ├── 1659780004-06_cli.log
    │               ├── 1659780006-06_cli.log
    │               ├── 1659794418-06_cli.log
    │               ├── 1659794521-06_cli.log
    │               ├── 1659799801-06_cli.log
    │               ├── 1659823204-07_cli.log
    │               ├── 1659823321-07_cli.log
    │               ├── 1659844804-07_cli.log
    │               ├── 1659844921-07_cli.log
    │               ├── 1659866405-07_cli.log
    │               ├── 1659866407-07_cli.log
    │               ├── 1659880818-07_cli.log
    │               ├── 1659880921-07_cli.log
    │               ├── 1659886321-07_cli.log
    │               ├── 1659909605-08_cli.log
    │               ├── 1659909721-08_cli.log
    │               ├── 1659931205-08_cli.log
    │               ├── 1659931321-08_cli.log
    │               ├── 1659952804-08_cli.log
    │               ├── 1659952805-08_cli.log
    │               ├── 1659967237-08_cli.log
    │               ├── 1659967321-08_cli.log
    │               ├── 1659972721-08_cli.log
    │               ├── 1659996004-09_cli.log
    │               ├── 1659996121-09_cli.log
    │               ├── 1660017604-09_cli.log
    │               ├── 1660017721-09_cli.log
    │               ├── 1660039204-09_cli.log
    │               ├── 1660039206-09_cli.log
    │               ├── 1660053621-09_cli.log
    │               ├── 1660053721-09_cli.log
    │               ├── 1660059121-09_cli.log
    │               ├── 1660082405-10_cli.log
    │               ├── 1660082521-10_cli.log
    │               ├── 1660104004-10_cli.log
    │               ├── 1660104121-10_cli.log
    │               ├── 1660125604-10_cli.log
    │               ├── 1660125607-10_cli.log
    │               ├── 1660140033-10_cli.log
    │               ├── 1660140121-10_cli.log
    │               ├── 1660168805-11_cli.log
    │               ├── 1660168921-11_cli.log
    │               ├── 1660190405-11_cli.log
    │               ├── 1660190521-11_cli.log
    │               ├── 1660212005-11_cli.log
    │               ├── 1660212006-11_cli.log
    │               ├── 1660226422-11_cli.log
    │               ├── 1660226521-11_cli.log
    │               ├── 1660255205-12_cli.log
    │               ├── 1660255321-12_cli.log
    │               ├── 1660276804-12_cli.log
    │               ├── 1660276921-12_cli.log
    │               ├── 1660298405-12_cli.log
    │               ├── 1660298407-12_cli.log
    │               ├── 1660312819-12_cli.log
    │               ├── 1660312921-12_cli.log
    │               ├── 1660341604-13_cli.log
    │               ├── 1660341722-13_cli.log
    │               ├── 1660363205-13_cli.log
    │               ├── 1660363321-13_cli.log
    │               ├── 1660384805-13_cli.log
    │               ├── 1660384807-13_cli.log
    │               ├── 1660399219-13_cli.log
    │               ├── 1660399321-13_cli.log
    │               ├── 1660428004-14_cli.log
    │               ├── 1660428121-14_cli.log
    │               ├── 1660449605-14_cli.log
    │               ├── 1660449721-14_cli.log
    │               ├── 1660471205-14_cli.log
    │               ├── 1660471206-14_cli.log
    │               ├── 1660485619-14_cli.log
    │               ├── 1660485721-14_cli.log
    │               ├── 1660514404-15_cli.log
    │               ├── 1660514521-15_cli.log
    │               ├── 1660536004-15_cli.log
    │               ├── 1660536121-15_cli.log
    │               ├── 1660557605-15_cli.log
    │               ├── 1660557606-15_cli.log
    │               ├── 1660572027-15_cli.log
    │               ├── 1660572121-15_cli.log
    │               ├── 1660600804-16_cli.log
    │               ├── 1660600921-16_cli.log
    │               ├── 1660622404-16_cli.log
    │               ├── 1660622521-16_cli.log
    │               ├── 1660644005-16_cli.log
    │               ├── 1660644006-16_cli.log
    │               ├── 1660658423-16_cli.log
    │               ├── 1660658521-16_cli.log
    │               ├── 1660687204-17_cli.log
    │               ├── 1660687321-17_cli.log
    │               ├── 1660708805-17_cli.log
    │               ├── 1660708921-17_cli.log
    │               ├── 1660730404-17_cli.log
    │               ├── 1660730406-17_cli.log
    │               ├── 1660744822-17_cli.log
    │               ├── 1660744921-17_cli.log
    │               ├── 1660773604-18_cli.log
    │               ├── 1660773721-18_cli.log
    │               ├── 1660795205-18_cli.log
    │               ├── 1660795321-18_cli.log
    │               ├── 1660816805-18_cli.log
    │               ├── 1660816807-18_cli.log
    │               ├── 1660831222-18_cli.log
    │               ├── 1660831322-18_cli.log
    │               ├── 1660860004-19_cli.log
    │               ├── 1660860121-19_cli.log
    │               ├── 1660881604-19_cli.log
    │               ├── 1660881721-19_cli.log
    │               ├── 1660903204-19_cli.log
    │               ├── 1660903206-19_cli.log
    │               ├── 1660917620-19_cli.log
    │               ├── 1660917721-19_cli.log
    │               ├── 1660946404-20_cli.log
    │               ├── 1660946521-20_cli.log
    │               ├── 1660968004-20_cli.log
    │               ├── 1660968121-20_cli.log
    │               ├── 1660989605-20_cli.log
    │               ├── 1660989607-20_cli.log
    │               ├── 1661004018-20_cli.log
    │               ├── 1661004121-20_cli.log
    │               ├── 1661032804-21_cli.log
    │               ├── 1661032922-21_cli.log
    │               ├── 1661054404-21_cli.log
    │               ├── 1661054521-21_cli.log
    │               ├── 1661076004-21_cli.log
    │               ├── 1661076006-21_cli.log
    │               ├── 1661090420-21_cli.log
    │               ├── 1661090521-21_cli.log
    │               ├── 1661119204-22_cli.log
    │               ├── 1661119321-22_cli.log
    │               ├── 1661140804-22_cli.log
    │               ├── 1661140921-22_cli.log
    │               ├── 1661162405-22_cli.log
    │               ├── 1661162407-22_cli.log
    │               ├── 1661176826-22_cli.log
    │               ├── 1661176921-22_cli.log
    │               ├── 1661205604-23_cli.log
    │               ├── 1661205721-23_cli.log
    │               ├── 1661227205-23_cli.log
    │               ├── 1661227321-23_cli.log
    │               ├── 1661248804-23_cli.log
    │               ├── 1661248806-23_cli.log
    │               ├── 1661263224-23_cli.log
    │               ├── 1661263321-23_cli.log
    │               ├── 1661292004-24_cli.log
    │               ├── 1661292121-24_cli.log
    │               ├── 1661313605-24_cli.log
    │               ├── 1661313721-24_cli.log
    │               ├── 1661335204-24_cli.log
    │               ├── 1661335207-24_cli.log
    │               ├── 1661349623-24_cli.log
    │               ├── 1661349721-24_cli.log
    │               ├── 1661378404-25_cli.log
    │               ├── 1661378521-25_cli.log
    │               ├── 1661400004-25_cli.log
    │               ├── 1661400121-25_cli.log
    │               ├── 1661421604-25_cli.log
    │               ├── 1661421606-25_cli.log
    │               ├── 1661436024-25_cli.log
    │               ├── 1661436121-25_cli.log
    │               ├── 1661464804-26_cli.log
    │               ├── 1661464921-26_cli.log
    │               ├── 1661486405-26_cli.log
    │               ├── 1661486521-26_cli.log
    │               ├── 1661508004-26_cli.log
    │               ├── 1661508006-26_cli.log
    │               ├── 1661522419-26_cli.log
    │               ├── 1661522521-26_cli.log
    │               ├── 1661551204-27_cli.log
    │               ├── 1661551321-27_cli.log
    │               ├── 1661572804-27_cli.log
    │               ├── 1661572921-27_cli.log
    │               ├── 1661594404-27_cli.log
    │               ├── 1661594406-27_cli.log
    │               ├── 1661608819-27_cli.log
    │               ├── 1661608921-27_cli.log
    │               ├── 1661637605-28_cli.log
    │               ├── 1661637721-28_cli.log
    │               ├── 1661659205-28_cli.log
    │               ├── 1661659321-28_cli.log
    │               ├── 1661680805-28_cli.log
    │               ├── 1661680807-28_cli.log
    │               ├── 1661695225-28_cli.log
    │               ├── 1661695321-28_cli.log
    │               ├── 1661724005-29_cli.log
    │               ├── 1661724121-29_cli.log
    │               ├── 1661745605-29_cli.log
    │               ├── 1661745721-29_cli.log
    │               ├── 1661767205-29_cli.log
    │               ├── 1661767207-29_cli.log
    │               ├── 1661781624-29_cli.log
    │               ├── 1661781721-29_cli.log
    │               ├── 1661810405-30_cli.log
    │               ├── 1661810521-30_cli.log
    │               ├── 1661832005-30_cli.log
    │               ├── 1661832121-30_cli.log
    │               ├── 16_cli.log
    │               ├── 17_cli.log
    │               ├── 18_cli.log
    │               ├── 19_cli.log
    │               ├── 20_cli.log
    │               ├── 21_cli.log
    │               ├── 22_cli.log
    │               ├── 23_cli.log
    │               ├── 24_cli.log
    │               ├── 25_cli.log
    │               ├── 26_cli.log
    │               ├── 27_cli.log
    │               ├── 28_cli.log
    │               ├── 29_cli.log
    │               └── 30_cli.log
    ├── docker-compose.yml
    ├── extend
    │   ├── DySDKLite
    │   │   ├── SignatureHelper.php
    │   │   └── Sms.php
    │   └── PHPExcel
    │       ├── PHPExcel
    │       │   ├── Autoloader.php
    │       │   ├── CachedObjectStorage
    │       │   │   ├── APC.php
    │       │   │   ├── CacheBase.php
    │       │   │   ├── DiscISAM.php
    │       │   │   ├── ICache.php
    │       │   │   ├── Igbinary.php
    │       │   │   ├── Memcache.php
    │       │   │   ├── Memory.php
    │       │   │   ├── MemoryGZip.php
    │       │   │   ├── MemorySerialized.php
    │       │   │   ├── PHPTemp.php
    │       │   │   ├── SQLite.php
    │       │   │   ├── SQLite3.php
    │       │   │   └── Wincache.php
    │       │   ├── CachedObjectStorageFactory.php
    │       │   ├── CalcEngine
    │       │   │   ├── CyclicReferenceStack.php
    │       │   │   └── Logger.php
    │       │   ├── Calculation
    │       │   │   ├── Database.php
    │       │   │   ├── DateTime.php
    │       │   │   ├── Engineering.php
    │       │   │   ├── Exception.php
    │       │   │   ├── ExceptionHandler.php
    │       │   │   ├── Financial.php
    │       │   │   ├── FormulaParser.php
    │       │   │   ├── FormulaToken.php
    │       │   │   ├── Function.php
    │       │   │   ├── Functions.php
    │       │   │   ├── Logical.php
    │       │   │   ├── LookupRef.php
    │       │   │   ├── MathTrig.php
    │       │   │   ├── Statistical.php
    │       │   │   ├── TextData.php
    │       │   │   ├── Token
    │       │   │   │   └── Stack.php
    │       │   │   └── functionlist.txt
    │       │   ├── Calculation.php
    │       │   ├── Cell
    │       │   │   ├── AdvancedValueBinder.php
    │       │   │   ├── DataType.php
    │       │   │   ├── DataValidation.php
    │       │   │   ├── DefaultValueBinder.php
    │       │   │   ├── Hyperlink.php
    │       │   │   └── IValueBinder.php
    │       │   ├── Cell.php
    │       │   ├── Chart
    │       │   │   ├── Axis.php
    │       │   │   ├── DataSeries.php
    │       │   │   ├── DataSeriesValues.php
    │       │   │   ├── Exception.php
    │       │   │   ├── GridLines.php
    │       │   │   ├── Layout.php
    │       │   │   ├── Legend.php
    │       │   │   ├── PlotArea.php
    │       │   │   ├── Properties.php
    │       │   │   ├── Renderer
    │       │   │   │   ├── PHP Charting Libraries.txt
    │       │   │   │   └── jpgraph.php
    │       │   │   └── Title.php
    │       │   ├── Chart.php
    │       │   ├── Comment.php
    │       │   ├── DocumentProperties.php
    │       │   ├── DocumentSecurity.php
    │       │   ├── Exception.php
    │       │   ├── HashTable.php
    │       │   ├── Helper
    │       │   │   └── HTML.php
    │       │   ├── IComparable.php
    │       │   ├── IOFactory.php
    │       │   ├── NamedRange.php
    │       │   ├── Reader
    │       │   │   ├── Abstract.php
    │       │   │   ├── CSV.php
    │       │   │   ├── DefaultReadFilter.php
    │       │   │   ├── Excel2003XML.php
    │       │   │   ├── Excel2007
    │       │   │   │   ├── Chart.php
    │       │   │   │   └── Theme.php
    │       │   │   ├── Excel2007.php
    │       │   │   ├── Excel5
    │       │   │   │   ├── Color
    │       │   │   │   │   ├── BIFF5.php
    │       │   │   │   │   ├── BIFF8.php
    │       │   │   │   │   └── BuiltIn.php
    │       │   │   │   ├── Color.php
    │       │   │   │   ├── ErrorCode.php
    │       │   │   │   ├── Escher.php
    │       │   │   │   ├── MD5.php
    │       │   │   │   ├── RC4.php
    │       │   │   │   └── Style
    │       │   │   │       ├── Border.php
    │       │   │   │       └── FillPattern.php
    │       │   │   ├── Excel5.php
    │       │   │   ├── Exception.php
    │       │   │   ├── Gnumeric.php
    │       │   │   ├── HTML.php
    │       │   │   ├── IReadFilter.php
    │       │   │   ├── IReader.php
    │       │   │   ├── OOCalc.php
    │       │   │   └── SYLK.php
    │       │   ├── ReferenceHelper.php
    │       │   ├── RichText
    │       │   │   ├── ITextElement.php
    │       │   │   ├── Run.php
    │       │   │   └── TextElement.php
    │       │   ├── RichText.php
    │       │   ├── Settings.php
    │       │   ├── Shared
    │       │   │   ├── CodePage.php
    │       │   │   ├── Date.php
    │       │   │   ├── Drawing.php
    │       │   │   ├── Escher
    │       │   │   │   ├── DgContainer
    │       │   │   │   │   ├── SpgrContainer
    │       │   │   │   │   │   └── SpContainer.php
    │       │   │   │   │   └── SpgrContainer.php
    │       │   │   │   ├── DgContainer.php
    │       │   │   │   ├── DggContainer
    │       │   │   │   │   ├── BstoreContainer
    │       │   │   │   │   │   ├── BSE
    │       │   │   │   │   │   │   └── Blip.php
    │       │   │   │   │   │   └── BSE.php
    │       │   │   │   │   └── BstoreContainer.php
    │       │   │   │   └── DggContainer.php
    │       │   │   ├── Escher.php
    │       │   │   ├── Excel5.php
    │       │   │   ├── File.php
    │       │   │   ├── Font.php
    │       │   │   ├── JAMA
    │       │   │   │   ├── CHANGELOG.TXT
    │       │   │   │   ├── CholeskyDecomposition.php
    │       │   │   │   ├── EigenvalueDecomposition.php
    │       │   │   │   ├── LUDecomposition.php
    │       │   │   │   ├── Matrix.php
    │       │   │   │   ├── QRDecomposition.php
    │       │   │   │   ├── SingularValueDecomposition.php
    │       │   │   │   └── utils
    │       │   │   │       ├── Error.php
    │       │   │   │       └── Maths.php
    │       │   │   ├── OLE
    │       │   │   │   ├── ChainedBlockStream.php
    │       │   │   │   ├── PPS
    │       │   │   │   │   ├── File.php
    │       │   │   │   │   └── Root.php
    │       │   │   │   └── PPS.php
    │       │   │   ├── OLE.php
    │       │   │   ├── OLERead.php
    │       │   │   ├── PCLZip
    │       │   │   │   ├── gnu-lgpl.txt
    │       │   │   │   ├── pclzip.lib.php
    │       │   │   │   └── readme.txt
    │       │   │   ├── PasswordHasher.php
    │       │   │   ├── String.php
    │       │   │   ├── TimeZone.php
    │       │   │   ├── XMLWriter.php
    │       │   │   ├── ZipArchive.php
    │       │   │   ├── ZipStreamWrapper.php
    │       │   │   └── trend
    │       │   │       ├── bestFitClass.php
    │       │   │       ├── exponentialBestFitClass.php
    │       │   │       ├── linearBestFitClass.php
    │       │   │       ├── logarithmicBestFitClass.php
    │       │   │       ├── polynomialBestFitClass.php
    │       │   │       ├── powerBestFitClass.php
    │       │   │       └── trendClass.php
    │       │   ├── Style
    │       │   │   ├── Alignment.php
    │       │   │   ├── Border.php
    │       │   │   ├── Borders.php
    │       │   │   ├── Color.php
    │       │   │   ├── Conditional.php
    │       │   │   ├── Fill.php
    │       │   │   ├── Font.php
    │       │   │   ├── NumberFormat.php
    │       │   │   ├── Protection.php
    │       │   │   └── Supervisor.php
    │       │   ├── Style.php
    │       │   ├── Worksheet
    │       │   │   ├── AutoFilter
    │       │   │   │   ├── Column
    │       │   │   │   │   └── Rule.php
    │       │   │   │   └── Column.php
    │       │   │   ├── AutoFilter.php
    │       │   │   ├── BaseDrawing.php
    │       │   │   ├── CellIterator.php
    │       │   │   ├── Column.php
    │       │   │   ├── ColumnCellIterator.php
    │       │   │   ├── ColumnDimension.php
    │       │   │   ├── ColumnIterator.php
    │       │   │   ├── Dimension.php
    │       │   │   ├── Drawing
    │       │   │   │   └── Shadow.php
    │       │   │   ├── Drawing.php
    │       │   │   ├── HeaderFooter.php
    │       │   │   ├── HeaderFooterDrawing.php
    │       │   │   ├── MemoryDrawing.php
    │       │   │   ├── PageMargins.php
    │       │   │   ├── PageSetup.php
    │       │   │   ├── Protection.php
    │       │   │   ├── Row.php
    │       │   │   ├── RowCellIterator.php
    │       │   │   ├── RowDimension.php
    │       │   │   ├── RowIterator.php
    │       │   │   └── SheetView.php
    │       │   ├── Worksheet.php
    │       │   ├── WorksheetIterator.php
    │       │   ├── Writer
    │       │   │   ├── Abstract.php
    │       │   │   ├── CSV.php
    │       │   │   ├── Excel2007
    │       │   │   │   ├── Chart.php
    │       │   │   │   ├── Comments.php
    │       │   │   │   ├── ContentTypes.php
    │       │   │   │   ├── DocProps.php
    │       │   │   │   ├── Drawing.php
    │       │   │   │   ├── Rels.php
    │       │   │   │   ├── RelsRibbon.php
    │       │   │   │   ├── RelsVBA.php
    │       │   │   │   ├── StringTable.php
    │       │   │   │   ├── Style.php
    │       │   │   │   ├── Theme.php
    │       │   │   │   ├── Workbook.php
    │       │   │   │   ├── Worksheet.php
    │       │   │   │   └── WriterPart.php
    │       │   │   ├── Excel2007.php
    │       │   │   ├── Excel5
    │       │   │   │   ├── BIFFwriter.php
    │       │   │   │   ├── Escher.php
    │       │   │   │   ├── Font.php
    │       │   │   │   ├── Parser.php
    │       │   │   │   ├── Workbook.php
    │       │   │   │   ├── Worksheet.php
    │       │   │   │   └── Xf.php
    │       │   │   ├── Excel5.php
    │       │   │   ├── Exception.php
    │       │   │   ├── HTML.php
    │       │   │   ├── IWriter.php
    │       │   │   ├── OpenDocument
    │       │   │   │   ├── Cell
    │       │   │   │   │   └── Comment.php
    │       │   │   │   ├── Content.php
    │       │   │   │   ├── Meta.php
    │       │   │   │   ├── MetaInf.php
    │       │   │   │   ├── Mimetype.php
    │       │   │   │   ├── Settings.php
    │       │   │   │   ├── Styles.php
    │       │   │   │   ├── Thumbnails.php
    │       │   │   │   └── WriterPart.php
    │       │   │   ├── OpenDocument.php
    │       │   │   ├── PDF
    │       │   │   │   ├── Core.php
    │       │   │   │   ├── DomPDF.php
    │       │   │   │   ├── mPDF.php
    │       │   │   │   └── tcPDF.php
    │       │   │   └── PDF.php
    │       │   └── locale
    │       │       ├── bg
    │       │       │   └── config
    │       │       ├── cs
    │       │       │   ├── config
    │       │       │   └── functions
    │       │       ├── da
    │       │       │   ├── config
    │       │       │   └── functions
    │       │       ├── de
    │       │       │   ├── config
    │       │       │   └── functions
    │       │       ├── en
    │       │       │   └── uk
    │       │       │       └── config
    │       │       ├── es
    │       │       │   ├── config
    │       │       │   └── functions
    │       │       ├── fi
    │       │       │   ├── config
    │       │       │   └── functions
    │       │       ├── fr
    │       │       │   ├── config
    │       │       │   └── functions
    │       │       ├── hu
    │       │       │   ├── config
    │       │       │   └── functions
    │       │       ├── it
    │       │       │   ├── config
    │       │       │   └── functions
    │       │       ├── nl
    │       │       │   ├── config
    │       │       │   └── functions
    │       │       ├── no
    │       │       │   ├── config
    │       │       │   └── functions
    │       │       ├── pl
    │       │       │   ├── config
    │       │       │   └── functions
    │       │       ├── pt
    │       │       │   ├── br
    │       │       │   │   ├── config
    │       │       │   │   └── functions
    │       │       │   ├── config
    │       │       │   └── functions
    │       │       ├── ru
    │       │       │   ├── config
    │       │       │   └── functions
    │       │       ├── sv
    │       │       │   ├── config
    │       │       │   └── functions
    │       │       └── tr
    │       │           ├── config
    │       │           └── functions
    │       └── PHPExcel.php
    ├── index.html
    ├── nginx.htaccess
    ├── public
    │   ├── WW_verify_cZ2j3L8vaaBVVrTo.txt
    │   ├── api.php
    │   ├── index.php
    │   ├── nginx.htaccess
    │   ├── plugins
    │   │   ├── demo
    │   │   │   ├── DemoPlugin.php
    │   │   │   ├── README.md
    │   │   │   ├── command
    │   │   │   │   └── Hello.php
    │   │   │   ├── command.php
    │   │   │   ├── composer.json
    │   │   │   ├── config.php
    │   │   │   ├── controller
    │   │   │   │   ├── AdminIndexController.php
    │   │   │   │   ├── ApiIndexController.php
    │   │   │   │   └── IndexController.php
    │   │   │   ├── lang
    │   │   │   │   ├── en-us.php
    │   │   │   │   └── zh-cn.php
    │   │   │   ├── model
    │   │   │   │   └── PluginDemoModel.php
    │   │   │   ├── validate
    │   │   │   │   └── DemoValidate.php
    │   │   │   ├── vendor
    │   │   │   └── view
    │   │   │       ├── admin_index.html
    │   │   │       ├── index.html
    │   │   │       ├── public
    │   │   │       │   ├── assets
    │   │   │       │   │   └── images
    │   │   │       │   │       └── favicon.ico
    │   │   │       │   ├── head.html
    │   │   │       │   └── scripts.html
    │   │   │       └── widget.html
    │   │   ├── mobile_code_demo
    │   │   │   ├── MobileCodeDemoPlugin.php
    │   │   │   └── config.php
    │   │   └── portal
    │   │       ├── PortalPlugin.php
    │   │       ├── controller
    │   │       │   ├── AdminIndexController.php
    │   │       │   └── AdminRbacController.php
    │   │       ├── model
    │   │       │   └── PortalCategoryModel.php
    │   │       └── view
    │   │           ├── admin_index
    │   │           │   └── setting.html
    │   │           ├── admin_index.html
    │   │           ├── admin_rbac
    │   │           │   ├── authorize.html
    │   │           │   └── setting.html
    │   │           ├── index.html
    │   │           └── public
    │   │               ├── assets
    │   │               │   └── images
    │   │               │       └── favicon.ico
    │   │               ├── head.html
    │   │               └── scripts.html
    │   ├── robots.txt
    │   ├── router.php
    │   ├── static
    │   │   ├── Theme
    │   │   │   ├── assets
    │   │   │   │   ├── css
    │   │   │   │   │   ├── admin.css
    │   │   │   │   │   ├── amazeui.css
    │   │   │   │   │   ├── amazeui.datetimepicker.css
    │   │   │   │   │   ├── amazeui.flat.css
    │   │   │   │   │   ├── amazeui.flat.min.css
    │   │   │   │   │   ├── amazeui.min.css
    │   │   │   │   │   ├── app.css
    │   │   │   │   │   ├── jquery.fancybox.min.css
    │   │   │   │   │   ├── spectrum.css
    │   │   │   │   │   ├── ui-dialog.css
    │   │   │   │   │   └── webuploader.css
    │   │   │   │   ├── fonts
    │   │   │   │   │   ├── FontAwesome.otf
    │   │   │   │   │   ├── fontawesome-webfont.eot
    │   │   │   │   │   ├── fontawesome-webfont.ttf
    │   │   │   │   │   ├── fontawesome-webfont.woff
    │   │   │   │   │   └── fontawesome-webfont.woff2
    │   │   │   │   ├── i
    │   │   │   │   │   ├── examples
    │   │   │   │   │   │   ├── admin-chrome.png
    │   │   │   │   │   │   ├── admin-firefox.png
    │   │   │   │   │   │   ├── admin-ie.png
    │   │   │   │   │   │   ├── admin-opera.png
    │   │   │   │   │   │   ├── admin-safari.png
    │   │   │   │   │   │   ├── adminPage.png
    │   │   │   │   │   │   ├── blogPage.png
    │   │   │   │   │   │   ├── landing.png
    │   │   │   │   │   │   ├── landingPage.png
    │   │   │   │   │   │   ├── loginPage.png
    │   │   │   │   │   │   └── sidebarPage.png
    │   │   │   │   │   ├── icon_list.png
    │   │   │   │   │   ├── icons.png
    │   │   │   │   │   ├── image.png
    │   │   │   │   │   ├── lattice.png
    │   │   │   │   │   ├── nasa
    │   │   │   │   │   │   └── 42374725534_a653d1b7cb_k.jpg
    │   │   │   │   │   └── team.png
    │   │   │   │   ├── js
    │   │   │   │   │   ├── AMUIwebuploader.js
    │   │   │   │   │   ├── amazeui.datetimepicker.min.js
    │   │   │   │   │   ├── amazeui.ie8polyfill.js
    │   │   │   │   │   ├── amazeui.ie8polyfill.min.js
    │   │   │   │   │   ├── amazeui.js
    │   │   │   │   │   ├── amazeui.min.js
    │   │   │   │   │   ├── amazeui.widgets.helper.js
    │   │   │   │   │   ├── amazeui.widgets.helper.min.js
    │   │   │   │   │   ├── app.js
    │   │   │   │   │   ├── dialog-min.js
    │   │   │   │   │   ├── dialog-plus-min.js
    │   │   │   │   │   ├── echarts.min.js
    │   │   │   │   │   ├── handlebars.min.js
    │   │   │   │   │   ├── highcharts.js
    │   │   │   │   │   ├── jquery.dragsort-0.5.2.min.js
    │   │   │   │   │   ├── jquery.fancybox.min.js
    │   │   │   │   │   ├── jquery.min.js
    │   │   │   │   │   ├── modernizr.js
    │   │   │   │   │   ├── spectrum.js
    │   │   │   │   │   ├── team.js
    │   │   │   │   │   ├── webuploader.js
    │   │   │   │   │   └── webuploader.min.js
    │   │   │   │   └── ueditor
    │   │   │   │       ├── dialogs
    │   │   │   │       │   ├── anchor
    │   │   │   │       │   │   └── anchor.html
    │   │   │   │       │   ├── attachment
    │   │   │   │       │   │   ├── attachment.css
    │   │   │   │       │   │   ├── attachment.html
    │   │   │   │       │   │   ├── attachment.js
    │   │   │   │       │   │   ├── fileTypeImages
    │   │   │   │       │   │   │   ├── icon_chm.gif
    │   │   │   │       │   │   │   ├── icon_default.png
    │   │   │   │       │   │   │   ├── icon_doc.gif
    │   │   │   │       │   │   │   ├── icon_exe.gif
    │   │   │   │       │   │   │   ├── icon_jpg.gif
    │   │   │   │       │   │   │   ├── icon_mp3.gif
    │   │   │   │       │   │   │   ├── icon_mv.gif
    │   │   │   │       │   │   │   ├── icon_pdf.gif
    │   │   │   │       │   │   │   ├── icon_ppt.gif
    │   │   │   │       │   │   │   ├── icon_psd.gif
    │   │   │   │       │   │   │   ├── icon_rar.gif
    │   │   │   │       │   │   │   ├── icon_txt.gif
    │   │   │   │       │   │   │   └── icon_xls.gif
    │   │   │   │       │   │   └── images
    │   │   │   │       │   │       ├── alignicon.gif
    │   │   │   │       │   │       ├── alignicon.png
    │   │   │   │       │   │       ├── bg.png
    │   │   │   │       │   │       ├── file-icons.gif
    │   │   │   │       │   │       ├── file-icons.png
    │   │   │   │       │   │       ├── icons.gif
    │   │   │   │       │   │       ├── icons.png
    │   │   │   │       │   │       ├── image.png
    │   │   │   │       │   │       ├── progress.png
    │   │   │   │       │   │       ├── success.gif
    │   │   │   │       │   │       └── success.png
    │   │   │   │       │   ├── background
    │   │   │   │       │   │   ├── background.css
    │   │   │   │       │   │   ├── background.html
    │   │   │   │       │   │   ├── background.js
    │   │   │   │       │   │   └── images
    │   │   │   │       │   │       ├── bg.png
    │   │   │   │       │   │       └── success.png
    │   │   │   │       │   ├── charts
    │   │   │   │       │   │   ├── chart.config.js
    │   │   │   │       │   │   ├── charts.css
    │   │   │   │       │   │   ├── charts.html
    │   │   │   │       │   │   ├── charts.js
    │   │   │   │       │   │   └── images
    │   │   │   │       │   │       ├── charts0.png
    │   │   │   │       │   │       ├── charts1.png
    │   │   │   │       │   │       ├── charts2.png
    │   │   │   │       │   │       ├── charts3.png
    │   │   │   │       │   │       ├── charts4.png
    │   │   │   │       │   │       └── charts5.png
    │   │   │   │       │   ├── emotion
    │   │   │   │       │   │   ├── emotion.css
    │   │   │   │       │   │   ├── emotion.html
    │   │   │   │       │   │   ├── emotion.js
    │   │   │   │       │   │   └── images
    │   │   │   │       │   │       ├── 0.gif
    │   │   │   │       │   │       ├── bface.gif
    │   │   │   │       │   │       ├── cface.gif
    │   │   │   │       │   │       ├── fface.gif
    │   │   │   │       │   │       ├── jxface2.gif
    │   │   │   │       │   │       ├── neweditor-tab-bg.png
    │   │   │   │       │   │       ├── tface.gif
    │   │   │   │       │   │       ├── wface.gif
    │   │   │   │       │   │       └── yface.gif
    │   │   │   │       │   ├── gmap
    │   │   │   │       │   │   └── gmap.html
    │   │   │   │       │   ├── help
    │   │   │   │       │   │   ├── help.css
    │   │   │   │       │   │   ├── help.html
    │   │   │   │       │   │   └── help.js
    │   │   │   │       │   ├── image
    │   │   │   │       │   │   ├── image.css
    │   │   │   │       │   │   ├── image.html
    │   │   │   │       │   │   ├── image.js
    │   │   │   │       │   │   └── images
    │   │   │   │       │   │       ├── alignicon.jpg
    │   │   │   │       │   │       ├── bg.png
    │   │   │   │       │   │       ├── icons.gif
    │   │   │   │       │   │       ├── icons.png
    │   │   │   │       │   │       ├── image.png
    │   │   │   │       │   │       ├── progress.png
    │   │   │   │       │   │       ├── success.gif
    │   │   │   │       │   │       └── success.png
    │   │   │   │       │   ├── insertframe
    │   │   │   │       │   │   └── insertframe.html
    │   │   │   │       │   ├── internal.js
    │   │   │   │       │   ├── link
    │   │   │   │       │   │   └── link.html
    │   │   │   │       │   ├── map
    │   │   │   │       │   │   ├── map.html
    │   │   │   │       │   │   └── show.html
    │   │   │   │       │   ├── music
    │   │   │   │       │   │   ├── music.css
    │   │   │   │       │   │   ├── music.html
    │   │   │   │       │   │   └── music.js
    │   │   │   │       │   ├── preview
    │   │   │   │       │   │   └── preview.html
    │   │   │   │       │   ├── scrawl
    │   │   │   │       │   │   ├── images
    │   │   │   │       │   │   │   ├── addimg.png
    │   │   │   │       │   │   │   ├── brush.png
    │   │   │   │       │   │   │   ├── delimg.png
    │   │   │   │       │   │   │   ├── delimgH.png
    │   │   │   │       │   │   │   ├── empty.png
    │   │   │   │       │   │   │   ├── emptyH.png
    │   │   │   │       │   │   │   ├── eraser.png
    │   │   │   │       │   │   │   ├── redo.png
    │   │   │   │       │   │   │   ├── redoH.png
    │   │   │   │       │   │   │   ├── scale.png
    │   │   │   │       │   │   │   ├── scaleH.png
    │   │   │   │       │   │   │   ├── size.png
    │   │   │   │       │   │   │   ├── undo.png
    │   │   │   │       │   │   │   └── undoH.png
    │   │   │   │       │   │   ├── scrawl.css
    │   │   │   │       │   │   ├── scrawl.html
    │   │   │   │       │   │   └── scrawl.js
    │   │   │   │       │   ├── searchreplace
    │   │   │   │       │   │   ├── searchreplace.html
    │   │   │   │       │   │   └── searchreplace.js
    │   │   │   │       │   ├── snapscreen
    │   │   │   │       │   │   └── snapscreen.html
    │   │   │   │       │   ├── spechars
    │   │   │   │       │   │   ├── spechars.html
    │   │   │   │       │   │   └── spechars.js
    │   │   │   │       │   ├── table
    │   │   │   │       │   │   ├── dragicon.png
    │   │   │   │       │   │   ├── edittable.css
    │   │   │   │       │   │   ├── edittable.html
    │   │   │   │       │   │   ├── edittable.js
    │   │   │   │       │   │   ├── edittd.html
    │   │   │   │       │   │   └── edittip.html
    │   │   │   │       │   ├── template
    │   │   │   │       │   │   ├── config.js
    │   │   │   │       │   │   ├── images
    │   │   │   │       │   │   │   ├── bg.gif
    │   │   │   │       │   │   │   ├── pre0.png
    │   │   │   │       │   │   │   ├── pre1.png
    │   │   │   │       │   │   │   ├── pre2.png
    │   │   │   │       │   │   │   ├── pre3.png
    │   │   │   │       │   │   │   └── pre4.png
    │   │   │   │       │   │   ├── template.css
    │   │   │   │       │   │   ├── template.html
    │   │   │   │       │   │   └── template.js
    │   │   │   │       │   ├── video
    │   │   │   │       │   │   ├── images
    │   │   │   │       │   │   │   ├── bg.png
    │   │   │   │       │   │   │   ├── center_focus.jpg
    │   │   │   │       │   │   │   ├── file-icons.gif
    │   │   │   │       │   │   │   ├── file-icons.png
    │   │   │   │       │   │   │   ├── icons.gif
    │   │   │   │       │   │   │   ├── icons.png
    │   │   │   │       │   │   │   ├── image.png
    │   │   │   │       │   │   │   ├── left_focus.jpg
    │   │   │   │       │   │   │   ├── none_focus.jpg
    │   │   │   │       │   │   │   ├── progress.png
    │   │   │   │       │   │   │   ├── right_focus.jpg
    │   │   │   │       │   │   │   ├── success.gif
    │   │   │   │       │   │   │   └── success.png
    │   │   │   │       │   │   ├── video.css
    │   │   │   │       │   │   ├── video.html
    │   │   │   │       │   │   └── video.js
    │   │   │   │       │   ├── webapp
    │   │   │   │       │   │   └── webapp.html
    │   │   │   │       │   └── wordimage
    │   │   │   │       │       ├── fClipboard_ueditor.swf
    │   │   │   │       │       ├── imageUploader.swf
    │   │   │   │       │       ├── tangram.js
    │   │   │   │       │       ├── wordimage.html
    │   │   │   │       │       └── wordimage.js
    │   │   │   │       ├── index.html
    │   │   │   │       ├── lang
    │   │   │   │       │   ├── en
    │   │   │   │       │   │   ├── en.js
    │   │   │   │       │   │   └── images
    │   │   │   │       │   │       ├── addimage.png
    │   │   │   │       │   │       ├── alldeletebtnhoverskin.png
    │   │   │   │       │   │       ├── alldeletebtnupskin.png
    │   │   │   │       │   │       ├── background.png
    │   │   │   │       │   │       ├── button.png
    │   │   │   │       │   │       ├── copy.png
    │   │   │   │       │   │       ├── deletedisable.png
    │   │   │   │       │   │       ├── deleteenable.png
    │   │   │   │       │   │       ├── listbackground.png
    │   │   │   │       │   │       ├── localimage.png
    │   │   │   │       │   │       ├── music.png
    │   │   │   │       │   │       ├── rotateleftdisable.png
    │   │   │   │       │   │       ├── rotateleftenable.png
    │   │   │   │       │   │       ├── rotaterightdisable.png
    │   │   │   │       │   │       ├── rotaterightenable.png
    │   │   │   │       │   │       └── upload.png
    │   │   │   │       │   └── zh-cn
    │   │   │   │       │       ├── images
    │   │   │   │       │       │   ├── copy.png
    │   │   │   │       │       │   ├── localimage.png
    │   │   │   │       │       │   ├── music.png
    │   │   │   │       │       │   └── upload.png
    │   │   │   │       │       └── zh-cn.js
    │   │   │   │       ├── themes
    │   │   │   │       │   ├── default
    │   │   │   │       │   │   ├── css
    │   │   │   │       │   │   │   ├── ueditor.css
    │   │   │   │       │   │   │   └── ueditor.min.css
    │   │   │   │       │   │   ├── dialogbase.css
    │   │   │   │       │   │   └── images
    │   │   │   │       │   │       ├── anchor.gif
    │   │   │   │       │   │       ├── arrow.png
    │   │   │   │       │   │       ├── arrow_down.png
    │   │   │   │       │   │       ├── arrow_up.png
    │   │   │   │       │   │       ├── button-bg.gif
    │   │   │   │       │   │       ├── cancelbutton.gif
    │   │   │   │       │   │       ├── charts.png
    │   │   │   │       │   │       ├── cursor_h.gif
    │   │   │   │       │   │       ├── cursor_h.png
    │   │   │   │       │   │       ├── cursor_v.gif
    │   │   │   │       │   │       ├── cursor_v.png
    │   │   │   │       │   │       ├── dialog-title-bg.png
    │   │   │   │       │   │       ├── filescan.png
    │   │   │   │       │   │       ├── highlighted.gif
    │   │   │   │       │   │       ├── icons-all.gif
    │   │   │   │       │   │       ├── icons.gif
    │   │   │   │       │   │       ├── icons.png
    │   │   │   │       │   │       ├── loaderror.png
    │   │   │   │       │   │       ├── loading.gif
    │   │   │   │       │   │       ├── lock.gif
    │   │   │   │       │   │       ├── neweditor-tab-bg.png
    │   │   │   │       │   │       ├── pagebreak.gif
    │   │   │   │       │   │       ├── scale.png
    │   │   │   │       │   │       ├── sortable.png
    │   │   │   │       │   │       ├── spacer.gif
    │   │   │   │       │   │       ├── sparator_v.png
    │   │   │   │       │   │       ├── table-cell-align.png
    │   │   │   │       │   │       ├── tangram-colorpicker.png
    │   │   │   │       │   │       ├── toolbar_bg.png
    │   │   │   │       │   │       ├── unhighlighted.gif
    │   │   │   │       │   │       ├── upload.png
    │   │   │   │       │   │       ├── videologo.gif
    │   │   │   │       │   │       ├── word.gif
    │   │   │   │       │   │       └── wordpaste.png
    │   │   │   │       │   └── iframe.css
    │   │   │   │       ├── third-party
    │   │   │   │       │   ├── SyntaxHighlighter
    │   │   │   │       │   │   ├── shCore.js
    │   │   │   │       │   │   └── shCoreDefault.css
    │   │   │   │       │   ├── codemirror
    │   │   │   │       │   │   ├── codemirror.css
    │   │   │   │       │   │   └── codemirror.js
    │   │   │   │       │   ├── highcharts
    │   │   │   │       │   │   ├── adapters
    │   │   │   │       │   │   │   ├── mootools-adapter.js
    │   │   │   │       │   │   │   ├── mootools-adapter.src.js
    │   │   │   │       │   │   │   ├── prototype-adapter.js
    │   │   │   │       │   │   │   ├── prototype-adapter.src.js
    │   │   │   │       │   │   │   ├── standalone-framework.js
    │   │   │   │       │   │   │   └── standalone-framework.src.js
    │   │   │   │       │   │   ├── highcharts-more.js
    │   │   │   │       │   │   ├── highcharts-more.src.js
    │   │   │   │       │   │   ├── highcharts.js
    │   │   │   │       │   │   ├── highcharts.src.js
    │   │   │   │       │   │   ├── modules
    │   │   │   │       │   │   │   ├── annotations.js
    │   │   │   │       │   │   │   ├── annotations.src.js
    │   │   │   │       │   │   │   ├── canvas-tools.js
    │   │   │   │       │   │   │   ├── canvas-tools.src.js
    │   │   │   │       │   │   │   ├── data.js
    │   │   │   │       │   │   │   ├── data.src.js
    │   │   │   │       │   │   │   ├── drilldown.js
    │   │   │   │       │   │   │   ├── drilldown.src.js
    │   │   │   │       │   │   │   ├── exporting.js
    │   │   │   │       │   │   │   ├── exporting.src.js
    │   │   │   │       │   │   │   ├── funnel.js
    │   │   │   │       │   │   │   ├── funnel.src.js
    │   │   │   │       │   │   │   ├── heatmap.js
    │   │   │   │       │   │   │   ├── heatmap.src.js
    │   │   │   │       │   │   │   ├── map.js
    │   │   │   │       │   │   │   ├── map.src.js
    │   │   │   │       │   │   │   ├── no-data-to-display.js
    │   │   │   │       │   │   │   └── no-data-to-display.src.js
    │   │   │   │       │   │   └── themes
    │   │   │   │       │   │       ├── dark-blue.js
    │   │   │   │       │   │       ├── dark-green.js
    │   │   │   │       │   │       ├── gray.js
    │   │   │   │       │   │       ├── grid.js
    │   │   │   │       │   │       └── skies.js
    │   │   │   │       │   ├── jquery-1.10.2.js
    │   │   │   │       │   ├── jquery-1.10.2.min.js
    │   │   │   │       │   ├── jquery-1.10.2.min.map
    │   │   │   │       │   ├── snapscreen
    │   │   │   │       │   │   └── UEditorSnapscreen.exe
    │   │   │   │       │   ├── video-js
    │   │   │   │       │   │   ├── font
    │   │   │   │       │   │   │   ├── vjs.eot
    │   │   │   │       │   │   │   ├── vjs.svg
    │   │   │   │       │   │   │   ├── vjs.ttf
    │   │   │   │       │   │   │   └── vjs.woff
    │   │   │   │       │   │   ├── video-js.css
    │   │   │   │       │   │   ├── video-js.min.css
    │   │   │   │       │   │   ├── video-js.swf
    │   │   │   │       │   │   ├── video.dev.js
    │   │   │   │       │   │   └── video.js
    │   │   │   │       │   ├── webuploader
    │   │   │   │       │   │   ├── Uploader.swf
    │   │   │   │       │   │   ├── webuploader.css
    │   │   │   │       │   │   ├── webuploader.custom.js
    │   │   │   │       │   │   ├── webuploader.custom.min.js
    │   │   │   │       │   │   ├── webuploader.flashonly.js
    │   │   │   │       │   │   ├── webuploader.flashonly.min.js
    │   │   │   │       │   │   ├── webuploader.html5only.js
    │   │   │   │       │   │   ├── webuploader.html5only.min.js
    │   │   │   │       │   │   ├── webuploader.js
    │   │   │   │       │   │   ├── webuploader.min.js
    │   │   │   │       │   │   ├── webuploader.withoutimage.js
    │   │   │   │       │   │   └── webuploader.withoutimage.min.js
    │   │   │   │       │   └── zeroclipboard
    │   │   │   │       │       ├── ZeroClipboard.js
    │   │   │   │       │       ├── ZeroClipboard.min.js
    │   │   │   │       │       └── ZeroClipboard.swf
    │   │   │   │       ├── ueditor.all.js
    │   │   │   │       ├── ueditor.all.min.js
    │   │   │   │       ├── ueditor.config.js
    │   │   │   │       ├── ueditor.parse.js
    │   │   │   │       └── ueditor.parse.min.js
    │   │   │   └── index.html
    │   │   ├── css
    │   │   │   └── cmf-ide-helper.css
    │   │   ├── font-awesome
    │   │   │   ├── css
    │   │   │   │   └── font-awesome.min.css
    │   │   │   └── fonts
    │   │   │       ├── FontAwesome.otf
    │   │   │       ├── fontawesome-webfont.eot
    │   │   │       ├── fontawesome-webfont.svg
    │   │   │       ├── fontawesome-webfont.ttf
    │   │   │       ├── fontawesome-webfont.woff
    │   │   │       └── fontawesome-webfont.woff2
    │   │   ├── images
    │   │   │   ├── bj.png
    │   │   │   ├── bz1.png
    │   │   │   ├── bz2.png
    │   │   │   ├── canquan.jpg
    │   │   │   ├── canquan.png
    │   │   │   ├── dengweifen.jpg
    │   │   │   ├── headicon.png
    │   │   │   ├── logo.png
    │   │   │   ├── sj1.jpg
    │   │   │   ├── sj2.jpg
    │   │   │   ├── tc.png
    │   │   │   ├── wd.png
    │   │   │   ├── yx.png
    │   │   │   ├── zhijiyugu.jpg
    │   │   │   ├── 背景.png
    │   │   │   ├── 填充框.png
    │   │   │   ├── 标注图1.png
    │   │   │   ├── 标注图2.png
    │   │   │   ├── 我的商机.png
    │   │   │   ├── 手机商机盘点.jpg
    │   │   │   ├── 有效商机盘点.png
    │   │   │   └── 手机商机盘点2.jpg
    │   │   ├── install
    │   │   │   ├── css
    │   │   │   │   └── install.css
    │   │   │   ├── images
    │   │   │   │   ├── bg.png
    │   │   │   │   └── loading.gif
    │   │   │   └── simpleboot
    │   │   │       ├── css
    │   │   │       │   ├── simplebootadmin.css
    │   │   │       │   └── simplebootadminindex-ie.css
    │   │   │       └── themes
    │   │   │           └── flat
    │   │   │               ├── img
    │   │   │               │   ├── glyphicons-halflings-white.png
    │   │   │               │   └── glyphicons-halflings.png
    │   │   │               └── theme.min.css
    │   │   └── js
    │   │       ├── admin.js
    │   │       ├── ajaxForm.js
    │   │       ├── ajaxfileupload.js
    │   │       ├── animate
    │   │       │   └── animate.css
    │   │       ├── artDialog
    │   │       │   ├── artDialog.js
    │   │       │   ├── iframeTools.js
    │   │       │   ├── iframeTools.old.js
    │   │       │   └── skins
    │   │       │       ├── blue
    │   │       │       │   ├── bg.png
    │   │       │       │   ├── bg2.png
    │   │       │       │   ├── bg_css3.png
    │   │       │       │   ├── bg_css3_2.png
    │   │       │       │   └── ie6
    │   │       │       │       ├── close.hover.png
    │   │       │       │       ├── close.png
    │   │       │       │       ├── e.png
    │   │       │       │       ├── n.png
    │   │       │       │       ├── ne.png
    │   │       │       │       ├── nw.png
    │   │       │       │       ├── s.png
    │   │       │       │       ├── se.png
    │   │       │       │       ├── sw.png
    │   │       │       │       └── w.png
    │   │       │       ├── blue.css
    │   │       │       ├── default.css
    │   │       │       └── icons
    │   │       │           ├── error.png
    │   │       │           ├── face-sad.png
    │   │       │           ├── face-smile.png
    │   │       │           ├── loading.gif
    │   │       │           ├── question.png
    │   │       │           ├── succeed.png
    │   │       │           └── warning.png
    │   │       ├── bootstrap-datetimepicker
    │   │       │   ├── css
    │   │       │   │   └── bootstrap-datetimepicker.css
    │   │       │   └── js
    │   │       │       ├── bootstrap-datetimepicker.js
    │   │       │       └── locales
    │   │       │           ├── bootstrap-datetimepicker.ar.js
    │   │       │           ├── bootstrap-datetimepicker.az.js
    │   │       │           ├── bootstrap-datetimepicker.bg.js
    │   │       │           ├── bootstrap-datetimepicker.bn.js
    │   │       │           ├── bootstrap-datetimepicker.ca.js
    │   │       │           ├── bootstrap-datetimepicker.cs.js
    │   │       │           ├── bootstrap-datetimepicker.da.js
    │   │       │           ├── bootstrap-datetimepicker.de.js
    │   │       │           ├── bootstrap-datetimepicker.ee.js
    │   │       │           ├── bootstrap-datetimepicker.el.js
    │   │       │           ├── bootstrap-datetimepicker.es.js
    │   │       │           ├── bootstrap-datetimepicker.fi.js
    │   │       │           ├── bootstrap-datetimepicker.fr.js
    │   │       │           ├── bootstrap-datetimepicker.he.js
    │   │       │           ├── bootstrap-datetimepicker.hr.js
    │   │       │           ├── bootstrap-datetimepicker.hu.js
    │   │       │           ├── bootstrap-datetimepicker.hy.js
    │   │       │           ├── bootstrap-datetimepicker.id.js
    │   │       │           ├── bootstrap-datetimepicker.is.js
    │   │       │           ├── bootstrap-datetimepicker.it.js
    │   │       │           ├── bootstrap-datetimepicker.ja.js
    │   │       │           ├── bootstrap-datetimepicker.ka.js
    │   │       │           ├── bootstrap-datetimepicker.ko.js
    │   │       │           ├── bootstrap-datetimepicker.lt.js
    │   │       │           ├── bootstrap-datetimepicker.lv.js
    │   │       │           ├── bootstrap-datetimepicker.ms.js
    │   │       │           ├── bootstrap-datetimepicker.nb.js
    │   │       │           ├── bootstrap-datetimepicker.nl.js
    │   │       │           ├── bootstrap-datetimepicker.no.js
    │   │       │           ├── bootstrap-datetimepicker.pl.js
    │   │       │           ├── bootstrap-datetimepicker.pt-BR.js
    │   │       │           ├── bootstrap-datetimepicker.pt.js
    │   │       │           ├── bootstrap-datetimepicker.ro.js
    │   │       │           ├── bootstrap-datetimepicker.rs-latin.js
    │   │       │           ├── bootstrap-datetimepicker.rs.js
    │   │       │           ├── bootstrap-datetimepicker.ru.js
    │   │       │           ├── bootstrap-datetimepicker.sk.js
    │   │       │           ├── bootstrap-datetimepicker.sl.js
    │   │       │           ├── bootstrap-datetimepicker.sv.js
    │   │       │           ├── bootstrap-datetimepicker.sw.js
    │   │       │           ├── bootstrap-datetimepicker.th.js
    │   │       │           ├── bootstrap-datetimepicker.tr.js
    │   │       │           ├── bootstrap-datetimepicker.ua.js
    │   │       │           ├── bootstrap-datetimepicker.uk.js
    │   │       │           ├── bootstrap-datetimepicker.zh-CN.js
    │   │       │           └── bootstrap-datetimepicker.zh-TW.js
    │   │       ├── bootstrap.min.js
    │   │       ├── colorpicker
    │   │       │   ├── css
    │   │       │   │   └── colorpicker.css
    │   │       │   ├── images
    │   │       │   │   ├── Thumbs.db
    │   │       │   │   ├── blank.gif
    │   │       │   │   ├── colorpicker_background.png
    │   │       │   │   ├── colorpicker_hex.png
    │   │       │   │   ├── colorpicker_hsb_b.png
    │   │       │   │   ├── colorpicker_hsb_h.png
    │   │       │   │   ├── colorpicker_hsb_s.png
    │   │       │   │   ├── colorpicker_indic.gif
    │   │       │   │   ├── colorpicker_overlay.png
    │   │       │   │   ├── colorpicker_rgb_b.png
    │   │       │   │   ├── colorpicker_rgb_g.png
    │   │       │   │   ├── colorpicker_rgb_r.png
    │   │       │   │   ├── colorpicker_select.gif
    │   │       │   │   ├── colorpicker_submit.png
    │   │       │   │   ├── custom_background.png
    │   │       │   │   ├── custom_hex.png
    │   │       │   │   ├── custom_hsb_b.png
    │   │       │   │   ├── custom_hsb_h.png
    │   │       │   │   ├── custom_hsb_s.png
    │   │       │   │   ├── custom_indic.gif
    │   │       │   │   ├── custom_rgb_b.png
    │   │       │   │   ├── custom_rgb_g.png
    │   │       │   │   ├── custom_rgb_r.png
    │   │       │   │   ├── custom_submit.png
    │   │       │   │   ├── select.png
    │   │       │   │   ├── select2.png
    │   │       │   │   └── slider.png
    │   │       │   └── js
    │   │       │       └── colorpicker.js
    │   │       ├── cookie.js
    │   │       ├── datePicker
    │   │       │   ├── bg.png
    │   │       │   ├── datePicker.js
    │   │       │   └── style.css
    │   │       ├── draggable.js
    │   │       ├── dragula
    │   │       │   ├── dragula.min.css
    │   │       │   └── dragula.min.js
    │   │       ├── echarts
    │   │       │   └── echarts.min.js
    │   │       ├── echarts.min.js
    │   │       ├── frontend.js
    │   │       ├── imgready.js
    │   │       ├── jcrop
    │   │       │   ├── css
    │   │       │   │   ├── Jcrop.gif
    │   │       │   │   └── jquery.Jcrop.min.css
    │   │       │   └── js
    │   │       │       └── jcrop.js
    │   │       ├── jquery.js
    │   │       ├── jquery.validate
    │   │       │   ├── additional-methods.js
    │   │       │   └── jquery.validate.js
    │   │       ├── layer
    │   │       │   ├── layer.js
    │   │       │   ├── mobile
    │   │       │   │   ├── layer.js
    │   │       │   │   └── need
    │   │       │   │       └── layer.css
    │   │       │   └── skin
    │   │       │       └── default
    │   │       │           ├── icon-ext.png
    │   │       │           ├── icon.png
    │   │       │           ├── layer.css
    │   │       │           ├── loading-0.gif
    │   │       │           ├── loading-1.gif
    │   │       │           └── loading-2.gif
    │   │       ├── lazyload.js
    │   │       ├── masonry
    │   │       │   ├── imagesloaded.pkgd.min.js
    │   │       │   ├── masonry-3.3.2.pkgd.js
    │   │       │   └── masonry.pkgd.min.js
    │   │       ├── noty
    │   │       │   ├── noty-2.4.1.js
    │   │       │   └── noty.js
    │   │       ├── noty3
    │   │       │   ├── noty.css
    │   │       │   └── noty.min.js
    │   │       ├── plupload
    │   │       │   ├── Moxie.swf
    │   │       │   ├── Moxie.xap
    │   │       │   ├── i18n
    │   │       │   │   ├── en.js
    │   │       │   │   ├── zh_CN.js
    │   │       │   │   └── zh_TW.js
    │   │       │   └── plupload.full.min.js
    │   │       ├── tabs
    │   │       │   └── tabs.js
    │   │       ├── treeTable
    │   │       │   ├── images
    │   │       │   │   ├── toggle-collapse-dark.png
    │   │       │   │   └── toggle-expand-dark.png
    │   │       │   ├── treeTable.css
    │   │       │   └── treeTable.js
    │   │       ├── treeview.js
    │   │       ├── ueditor
    │   │       │   ├── config.json
    │   │       │   ├── dialogs
    │   │       │   │   ├── anchor
    │   │       │   │   │   └── anchor.html
    │   │       │   │   ├── attachment
    │   │       │   │   │   ├── attachment.css
    │   │       │   │   │   ├── attachment.html
    │   │       │   │   │   ├── attachment.js
    │   │       │   │   │   ├── fileTypeImages
    │   │       │   │   │   │   ├── icon_chm.gif
    │   │       │   │   │   │   ├── icon_default.png
    │   │       │   │   │   │   ├── icon_doc.gif
    │   │       │   │   │   │   ├── icon_exe.gif
    │   │       │   │   │   │   ├── icon_jpg.gif
    │   │       │   │   │   │   ├── icon_mp3.gif
    │   │       │   │   │   │   ├── icon_mv.gif
    │   │       │   │   │   │   ├── icon_pdf.gif
    │   │       │   │   │   │   ├── icon_ppt.gif
    │   │       │   │   │   │   ├── icon_psd.gif
    │   │       │   │   │   │   ├── icon_rar.gif
    │   │       │   │   │   │   ├── icon_txt.gif
    │   │       │   │   │   │   └── icon_xls.gif
    │   │       │   │   │   └── images
    │   │       │   │   │       ├── alignicon.gif
    │   │       │   │   │       ├── alignicon.png
    │   │       │   │   │       ├── bg.png
    │   │       │   │   │       ├── file-icons.gif
    │   │       │   │   │       ├── file-icons.png
    │   │       │   │   │       ├── icons.gif
    │   │       │   │   │       ├── icons.png
    │   │       │   │   │       ├── image.png
    │   │       │   │   │       ├── progress.png
    │   │       │   │   │       ├── success.gif
    │   │       │   │   │       └── success.png
    │   │       │   │   ├── background
    │   │       │   │   │   ├── background.css
    │   │       │   │   │   ├── background.html
    │   │       │   │   │   ├── background.js
    │   │       │   │   │   └── images
    │   │       │   │   │       ├── bg.png
    │   │       │   │   │       └── success.png
    │   │       │   │   ├── charts
    │   │       │   │   │   ├── chart.config.js
    │   │       │   │   │   ├── charts.css
    │   │       │   │   │   ├── charts.html
    │   │       │   │   │   ├── charts.js
    │   │       │   │   │   └── images
    │   │       │   │   │       ├── charts0.png
    │   │       │   │   │       ├── charts1.png
    │   │       │   │   │       ├── charts2.png
    │   │       │   │   │       ├── charts3.png
    │   │       │   │   │       ├── charts4.png
    │   │       │   │   │       └── charts5.png
    │   │       │   │   ├── emotion
    │   │       │   │   │   ├── emotion.css
    │   │       │   │   │   ├── emotion.html
    │   │       │   │   │   ├── emotion.js
    │   │       │   │   │   └── images
    │   │       │   │   │       ├── 0.gif
    │   │       │   │   │       ├── bface.gif
    │   │       │   │   │       ├── cface.gif
    │   │       │   │   │       ├── fface.gif
    │   │       │   │   │       ├── jxface2.gif
    │   │       │   │   │       ├── neweditor-tab-bg.png
    │   │       │   │   │       ├── tface.gif
    │   │       │   │   │       ├── wface.gif
    │   │       │   │   │       └── yface.gif
    │   │       │   │   ├── gmap
    │   │       │   │   │   └── gmap.html
    │   │       │   │   ├── help
    │   │       │   │   │   ├── help.css
    │   │       │   │   │   ├── help.html
    │   │       │   │   │   └── help.js
    │   │       │   │   ├── image
    │   │       │   │   │   ├── image.css
    │   │       │   │   │   ├── image.html
    │   │       │   │   │   ├── image.js
    │   │       │   │   │   └── images
    │   │       │   │   │       ├── alignicon.jpg
    │   │       │   │   │       ├── bg.png
    │   │       │   │   │       ├── icons.gif
    │   │       │   │   │       ├── icons.png
    │   │       │   │   │       ├── image.png
    │   │       │   │   │       ├── progress.png
    │   │       │   │   │       ├── success.gif
    │   │       │   │   │       └── success.png
    │   │       │   │   ├── insertframe
    │   │       │   │   │   └── insertframe.html
    │   │       │   │   ├── internal.js
    │   │       │   │   ├── link
    │   │       │   │   │   └── link.html
    │   │       │   │   ├── map
    │   │       │   │   │   ├── map.html
    │   │       │   │   │   └── show.html
    │   │       │   │   ├── music
    │   │       │   │   │   ├── music.css
    │   │       │   │   │   ├── music.html
    │   │       │   │   │   └── music.js
    │   │       │   │   ├── preview
    │   │       │   │   │   └── preview.html
    │   │       │   │   ├── scrawl
    │   │       │   │   │   ├── images
    │   │       │   │   │   │   ├── addimg.png
    │   │       │   │   │   │   ├── brush.png
    │   │       │   │   │   │   ├── delimg.png
    │   │       │   │   │   │   ├── delimgH.png
    │   │       │   │   │   │   ├── empty.png
    │   │       │   │   │   │   ├── emptyH.png
    │   │       │   │   │   │   ├── eraser.png
    │   │       │   │   │   │   ├── redo.png
    │   │       │   │   │   │   ├── redoH.png
    │   │       │   │   │   │   ├── scale.png
    │   │       │   │   │   │   ├── scaleH.png
    │   │       │   │   │   │   ├── size.png
    │   │       │   │   │   │   ├── undo.png
    │   │       │   │   │   │   └── undoH.png
    │   │       │   │   │   ├── scrawl.css
    │   │       │   │   │   ├── scrawl.html
    │   │       │   │   │   └── scrawl.js
    │   │       │   │   ├── searchreplace
    │   │       │   │   │   ├── searchreplace.html
    │   │       │   │   │   └── searchreplace.js
    │   │       │   │   ├── snapscreen
    │   │       │   │   │   └── snapscreen.html
    │   │       │   │   ├── spechars
    │   │       │   │   │   ├── spechars.html
    │   │       │   │   │   └── spechars.js
    │   │       │   │   ├── table
    │   │       │   │   │   ├── dragicon.png
    │   │       │   │   │   ├── edittable.css
    │   │       │   │   │   ├── edittable.html
    │   │       │   │   │   ├── edittable.js
    │   │       │   │   │   ├── edittd.html
    │   │       │   │   │   └── edittip.html
    │   │       │   │   ├── template
    │   │       │   │   │   ├── config.js
    │   │       │   │   │   ├── images
    │   │       │   │   │   │   ├── bg.gif
    │   │       │   │   │   │   ├── pre0.png
    │   │       │   │   │   │   ├── pre1.png
    │   │       │   │   │   │   ├── pre2.png
    │   │       │   │   │   │   ├── pre3.png
    │   │       │   │   │   │   └── pre4.png
    │   │       │   │   │   ├── template.css
    │   │       │   │   │   ├── template.html
    │   │       │   │   │   └── template.js
    │   │       │   │   ├── video
    │   │       │   │   │   ├── images
    │   │       │   │   │   │   ├── bg.png
    │   │       │   │   │   │   ├── center_focus.jpg
    │   │       │   │   │   │   ├── file-icons.gif
    │   │       │   │   │   │   ├── file-icons.png
    │   │       │   │   │   │   ├── icons.gif
    │   │       │   │   │   │   ├── icons.png
    │   │       │   │   │   │   ├── image.png
    │   │       │   │   │   │   ├── left_focus.jpg
    │   │       │   │   │   │   ├── none_focus.jpg
    │   │       │   │   │   │   ├── progress.png
    │   │       │   │   │   │   ├── right_focus.jpg
    │   │       │   │   │   │   ├── success.gif
    │   │       │   │   │   │   └── success.png
    │   │       │   │   │   ├── video.css
    │   │       │   │   │   ├── video.html
    │   │       │   │   │   └── video.js
    │   │       │   │   └── wordimage
    │   │       │   │       ├── fClipboard_ueditor.swf
    │   │       │   │       ├── imageUploader.swf
    │   │       │   │       ├── tangram.js
    │   │       │   │       ├── wordimage.html
    │   │       │   │       └── wordimage.js
    │   │       │   ├── index.html
    │   │       │   ├── lang
    │   │       │   │   ├── en
    │   │       │   │   │   ├── en.js
    │   │       │   │   │   └── images
    │   │       │   │   │       ├── addimage.png
    │   │       │   │   │       ├── alldeletebtnhoverskin.png
    │   │       │   │   │       ├── alldeletebtnupskin.png
    │   │       │   │   │       ├── background.png
    │   │       │   │   │       ├── button.png
    │   │       │   │   │       ├── copy.png
    │   │       │   │   │       ├── deletedisable.png
    │   │       │   │   │       ├── deleteenable.png
    │   │       │   │   │       ├── listbackground.png
    │   │       │   │   │       ├── localimage.png
    │   │       │   │   │       ├── music.png
    │   │       │   │   │       ├── rotateleftdisable.png
    │   │       │   │   │       ├── rotateleftenable.png
    │   │       │   │   │       ├── rotaterightdisable.png
    │   │       │   │   │       ├── rotaterightenable.png
    │   │       │   │   │       └── upload.png
    │   │       │   │   └── zh-cn
    │   │       │   │       ├── images
    │   │       │   │       │   ├── copy.png
    │   │       │   │       │   ├── localimage.png
    │   │       │   │       │   ├── music.png
    │   │       │   │       │   └── upload.png
    │   │       │   │       └── zh-cn.js
    │   │       │   ├── themes
    │   │       │   │   ├── default
    │   │       │   │   │   ├── css
    │   │       │   │   │   │   ├── ueditor.css
    │   │       │   │   │   │   └── ueditor.min.css
    │   │       │   │   │   ├── dialogbase.css
    │   │       │   │   │   └── images
    │   │       │   │   │       ├── anchor.gif
    │   │       │   │   │       ├── arrow.png
    │   │       │   │   │       ├── arrow_down.png
    │   │       │   │   │       ├── arrow_up.png
    │   │       │   │   │       ├── button-bg.gif
    │   │       │   │   │       ├── cancelbutton.gif
    │   │       │   │   │       ├── charts.png
    │   │       │   │   │       ├── cursor_h.gif
    │   │       │   │   │       ├── cursor_h.png
    │   │       │   │   │       ├── cursor_v.gif
    │   │       │   │   │       ├── cursor_v.png
    │   │       │   │   │       ├── dialog-title-bg.png
    │   │       │   │   │       ├── filescan.png
    │   │       │   │   │       ├── highlighted.gif
    │   │       │   │   │       ├── icons-all.gif
    │   │       │   │   │       ├── icons.gif
    │   │       │   │   │       ├── icons.png
    │   │       │   │   │       ├── loaderror.png
    │   │       │   │   │       ├── loading.gif
    │   │       │   │   │       ├── lock.gif
    │   │       │   │   │       ├── neweditor-tab-bg.png
    │   │       │   │   │       ├── pagebreak.gif
    │   │       │   │   │       ├── scale.png
    │   │       │   │   │       ├── sortable.png
    │   │       │   │   │       ├── spacer.gif
    │   │       │   │   │       ├── sparator_v.png
    │   │       │   │   │       ├── table-cell-align.png
    │   │       │   │   │       ├── tangram-colorpicker.png
    │   │       │   │   │       ├── toolbar_bg.png
    │   │       │   │   │       ├── unhighlighted.gif
    │   │       │   │   │       ├── upload.png
    │   │       │   │   │       ├── videologo.gif
    │   │       │   │   │       ├── word.gif
    │   │       │   │   │       └── wordpaste.png
    │   │       │   │   └── iframe.css
    │   │       │   ├── third-party
    │   │       │   │   ├── SyntaxHighlighter
    │   │       │   │   │   ├── shCore.js
    │   │       │   │   │   └── shCoreDefault.css
    │   │       │   │   ├── codemirror
    │   │       │   │   │   ├── codemirror.css
    │   │       │   │   │   └── codemirror.js
    │   │       │   │   ├── highcharts
    │   │       │   │   │   ├── adapters
    │   │       │   │   │   │   ├── mootools-adapter.js
    │   │       │   │   │   │   ├── mootools-adapter.src.js
    │   │       │   │   │   │   ├── prototype-adapter.js
    │   │       │   │   │   │   ├── prototype-adapter.src.js
    │   │       │   │   │   │   ├── standalone-framework.js
    │   │       │   │   │   │   └── standalone-framework.src.js
    │   │       │   │   │   ├── highcharts-more.js
    │   │       │   │   │   ├── highcharts-more.src.js
    │   │       │   │   │   ├── highcharts.js
    │   │       │   │   │   ├── highcharts.src.js
    │   │       │   │   │   ├── modules
    │   │       │   │   │   │   ├── annotations.js
    │   │       │   │   │   │   ├── annotations.src.js
    │   │       │   │   │   │   ├── canvas-tools.js
    │   │       │   │   │   │   ├── canvas-tools.src.js
    │   │       │   │   │   │   ├── data.js
    │   │       │   │   │   │   ├── data.src.js
    │   │       │   │   │   │   ├── drilldown.js
    │   │       │   │   │   │   ├── drilldown.src.js
    │   │       │   │   │   │   ├── exporting.js
    │   │       │   │   │   │   ├── exporting.src.js
    │   │       │   │   │   │   ├── funnel.js
    │   │       │   │   │   │   ├── funnel.src.js
    │   │       │   │   │   │   ├── heatmap.js
    │   │       │   │   │   │   ├── heatmap.src.js
    │   │       │   │   │   │   ├── map.js
    │   │       │   │   │   │   ├── map.src.js
    │   │       │   │   │   │   ├── no-data-to-display.js
    │   │       │   │   │   │   └── no-data-to-display.src.js
    │   │       │   │   │   └── themes
    │   │       │   │   │       ├── dark-blue.js
    │   │       │   │   │       ├── dark-green.js
    │   │       │   │   │       ├── gray.js
    │   │       │   │   │       ├── grid.js
    │   │       │   │   │       └── skies.js
    │   │       │   │   ├── jquery-1.10.2.min.js
    │   │       │   │   ├── jquery-1.10.2.min.map
    │   │       │   │   ├── video-js
    │   │       │   │   │   ├── font
    │   │       │   │   │   │   ├── vjs.eot
    │   │       │   │   │   │   ├── vjs.svg
    │   │       │   │   │   │   ├── vjs.ttf
    │   │       │   │   │   │   └── vjs.woff
    │   │       │   │   │   ├── video-js.css
    │   │       │   │   │   ├── video-js.min.css
    │   │       │   │   │   ├── video-js.swf
    │   │       │   │   │   ├── video.dev.js
    │   │       │   │   │   └── video.js
    │   │       │   │   ├── webuploader
    │   │       │   │   │   ├── Uploader.swf
    │   │       │   │   │   ├── webuploader.css
    │   │       │   │   │   ├── webuploader.custom.js
    │   │       │   │   │   ├── webuploader.custom.min.js
    │   │       │   │   │   ├── webuploader.flashonly.js
    │   │       │   │   │   ├── webuploader.flashonly.min.js
    │   │       │   │   │   ├── webuploader.html5only.js
    │   │       │   │   │   ├── webuploader.html5only.min.js
    │   │       │   │   │   ├── webuploader.js
    │   │       │   │   │   ├── webuploader.min.js
    │   │       │   │   │   ├── webuploader.withoutimage.js
    │   │       │   │   │   └── webuploader.withoutimage.min.js
    │   │       │   │   ├── xss.min.js
    │   │       │   │   └── zeroclipboard
    │   │       │   │       ├── ZeroClipboard.js
    │   │       │   │       ├── ZeroClipboard.min.js
    │   │       │   │       └── ZeroClipboard.swf
    │   │       │   ├── ueditor.all.min.js
    │   │       │   ├── ueditor.config.js
    │   │       │   ├── ueditor.frontend.config.js
    │   │       │   └── ueditor.parse.min.js
    │   │       ├── validate.js
    │   │       ├── webuploader
    │   │       │   ├── README.md
    │   │       │   ├── Uploader.swf
    │   │       │   ├── image-upload
    │   │       │   │   ├── bg.png
    │   │       │   │   ├── expressInstall.swf
    │   │       │   │   ├── icons.png
    │   │       │   │   ├── image.png
    │   │       │   │   ├── progress.png
    │   │       │   │   ├── style.css
    │   │       │   │   └── success.png
    │   │       │   ├── webuploader.css
    │   │       │   └── webuploader.min.js
    │   │       ├── wind.js
    │   │       └── xd.js
    │   ├── t.php
    │   ├── themes
    │   │   ├── admin_simpleboot3
    │   │   │   ├── admin
    │   │   │   │   ├── dialog
    │   │   │   │   │   └── map.html
    │   │   │   │   ├── hook
    │   │   │   │   │   ├── index.html
    │   │   │   │   │   ├── plugins.html
    │   │   │   │   │   └── sync.html
    │   │   │   │   ├── index
    │   │   │   │   │   ├── index.html
    │   │   │   │   │   ├── my_source_list.html
    │   │   │   │   │   ├── my_transfer.html
    │   │   │   │   │   └── resource.html
    │   │   │   │   ├── link
    │   │   │   │   │   ├── add.html
    │   │   │   │   │   ├── edit.html
    │   │   │   │   │   └── index.html
    │   │   │   │   ├── login.html
    │   │   │   │   ├── mailer
    │   │   │   │   │   ├── index.html
    │   │   │   │   │   ├── template_verification_code.html
    │   │   │   │   │   └── test.html
    │   │   │   │   ├── main
    │   │   │   │   │   └── index.html
    │   │   │   │   ├── menu
    │   │   │   │   │   ├── add.html
    │   │   │   │   │   ├── edit.html
    │   │   │   │   │   ├── get_actions.html
    │   │   │   │   │   ├── index.html
    │   │   │   │   │   └── lists.html
    │   │   │   │   ├── nav
    │   │   │   │   │   ├── add.html
    │   │   │   │   │   ├── edit.html
    │   │   │   │   │   └── index.html
    │   │   │   │   ├── nav_menu
    │   │   │   │   │   ├── add.html
    │   │   │   │   │   ├── edit.html
    │   │   │   │   │   └── index.html
    │   │   │   │   ├── plugin
    │   │   │   │   │   ├── functions.html
    │   │   │   │   │   ├── index.html
    │   │   │   │   │   └── setting.html
    │   │   │   │   ├── rbac
    │   │   │   │   │   ├── authorize.html
    │   │   │   │   │   ├── index.html
    │   │   │   │   │   ├── member.html
    │   │   │   │   │   ├── role_add.html
    │   │   │   │   │   └── role_edit.html
    │   │   │   │   ├── recycle_bin
    │   │   │   │   │   └── index.html
    │   │   │   │   ├── route
    │   │   │   │   │   ├── add.html
    │   │   │   │   │   ├── edit.html
    │   │   │   │   │   ├── function.html
    │   │   │   │   │   ├── index.html
    │   │   │   │   │   └── select.html
    │   │   │   │   ├── setting
    │   │   │   │   │   ├── clear_cache.html
    │   │   │   │   │   ├── password.html
    │   │   │   │   │   ├── site.html
    │   │   │   │   │   └── upload.html
    │   │   │   │   ├── slide
    │   │   │   │   │   ├── add.html
    │   │   │   │   │   ├── edit.html
    │   │   │   │   │   └── index.html
    │   │   │   │   ├── slide_item
    │   │   │   │   │   ├── add.html
    │   │   │   │   │   ├── edit.html
    │   │   │   │   │   └── index.html
    │   │   │   │   ├── storage
    │   │   │   │   │   └── index.html
    │   │   │   │   ├── theme
    │   │   │   │   │   ├── data_source.html
    │   │   │   │   │   ├── design.html
    │   │   │   │   │   ├── design_panel.html
    │   │   │   │   │   ├── file_array_data.html
    │   │   │   │   │   ├── file_array_data_edit.html
    │   │   │   │   │   ├── file_public_var_setting.html
    │   │   │   │   │   ├── file_var_setting.html
    │   │   │   │   │   ├── file_widget_setting.html
    │   │   │   │   │   ├── files.html
    │   │   │   │   │   ├── functions.html
    │   │   │   │   │   ├── index.html
    │   │   │   │   │   ├── install.html
    │   │   │   │   │   └── scripts.html
    │   │   │   │   └── user
    │   │   │   │       ├── add.html
    │   │   │   │       ├── edit.html
    │   │   │   │       ├── index.html
    │   │   │   │       └── user_info.html
    │   │   │   ├── demo
    │   │   │   │   └── admin_index
    │   │   │   │       └── index.html
    │   │   │   ├── portal
    │   │   │   │   ├── admin_article
    │   │   │   │   │   ├── add.html
    │   │   │   │   │   ├── copy.html
    │   │   │   │   │   ├── edit.html
    │   │   │   │   │   ├── index.html
    │   │   │   │   │   ├── move.html
    │   │   │   │   │   └── recyclebin.html
    │   │   │   │   ├── admin_category
    │   │   │   │   │   ├── add.html
    │   │   │   │   │   ├── edit.html
    │   │   │   │   │   ├── index.html
    │   │   │   │   │   └── select.html
    │   │   │   │   ├── admin_page
    │   │   │   │   │   ├── add.html
    │   │   │   │   │   ├── edit.html
    │   │   │   │   │   ├── index.html
    │   │   │   │   │   └── recyclebin.html
    │   │   │   │   └── admin_tag
    │   │   │   │       ├── add.html
    │   │   │   │       ├── index.html
    │   │   │   │       └── select.html
    │   │   │   ├── public
    │   │   │   │   ├── assets
    │   │   │   │   │   ├── images
    │   │   │   │   │   │   ├── default-thumbnail.png
    │   │   │   │   │   │   ├── favicon.ico
    │   │   │   │   │   │   ├── loading.gif
    │   │   │   │   │   │   ├── logo-18.png
    │   │   │   │   │   │   ├── logo.png
    │   │   │   │   │   │   ├── tv-collapsable.gif
    │   │   │   │   │   │   ├── tv-expandable.gif
    │   │   │   │   │   │   ├── upload_del.png
    │   │   │   │   │   │   └── upload_pic.jpg
    │   │   │   │   │   ├── js
    │   │   │   │   │   │   ├── bootstrap.min.js
    │   │   │   │   │   │   ├── jquery-1.10.2.min.js
    │   │   │   │   │   │   └── jquery-1.10.2.min.map
    │   │   │   │   │   ├── simpleboot3
    │   │   │   │   │   │   ├── css
    │   │   │   │   │   │   │   └── simplebootadmin.css
    │   │   │   │   │   │   └── js
    │   │   │   │   │   │       └── adminindex.js
    │   │   │   │   │   └── themes
    │   │   │   │   │       ├── flatadmin
    │   │   │   │   │       │   ├── bootstrap.min.css
    │   │   │   │   │       │   ├── loading.gif
    │   │   │   │   │       │   ├── loadingbg.png
    │   │   │   │   │       │   ├── login.css
    │   │   │   │   │       │   └── simplebootadminindex.min.css
    │   │   │   │   │       ├── fonts
    │   │   │   │   │       │   ├── glyphicons-halflings-regular.eot
    │   │   │   │   │       │   ├── glyphicons-halflings-regular.svg
    │   │   │   │   │       │   ├── glyphicons-halflings-regular.ttf
    │   │   │   │   │       │   ├── glyphicons-halflings-regular.woff
    │   │   │   │   │       │   └── glyphicons-halflings-regular.woff2
    │   │   │   │   │       ├── orangeadmin
    │   │   │   │   │       │   ├── bootstrap.min.css
    │   │   │   │   │       │   ├── loading.gif
    │   │   │   │   │       │   ├── loadingbg.png
    │   │   │   │   │       │   ├── login.css
    │   │   │   │   │       │   └── simplebootadminindex.min.css
    │   │   │   │   │       └── simpleadmin
    │   │   │   │   │           ├── bootstrap.min.css
    │   │   │   │   │           ├── loading.gif
    │   │   │   │   │           ├── loadingbg.png
    │   │   │   │   │           ├── login.css
    │   │   │   │   │           └── simplebootadminindex.min.css
    │   │   │   │   ├── header.html
    │   │   │   │   └── nav.html
    │   │   │   ├── task
    │   │   │   │   ├── grade
    │   │   │   │   │   ├── import_grade.html
    │   │   │   │   │   └── index.html
    │   │   │   │   ├── pandian
    │   │   │   │   │   ├── adddata.html
    │   │   │   │   │   ├── index.html
    │   │   │   │   │   ├── list.html
    │   │   │   │   │   ├── other.html
    │   │   │   │   │   └── otherlist.html
    │   │   │   │   ├── rank
    │   │   │   │   │   ├── import_rank.html
    │   │   │   │   │   └── my_rank.html
    │   │   │   │   ├── resource
    │   │   │   │   │   └── data_panel.html
    │   │   │   │   ├── set
    │   │   │   │   │   └── index.html
    │   │   │   │   ├── task
    │   │   │   │   │   ├── add_bulletin.html
    │   │   │   │   │   ├── add_project.html
    │   │   │   │   │   ├── add_task.html
    │   │   │   │   │   ├── bulletin.html
    │   │   │   │   │   ├── del_identifier.html
    │   │   │   │   │   ├── del_log.html
    │   │   │   │   │   ├── department_task.bak.html
    │   │   │   │   │   ├── department_task.html
    │   │   │   │   │   ├── edit.html
    │   │   │   │   │   ├── edit_bulletin.html
    │   │   │   │   │   ├── edit_project.html
    │   │   │   │   │   ├── examine.html
    │   │   │   │   │   ├── export_user.html
    │   │   │   │   │   ├── label_task.bak.html
    │   │   │   │   │   ├── label_task.html
    │   │   │   │   │   ├── many_task.bak.html
    │   │   │   │   │   ├── many_task.html
    │   │   │   │   │   ├── modify_department.html
    │   │   │   │   │   ├── my_task.html
    │   │   │   │   │   ├── project_list.html
    │   │   │   │   │   ├── statistics.html
    │   │   │   │   │   ├── task_deatil.html
    │   │   │   │   │   ├── task_list.html
    │   │   │   │   │   ├── task_transfer.html
    │   │   │   │   │   ├── team_task.html
    │   │   │   │   │   └── transfer_list.html
    │   │   │   │   ├── taskdetail.html
    │   │   │   │   └── voucher
    │   │   │   │       ├── import_voucher.html
    │   │   │   │       └── my_voucher.html
    │   │   │   └── user
    │   │   │       ├── admin_asset
    │   │   │       │   └── index.html
    │   │   │       ├── admin_index
    │   │   │       │   └── index.html
    │   │   │       ├── admin_oauth
    │   │   │       │   └── index.html
    │   │   │       ├── admin_user_action
    │   │   │       │   ├── edit.html
    │   │   │       │   ├── index.html
    │   │   │       │   └── sync.html
    │   │   │       └── webuploader.html
    │   │   ├── default
    │   │   │   ├── admin
    │   │   │   │   ├── public
    │   │   │   │   │   └── header.html
    │   │   │   │   └── task
    │   │   │   │       └── add_task.html
    │   │   │   ├── demo
    │   │   │   │   ├── index
    │   │   │   │   │   └── block.html
    │   │   │   │   ├── index.html
    │   │   │   │   ├── index.json
    │   │   │   │   ├── public
    │   │   │   │   │   └── assets
    │   │   │   │   │       ├── css
    │   │   │   │   │       │   ├── demo.css
    │   │   │   │   │       │   └── style.css
    │   │   │   │   │       ├── images
    │   │   │   │   │       │   └── cat.webp
    │   │   │   │   │       └── js
    │   │   │   │   │           ├── impress.js
    │   │   │   │   │           ├── vue.js
    │   │   │   │   │           └── websocketClient.js
    │   │   │   │   └── ws.html
    │   │   │   ├── manifest.json
    │   │   │   └── portal
    │   │   │       └── index.html
    │   │   └── enterprise
    │   └── upload
    │       ├── 20220314040556-1.xlsx
    │       ├── 20220315105303-1.xlsx
    │       ├── 20220315105859-1.xlsx
    │       ├── 20220315105949-1.xlsx
    │       ├── 20220315110021-1.xlsx
    │       ├── 20220315111226-1.xlsx
    │       ├── 20220315113300-1.xlsx
    │       ├── 20220315113522-1.xlsx
    │       ├── 20220317090932-1.xlsx
    │       ├── 20220317091101-1.xlsx
    │       ├── 20220317091129-1.xlsx
    │       ├── 20220317091226-1.xlsx
    │       ├── 20220317091259-1.xlsx
    │       ├── 20220317091319-1.xlsx
    │       ├── 20220317091405-1.xlsx
    │       ├── 20220425101632-1.xlsx
    │       ├── 20220510051802-1.xlsx
    │       ├── 20220510055012-1.xlsx
    │       ├── 20220510055616-1.xlsx
    │       ├── 20220510055919-1.xlsx
    │       ├── 20220510060118-1.xlsx
    │       ├── 20220510060211-1.xlsx
    │       ├── 20220511065337-.xlsx
    │       ├── 20220511112826-6514.xlsx
    │       ├── 20220511113447-6514.xlsx
    │       ├── 20220617022711-1.xlsx
    │       ├── 20220617022747-1.xlsx
    │       ├── 20220617050328-1.xlsx
    │       ├── 20220617050333-1.xlsx
    │       ├── 20220617100019-1.xlsx
    │       ├── 20220618043050-1.xlsx
    │       ├── 20220624020923-1.xlsx
    │       ├── 20220624021144-1.xlsx
    │       ├── 20220624101704-1.xlsx
    │       ├── 20220624105646-1.xlsx
    │       ├── 20220624114844-1.xlsx
    │       ├── 20220624115342-1.xlsx
    │       ├── 20220629044943-1.xlsx
    │       ├── 20220629045014-1.xlsx
    │       ├── 20220629050004-1.xlsx
    │       ├── 20220629051245-1.xlsx
    │       ├── 20220629052320-1.xlsx
    │       ├── 20220629052522-1.xlsx
    │       ├── 20220629052558-1.xlsx
    │       ├── 20220629052732-1.xlsx
    │       ├── 20220629052846-1.xlsx
    │       ├── 20220629052901-1.xlsx
    │       ├── 20220629053002-1.xlsx
    │       ├── 20220629053039-1.xlsx
    │       ├── 20220629053447-1.xlsx
    │       ├── 20220701045359-1.xlsx
    │       ├── 20220704061948-1.xlsx
    │       ├── 20220706030430-1.xlsx
    │       ├── 20220706031434-1.xlsx
    │       ├── 20220706031647-1.xlsx
    │       ├── 20220706042843-1.xlsx
    │       ├── 20220706042920-1.xlsx
    │       ├── 20220707032805-1.xlsx
    │       ├── 20220708032413-1.xlsx
    │       ├── 20220708034432-1.xlsx
    │       ├── 20220711031125-1.xlsx
    │       ├── 20220712030510-1.xlsx
    │       ├── 20220713030103-1.xlsx
    │       ├── 20220714023119-1.xlsx
    │       ├── 20220725033357-1.xlsx
    │       ├── 20220726030008-1.xlsx
    │       ├── 20220726094712-8579.xlsx
    │       ├── 20220727022340-1.xlsx
    │       ├── 20220728023535-1.xlsx
    │       ├── 20220729024057-1.xlsx
    │       ├── 20220801023407-1.xlsx
    │       ├── 20220802032914-1.xlsx
    │       ├── 20220803024913-1.xlsx
    │       ├── 20220804024850-1.xlsx
    │       ├── 20220804025336-1.xlsx
    │       ├── 20220805015705-1.xlsx
    │       ├── 20220808023202-1.xlsx
    │       ├── 20220809031748-1.xlsx
    │       ├── 20220810015446-1.xlsx
    │       ├── 20220811024942-1.xlsx
    │       ├── 20220812030352-1.xlsx
    │       ├── 20220812055514-1.xlsx
    │       ├── canquan.xlsx
    │       ├── dengweifenmuban.xlsx
    │       ├── model.xlsx
    │       ├── task
    │       │   ├── 20220412
    │       │   │   ├── 2213716a719431fcb0b8900a4b9fdd59.xlsx
    │       │   │   ├── 5d66e3e22a8200323f162f3c2cbc4326.xlsx
    │       │   │   ├── 8759b06ae9700ea6420ab168099ec586.jpeg
    │       │   │   ├── 9f2c05bea4a1ee78a64fee3613a4bb1a.xlsx
    │       │   │   └── c0cf03fd7c87096cbea3b810d9127bb2.jpg
    │       │   ├── 20220725
    │       │   │   ├── 48d857ebd64163f359d4fa9a79fc50a2.png
    │       │   │   ├── 68717c984fe1296f2d2ccac8fd50f7e0.png
    │       │   │   ├── 9af99911f7bbbb3e046fe1fbd17a29df.png
    │       │   │   ├── aa371f0231039a9a94db08aa65c166e0.png
    │       │   │   ├── d24f7cb4a80e89f54a4d9e7f108a3072.png
    │       │   │   ├── e1dade948d7de19526006617b90a9cab.png
    │       │   │   └── f23056a99629ae00afea346711fb9ec2.png
    │       │   ├── 20220726
    │       │   │   ├── 20069e0d55b3ffc7a6edc311ef52627f.txt
    │       │   │   ├── 2bbc1ddf1a9034a911cca526e0129350.png
    │       │   │   └── bd8da6c98358aa2c4480f157a2e61bad.png
    │       │   └── 20230112
    │       │       └── 82d1472690cc64ceff399be990c21449.jpg
    │       └── zhijiyugu.xlsx
    ├── task.sql
    ├── think
    ├── update
    │   └── readme.md
    ├── vendor
    │   ├── autoload.php
    │   ├── composer
    │   │   ├── ClassLoader.php
    │   │   ├── InstalledVersions.php
    │   │   ├── LICENSE
    │   │   ├── autoload_classmap.php
    │   │   ├── autoload_files.php
    │   │   ├── autoload_namespaces.php
    │   │   ├── autoload_psr4.php
    │   │   ├── autoload_real.php
    │   │   ├── autoload_static.php
    │   │   ├── installed.json
    │   │   ├── installed.php
    │   │   └── platform_check.php
    │   ├── electrolinux
    │   │   └── phpquery
    │   │       ├── README.md
    │   │       ├── api-reference
    │   │       │   ├── classtrees_phpQuery.html
    │   │       │   ├── elementindex.html
    │   │       │   ├── elementindex_phpQuery.html
    │   │       │   ├── errors.html
    │   │       │   ├── index.html
    │   │       │   ├── li_phpQuery.html
    │   │       │   ├── media
    │   │       │   │   ├── background.png
    │   │       │   │   ├── empty.png
    │   │       │   │   └── style.css
    │   │       │   ├── phpQuery
    │   │       │   │   ├── Callback.html
    │   │       │   │   ├── CallbackParam.html
    │   │       │   │   ├── CallbackReference.html
    │   │       │   │   ├── DOMDocumentWrapper.html
    │   │       │   │   ├── DOMEvent.html
    │   │       │   │   ├── _Callback.php.html
    │   │       │   │   ├── _DOMDocumentWrapper.php.html
    │   │       │   │   ├── _DOMEvent.php.html
    │   │       │   │   ├── _phpQuery.php.html
    │   │       │   │   ├── _phpQueryEvents.php.html
    │   │       │   │   ├── _phpQueryObject.php.html
    │   │       │   │   ├── phpQuery.html
    │   │       │   │   ├── phpQueryEvents.html
    │   │       │   │   ├── phpQueryObject.html
    │   │       │   │   └── phpQueryPlugins.html
    │   │       │   └── todolist.html
    │   │       ├── cli
    │   │       │   └── phpquery
    │   │       ├── composer.json
    │   │       ├── demo.php
    │   │       ├── phpQuery
    │   │       │   ├── phpQuery
    │   │       │   │   ├── Callback.php
    │   │       │   │   ├── DOMDocumentWrapper.php
    │   │       │   │   ├── DOMEvent.php
    │   │       │   │   ├── bootstrap.example.php
    │   │       │   │   ├── compat
    │   │       │   │   │   └── mbstring.php
    │   │       │   │   ├── phpQueryEvents.php
    │   │       │   │   ├── phpQueryObject.php
    │   │       │   │   └── plugins
    │   │       │   │       ├── Scripts
    │   │       │   │       │   ├── __config.example.php
    │   │       │   │       │   ├── example.php
    │   │       │   │       │   ├── fix_webroot.php
    │   │       │   │       │   ├── google_login.php
    │   │       │   │       │   ├── print_source.php
    │   │       │   │       │   └── print_websafe.php
    │   │       │   │       ├── Scripts.php
    │   │       │   │       ├── WebBrowser.php
    │   │       │   │       └── example.php
    │   │       │   └── phpQuery.php
    │   │       ├── test-cases
    │   │       │   ├── document-types
    │   │       │   │   ├── document-fragment-utf8.html
    │   │       │   │   ├── document-fragment-utf8.xhtml
    │   │       │   │   ├── document-fragment-utf8.xml
    │   │       │   │   ├── document-iso88592-nocharset.html
    │   │       │   │   ├── document-iso88592-nocharset.xhtml
    │   │       │   │   ├── document-iso88592-nocharset.xml
    │   │       │   │   ├── document-iso88592.html
    │   │       │   │   ├── document-iso88592.xhtml
    │   │       │   │   ├── document-iso88592.xml
    │   │       │   │   ├── document-utf8-nocharset.html
    │   │       │   │   ├── document-utf8-nocharset.xhtml
    │   │       │   │   ├── document-utf8-nocharset.xml
    │   │       │   │   ├── document-utf8.html
    │   │       │   │   ├── document-utf8.php
    │   │       │   │   ├── document-utf8.xhtml
    │   │       │   │   └── document-utf8.xml
    │   │       │   ├── document_types.php
    │   │       │   ├── run.php
    │   │       │   ├── test.html
    │   │       │   ├── test_2.php
    │   │       │   ├── test_4.php
    │   │       │   ├── test_5.php
    │   │       │   ├── test_ajax.php
    │   │       │   ├── test_ajax_data_1
    │   │       │   ├── test_arrayaccess.php
    │   │       │   ├── test_attr.php
    │   │       │   ├── test_callback.php
    │   │       │   ├── test_charset.php
    │   │       │   ├── test_document.php
    │   │       │   ├── test_events.php
    │   │       │   ├── test_insert.php
    │   │       │   ├── test_manipulation.php
    │   │       │   ├── test_manual.php
    │   │       │   ├── test_multidoc.php
    │   │       │   ├── test_php.php
    │   │       │   ├── test_replace.php
    │   │       │   ├── test_scripts.php
    │   │       │   ├── test_selectors.php
    │   │       │   ├── test_webbrowser.php
    │   │       │   ├── test_wrap.php
    │   │       │   └── xpath.php
    │   │       └── unit-tests
    │   │           ├── test.html
    │   │           └── test.php
    │   ├── ezyang
    │   │   └── htmlpurifier
    │   │       ├── CREDITS
    │   │       ├── LICENSE
    │   │       ├── README.md
    │   │       ├── VERSION
    │   │       ├── composer.json
    │   │       └── library
    │   │           ├── HTMLPurifier
    │   │           │   ├── Arborize.php
    │   │           │   ├── AttrCollections.php
    │   │           │   ├── AttrDef
    │   │           │   │   ├── CSS
    │   │           │   │   │   ├── AlphaValue.php
    │   │           │   │   │   ├── Background.php
    │   │           │   │   │   ├── BackgroundPosition.php
    │   │           │   │   │   ├── Border.php
    │   │           │   │   │   ├── Color.php
    │   │           │   │   │   ├── Composite.php
    │   │           │   │   │   ├── DenyElementDecorator.php
    │   │           │   │   │   ├── Filter.php
    │   │           │   │   │   ├── Font.php
    │   │           │   │   │   ├── FontFamily.php
    │   │           │   │   │   ├── Ident.php
    │   │           │   │   │   ├── ImportantDecorator.php
    │   │           │   │   │   ├── Length.php
    │   │           │   │   │   ├── ListStyle.php
    │   │           │   │   │   ├── Multiple.php
    │   │           │   │   │   ├── Number.php
    │   │           │   │   │   ├── Percentage.php
    │   │           │   │   │   ├── TextDecoration.php
    │   │           │   │   │   └── URI.php
    │   │           │   │   ├── CSS.php
    │   │           │   │   ├── Clone.php
    │   │           │   │   ├── Enum.php
    │   │           │   │   ├── HTML
    │   │           │   │   │   ├── Bool.php
    │   │           │   │   │   ├── Class.php
    │   │           │   │   │   ├── Color.php
    │   │           │   │   │   ├── FrameTarget.php
    │   │           │   │   │   ├── ID.php
    │   │           │   │   │   ├── Length.php
    │   │           │   │   │   ├── LinkTypes.php
    │   │           │   │   │   ├── MultiLength.php
    │   │           │   │   │   ├── Nmtokens.php
    │   │           │   │   │   └── Pixels.php
    │   │           │   │   ├── Integer.php
    │   │           │   │   ├── Lang.php
    │   │           │   │   ├── Switch.php
    │   │           │   │   ├── Text.php
    │   │           │   │   ├── URI
    │   │           │   │   │   ├── Email
    │   │           │   │   │   │   └── SimpleCheck.php
    │   │           │   │   │   ├── Email.php
    │   │           │   │   │   ├── Host.php
    │   │           │   │   │   ├── IPv4.php
    │   │           │   │   │   └── IPv6.php
    │   │           │   │   └── URI.php
    │   │           │   ├── AttrDef.php
    │   │           │   ├── AttrTransform
    │   │           │   │   ├── Background.php
    │   │           │   │   ├── BdoDir.php
    │   │           │   │   ├── BgColor.php
    │   │           │   │   ├── BoolToCSS.php
    │   │           │   │   ├── Border.php
    │   │           │   │   ├── EnumToCSS.php
    │   │           │   │   ├── ImgRequired.php
    │   │           │   │   ├── ImgSpace.php
    │   │           │   │   ├── Input.php
    │   │           │   │   ├── Lang.php
    │   │           │   │   ├── Length.php
    │   │           │   │   ├── Name.php
    │   │           │   │   ├── NameSync.php
    │   │           │   │   ├── Nofollow.php
    │   │           │   │   ├── SafeEmbed.php
    │   │           │   │   ├── SafeObject.php
    │   │           │   │   ├── SafeParam.php
    │   │           │   │   ├── ScriptRequired.php
    │   │           │   │   ├── TargetBlank.php
    │   │           │   │   ├── TargetNoopener.php
    │   │           │   │   ├── TargetNoreferrer.php
    │   │           │   │   └── Textarea.php
    │   │           │   ├── AttrTransform.php
    │   │           │   ├── AttrTypes.php
    │   │           │   ├── AttrValidator.php
    │   │           │   ├── Bootstrap.php
    │   │           │   ├── CSSDefinition.php
    │   │           │   ├── ChildDef
    │   │           │   │   ├── Chameleon.php
    │   │           │   │   ├── Custom.php
    │   │           │   │   ├── Empty.php
    │   │           │   │   ├── List.php
    │   │           │   │   ├── Optional.php
    │   │           │   │   ├── Required.php
    │   │           │   │   ├── StrictBlockquote.php
    │   │           │   │   └── Table.php
    │   │           │   ├── ChildDef.php
    │   │           │   ├── Config.php
    │   │           │   ├── ConfigSchema
    │   │           │   │   ├── Builder
    │   │           │   │   │   ├── ConfigSchema.php
    │   │           │   │   │   └── Xml.php
    │   │           │   │   ├── Exception.php
    │   │           │   │   ├── Interchange
    │   │           │   │   │   ├── Directive.php
    │   │           │   │   │   └── Id.php
    │   │           │   │   ├── Interchange.php
    │   │           │   │   ├── InterchangeBuilder.php
    │   │           │   │   ├── Validator.php
    │   │           │   │   ├── ValidatorAtom.php
    │   │           │   │   ├── schema
    │   │           │   │   │   ├── Attr.AllowedClasses.txt
    │   │           │   │   │   ├── Attr.AllowedFrameTargets.txt
    │   │           │   │   │   ├── Attr.AllowedRel.txt
    │   │           │   │   │   ├── Attr.AllowedRev.txt
    │   │           │   │   │   ├── Attr.ClassUseCDATA.txt
    │   │           │   │   │   ├── Attr.DefaultImageAlt.txt
    │   │           │   │   │   ├── Attr.DefaultInvalidImage.txt
    │   │           │   │   │   ├── Attr.DefaultInvalidImageAlt.txt
    │   │           │   │   │   ├── Attr.DefaultTextDir.txt
    │   │           │   │   │   ├── Attr.EnableID.txt
    │   │           │   │   │   ├── Attr.ForbiddenClasses.txt
    │   │           │   │   │   ├── Attr.ID.HTML5.txt
    │   │           │   │   │   ├── Attr.IDBlacklist.txt
    │   │           │   │   │   ├── Attr.IDBlacklistRegexp.txt
    │   │           │   │   │   ├── Attr.IDPrefix.txt
    │   │           │   │   │   ├── Attr.IDPrefixLocal.txt
    │   │           │   │   │   ├── AutoFormat.AutoParagraph.txt
    │   │           │   │   │   ├── AutoFormat.Custom.txt
    │   │           │   │   │   ├── AutoFormat.DisplayLinkURI.txt
    │   │           │   │   │   ├── AutoFormat.Linkify.txt
    │   │           │   │   │   ├── AutoFormat.PurifierLinkify.DocURL.txt
    │   │           │   │   │   ├── AutoFormat.PurifierLinkify.txt
    │   │           │   │   │   ├── AutoFormat.RemoveEmpty.Predicate.txt
    │   │           │   │   │   ├── AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt
    │   │           │   │   │   ├── AutoFormat.RemoveEmpty.RemoveNbsp.txt
    │   │           │   │   │   ├── AutoFormat.RemoveEmpty.txt
    │   │           │   │   │   ├── AutoFormat.RemoveSpansWithoutAttributes.txt
    │   │           │   │   │   ├── CSS.AllowDuplicates.txt
    │   │           │   │   │   ├── CSS.AllowImportant.txt
    │   │           │   │   │   ├── CSS.AllowTricky.txt
    │   │           │   │   │   ├── CSS.AllowedFonts.txt
    │   │           │   │   │   ├── CSS.AllowedProperties.txt
    │   │           │   │   │   ├── CSS.DefinitionRev.txt
    │   │           │   │   │   ├── CSS.ForbiddenProperties.txt
    │   │           │   │   │   ├── CSS.MaxImgLength.txt
    │   │           │   │   │   ├── CSS.Proprietary.txt
    │   │           │   │   │   ├── CSS.Trusted.txt
    │   │           │   │   │   ├── Cache.DefinitionImpl.txt
    │   │           │   │   │   ├── Cache.SerializerPath.txt
    │   │           │   │   │   ├── Cache.SerializerPermissions.txt
    │   │           │   │   │   ├── Core.AggressivelyFixLt.txt
    │   │           │   │   │   ├── Core.AggressivelyRemoveScript.txt
    │   │           │   │   │   ├── Core.AllowHostnameUnderscore.txt
    │   │           │   │   │   ├── Core.AllowParseManyTags.txt
    │   │           │   │   │   ├── Core.CollectErrors.txt
    │   │           │   │   │   ├── Core.ColorKeywords.txt
    │   │           │   │   │   ├── Core.ConvertDocumentToFragment.txt
    │   │           │   │   │   ├── Core.DirectLexLineNumberSyncInterval.txt
    │   │           │   │   │   ├── Core.DisableExcludes.txt
    │   │           │   │   │   ├── Core.EnableIDNA.txt
    │   │           │   │   │   ├── Core.Encoding.txt
    │   │           │   │   │   ├── Core.EscapeInvalidChildren.txt
    │   │           │   │   │   ├── Core.EscapeInvalidTags.txt
    │   │           │   │   │   ├── Core.EscapeNonASCIICharacters.txt
    │   │           │   │   │   ├── Core.HiddenElements.txt
    │   │           │   │   │   ├── Core.Language.txt
    │   │           │   │   │   ├── Core.LegacyEntityDecoder.txt
    │   │           │   │   │   ├── Core.LexerImpl.txt
    │   │           │   │   │   ├── Core.MaintainLineNumbers.txt
    │   │           │   │   │   ├── Core.NormalizeNewlines.txt
    │   │           │   │   │   ├── Core.RemoveInvalidImg.txt
    │   │           │   │   │   ├── Core.RemoveProcessingInstructions.txt
    │   │           │   │   │   ├── Core.RemoveScriptContents.txt
    │   │           │   │   │   ├── Filter.Custom.txt
    │   │           │   │   │   ├── Filter.ExtractStyleBlocks.Escaping.txt
    │   │           │   │   │   ├── Filter.ExtractStyleBlocks.Scope.txt
    │   │           │   │   │   ├── Filter.ExtractStyleBlocks.TidyImpl.txt
    │   │           │   │   │   ├── Filter.ExtractStyleBlocks.txt
    │   │           │   │   │   ├── Filter.YouTube.txt
    │   │           │   │   │   ├── HTML.Allowed.txt
    │   │           │   │   │   ├── HTML.AllowedAttributes.txt
    │   │           │   │   │   ├── HTML.AllowedComments.txt
    │   │           │   │   │   ├── HTML.AllowedCommentsRegexp.txt
    │   │           │   │   │   ├── HTML.AllowedElements.txt
    │   │           │   │   │   ├── HTML.AllowedModules.txt
    │   │           │   │   │   ├── HTML.Attr.Name.UseCDATA.txt
    │   │           │   │   │   ├── HTML.BlockWrapper.txt
    │   │           │   │   │   ├── HTML.CoreModules.txt
    │   │           │   │   │   ├── HTML.CustomDoctype.txt
    │   │           │   │   │   ├── HTML.DefinitionID.txt
    │   │           │   │   │   ├── HTML.DefinitionRev.txt
    │   │           │   │   │   ├── HTML.Doctype.txt
    │   │           │   │   │   ├── HTML.FlashAllowFullScreen.txt
    │   │           │   │   │   ├── HTML.ForbiddenAttributes.txt
    │   │           │   │   │   ├── HTML.ForbiddenElements.txt
    │   │           │   │   │   ├── HTML.Forms.txt
    │   │           │   │   │   ├── HTML.MaxImgLength.txt
    │   │           │   │   │   ├── HTML.Nofollow.txt
    │   │           │   │   │   ├── HTML.Parent.txt
    │   │           │   │   │   ├── HTML.Proprietary.txt
    │   │           │   │   │   ├── HTML.SafeEmbed.txt
    │   │           │   │   │   ├── HTML.SafeIframe.txt
    │   │           │   │   │   ├── HTML.SafeObject.txt
    │   │           │   │   │   ├── HTML.SafeScripting.txt
    │   │           │   │   │   ├── HTML.Strict.txt
    │   │           │   │   │   ├── HTML.TargetBlank.txt
    │   │           │   │   │   ├── HTML.TargetNoopener.txt
    │   │           │   │   │   ├── HTML.TargetNoreferrer.txt
    │   │           │   │   │   ├── HTML.TidyAdd.txt
    │   │           │   │   │   ├── HTML.TidyLevel.txt
    │   │           │   │   │   ├── HTML.TidyRemove.txt
    │   │           │   │   │   ├── HTML.Trusted.txt
    │   │           │   │   │   ├── HTML.XHTML.txt
    │   │           │   │   │   ├── Output.CommentScriptContents.txt
    │   │           │   │   │   ├── Output.FixInnerHTML.txt
    │   │           │   │   │   ├── Output.FlashCompat.txt
    │   │           │   │   │   ├── Output.Newline.txt
    │   │           │   │   │   ├── Output.SortAttr.txt
    │   │           │   │   │   ├── Output.TidyFormat.txt
    │   │           │   │   │   ├── Test.ForceNoIconv.txt
    │   │           │   │   │   ├── URI.AllowedSchemes.txt
    │   │           │   │   │   ├── URI.Base.txt
    │   │           │   │   │   ├── URI.DefaultScheme.txt
    │   │           │   │   │   ├── URI.DefinitionID.txt
    │   │           │   │   │   ├── URI.DefinitionRev.txt
    │   │           │   │   │   ├── URI.Disable.txt
    │   │           │   │   │   ├── URI.DisableExternal.txt
    │   │           │   │   │   ├── URI.DisableExternalResources.txt
    │   │           │   │   │   ├── URI.DisableResources.txt
    │   │           │   │   │   ├── URI.Host.txt
    │   │           │   │   │   ├── URI.HostBlacklist.txt
    │   │           │   │   │   ├── URI.MakeAbsolute.txt
    │   │           │   │   │   ├── URI.Munge.txt
    │   │           │   │   │   ├── URI.MungeResources.txt
    │   │           │   │   │   ├── URI.MungeSecretKey.txt
    │   │           │   │   │   ├── URI.OverrideAllowedSchemes.txt
    │   │           │   │   │   ├── URI.SafeIframeRegexp.txt
    │   │           │   │   │   └── info.ini
    │   │           │   │   └── schema.ser
    │   │           │   ├── ConfigSchema.php
    │   │           │   ├── ContentSets.php
    │   │           │   ├── Context.php
    │   │           │   ├── Definition.php
    │   │           │   ├── DefinitionCache
    │   │           │   │   ├── Decorator
    │   │           │   │   │   ├── Cleanup.php
    │   │           │   │   │   ├── Memory.php
    │   │           │   │   │   └── Template.php.in
    │   │           │   │   ├── Decorator.php
    │   │           │   │   ├── Null.php
    │   │           │   │   ├── Serializer
    │   │           │   │   │   └── README
    │   │           │   │   └── Serializer.php
    │   │           │   ├── DefinitionCache.php
    │   │           │   ├── DefinitionCacheFactory.php
    │   │           │   ├── Doctype.php
    │   │           │   ├── DoctypeRegistry.php
    │   │           │   ├── ElementDef.php
    │   │           │   ├── Encoder.php
    │   │           │   ├── EntityLookup
    │   │           │   │   └── entities.ser
    │   │           │   ├── EntityLookup.php
    │   │           │   ├── EntityParser.php
    │   │           │   ├── ErrorCollector.php
    │   │           │   ├── ErrorStruct.php
    │   │           │   ├── Exception.php
    │   │           │   ├── Filter
    │   │           │   │   ├── ExtractStyleBlocks.php
    │   │           │   │   └── YouTube.php
    │   │           │   ├── Filter.php
    │   │           │   ├── Generator.php
    │   │           │   ├── HTMLDefinition.php
    │   │           │   ├── HTMLModule
    │   │           │   │   ├── Bdo.php
    │   │           │   │   ├── CommonAttributes.php
    │   │           │   │   ├── Edit.php
    │   │           │   │   ├── Forms.php
    │   │           │   │   ├── Hypertext.php
    │   │           │   │   ├── Iframe.php
    │   │           │   │   ├── Image.php
    │   │           │   │   ├── Legacy.php
    │   │           │   │   ├── List.php
    │   │           │   │   ├── Name.php
    │   │           │   │   ├── Nofollow.php
    │   │           │   │   ├── NonXMLCommonAttributes.php
    │   │           │   │   ├── Object.php
    │   │           │   │   ├── Presentation.php
    │   │           │   │   ├── Proprietary.php
    │   │           │   │   ├── Ruby.php
    │   │           │   │   ├── SafeEmbed.php
    │   │           │   │   ├── SafeObject.php
    │   │           │   │   ├── SafeScripting.php
    │   │           │   │   ├── Scripting.php
    │   │           │   │   ├── StyleAttribute.php
    │   │           │   │   ├── Tables.php
    │   │           │   │   ├── Target.php
    │   │           │   │   ├── TargetBlank.php
    │   │           │   │   ├── TargetNoopener.php
    │   │           │   │   ├── TargetNoreferrer.php
    │   │           │   │   ├── Text.php
    │   │           │   │   ├── Tidy
    │   │           │   │   │   ├── Name.php
    │   │           │   │   │   ├── Proprietary.php
    │   │           │   │   │   ├── Strict.php
    │   │           │   │   │   ├── Transitional.php
    │   │           │   │   │   ├── XHTML.php
    │   │           │   │   │   └── XHTMLAndHTML4.php
    │   │           │   │   ├── Tidy.php
    │   │           │   │   └── XMLCommonAttributes.php
    │   │           │   ├── HTMLModule.php
    │   │           │   ├── HTMLModuleManager.php
    │   │           │   ├── IDAccumulator.php
    │   │           │   ├── Injector
    │   │           │   │   ├── AutoParagraph.php
    │   │           │   │   ├── DisplayLinkURI.php
    │   │           │   │   ├── Linkify.php
    │   │           │   │   ├── PurifierLinkify.php
    │   │           │   │   ├── RemoveEmpty.php
    │   │           │   │   ├── RemoveSpansWithoutAttributes.php
    │   │           │   │   └── SafeObject.php
    │   │           │   ├── Injector.php
    │   │           │   ├── Language
    │   │           │   │   └── messages
    │   │           │   │       └── en.php
    │   │           │   ├── Language.php
    │   │           │   ├── LanguageFactory.php
    │   │           │   ├── Length.php
    │   │           │   ├── Lexer
    │   │           │   │   ├── DOMLex.php
    │   │           │   │   ├── DirectLex.php
    │   │           │   │   └── PH5P.php
    │   │           │   ├── Lexer.php
    │   │           │   ├── Node
    │   │           │   │   ├── Comment.php
    │   │           │   │   ├── Element.php
    │   │           │   │   └── Text.php
    │   │           │   ├── Node.php
    │   │           │   ├── PercentEncoder.php
    │   │           │   ├── Printer
    │   │           │   │   ├── CSSDefinition.php
    │   │           │   │   ├── ConfigForm.css
    │   │           │   │   ├── ConfigForm.js
    │   │           │   │   ├── ConfigForm.php
    │   │           │   │   └── HTMLDefinition.php
    │   │           │   ├── Printer.php
    │   │           │   ├── PropertyList.php
    │   │           │   ├── PropertyListIterator.php
    │   │           │   ├── Queue.php
    │   │           │   ├── Strategy
    │   │           │   │   ├── Composite.php
    │   │           │   │   ├── Core.php
    │   │           │   │   ├── FixNesting.php
    │   │           │   │   ├── MakeWellFormed.php
    │   │           │   │   ├── RemoveForeignElements.php
    │   │           │   │   └── ValidateAttributes.php
    │   │           │   ├── Strategy.php
    │   │           │   ├── StringHash.php
    │   │           │   ├── StringHashParser.php
    │   │           │   ├── TagTransform
    │   │           │   │   ├── Font.php
    │   │           │   │   └── Simple.php
    │   │           │   ├── TagTransform.php
    │   │           │   ├── Token
    │   │           │   │   ├── Comment.php
    │   │           │   │   ├── Empty.php
    │   │           │   │   ├── End.php
    │   │           │   │   ├── Start.php
    │   │           │   │   ├── Tag.php
    │   │           │   │   └── Text.php
    │   │           │   ├── Token.php
    │   │           │   ├── TokenFactory.php
    │   │           │   ├── URI.php
    │   │           │   ├── URIDefinition.php
    │   │           │   ├── URIFilter
    │   │           │   │   ├── DisableExternal.php
    │   │           │   │   ├── DisableExternalResources.php
    │   │           │   │   ├── DisableResources.php
    │   │           │   │   ├── HostBlacklist.php
    │   │           │   │   ├── MakeAbsolute.php
    │   │           │   │   ├── Munge.php
    │   │           │   │   └── SafeIframe.php
    │   │           │   ├── URIFilter.php
    │   │           │   ├── URIParser.php
    │   │           │   ├── URIScheme
    │   │           │   │   ├── data.php
    │   │           │   │   ├── file.php
    │   │           │   │   ├── ftp.php
    │   │           │   │   ├── http.php
    │   │           │   │   ├── https.php
    │   │           │   │   ├── mailto.php
    │   │           │   │   ├── news.php
    │   │           │   │   ├── nntp.php
    │   │           │   │   └── tel.php
    │   │           │   ├── URIScheme.php
    │   │           │   ├── URISchemeRegistry.php
    │   │           │   ├── UnitConverter.php
    │   │           │   ├── VarParser
    │   │           │   │   ├── Flexible.php
    │   │           │   │   └── Native.php
    │   │           │   ├── VarParser.php
    │   │           │   ├── VarParserException.php
    │   │           │   └── Zipper.php
    │   │           ├── HTMLPurifier.auto.php
    │   │           ├── HTMLPurifier.autoload-legacy.php
    │   │           ├── HTMLPurifier.autoload.php
    │   │           ├── HTMLPurifier.composer.php
    │   │           ├── HTMLPurifier.func.php
    │   │           ├── HTMLPurifier.includes.php
    │   │           ├── HTMLPurifier.kses.php
    │   │           ├── HTMLPurifier.path.php
    │   │           ├── HTMLPurifier.php
    │   │           └── HTMLPurifier.safe-includes.php
    │   ├── mindplay
    │   │   └── annotations
    │   │       ├── CHANGELOG.md
    │   │       ├── README.md
    │   │       ├── composer.json
    │   │       ├── composer.lock
    │   │       ├── demo
    │   │       │   ├── annotations
    │   │       │   │   ├── LengthAnnotation.php
    │   │       │   │   ├── Package.php
    │   │       │   │   ├── RangeAnnotation.php
    │   │       │   │   ├── RequiredAnnotation.php
    │   │       │   │   ├── TextAnnotation.php
    │   │       │   │   └── ValidationAnnotationBase.php
    │   │       │   ├── index.php
    │   │       │   ├── runtime
    │   │       │   └── wiki-doc.php
    │   │       ├── docs
    │   │       │   ├── AnnotationLibrary.rst
    │   │       │   ├── ConsumingAnnotations.rst
    │   │       │   ├── CustomAnnotations.rst
    │   │       │   ├── DemoScript.rst
    │   │       │   ├── DesignConsiderations.rst
    │   │       │   ├── Makefile
    │   │       │   ├── README.md
    │   │       │   ├── Roadmap.rst
    │   │       │   ├── UsingAnnotations.rst
    │   │       │   ├── conf.py
    │   │       │   ├── getting-started.rst
    │   │       │   └── index.rst
    │   │       ├── lgpl-3.0.txt
    │   │       ├── php-doc notes.txt
    │   │       ├── src
    │   │       │   └── annotations
    │   │       │       ├── Annotation.php
    │   │       │       ├── AnnotationCache.php
    │   │       │       ├── AnnotationException.php
    │   │       │       ├── AnnotationFile.php
    │   │       │       ├── AnnotationManager.php
    │   │       │       ├── AnnotationParser.php
    │   │       │       ├── Annotations.php
    │   │       │       ├── IAnnotation.php
    │   │       │       ├── IAnnotationFileAware.php
    │   │       │       ├── IAnnotationParser.php
    │   │       │       ├── StopAnnotation.php
    │   │       │       ├── UsageAnnotation.php
    │   │       │       └── standard
    │   │       │           ├── MethodAnnotation.php
    │   │       │           ├── ParamAnnotation.php
    │   │       │           ├── PropertyAnnotation.php
    │   │       │           ├── PropertyReadAnnotation.php
    │   │       │           ├── PropertyWriteAnnotation.php
    │   │       │           ├── ReturnAnnotation.php
    │   │       │           ├── TypeAnnotation.php
    │   │       │           └── VarAnnotation.php
    │   │       ├── test
    │   │       │   ├── annotations
    │   │       │   │   ├── Package.php
    │   │       │   │   ├── RequiredAnnotation.php
    │   │       │   │   └── ValidationAnnotationBase.php
    │   │       │   ├── lib
    │   │       │   │   ├── Colors.php
    │   │       │   │   ├── ResultPrinter
    │   │       │   │   │   ├── CliResultPrinter.php
    │   │       │   │   │   ├── ResultPrinter.php
    │   │       │   │   │   └── WebResultPrinter.php
    │   │       │   │   ├── xTest.php
    │   │       │   │   ├── xTestException.php
    │   │       │   │   └── xTestRunner.php
    │   │       │   ├── runtime
    │   │       │   ├── suite
    │   │       │   │   ├── Annotations.Sample.case.php
    │   │       │   │   ├── Annotations.case.php
    │   │       │   │   ├── Annotations.test.php
    │   │       │   │   ├── Sample
    │   │       │   │   │   ├── AliasMe.php
    │   │       │   │   │   ├── AnnotationInDefaultNamespace.php
    │   │       │   │   │   ├── IgnoreMe.php
    │   │       │   │   │   ├── OrphanedAnnotations.php
    │   │       │   │   │   └── SampleClass.php
    │   │       │   │   └── traits
    │   │       │   │       ├── namespaced.php
    │   │       │   │       ├── property_conflict.php
    │   │       │   │       └── toplevel.php
    │   │       │   └── test.php
    │   │       └── todo.txt
    │   ├── phpmailer
    │   │   └── phpmailer
    │   │       ├── COMMITMENT
    │   │       ├── LICENSE
    │   │       ├── README.md
    │   │       ├── SECURITY.md
    │   │       ├── VERSION
    │   │       ├── composer.json
    │   │       ├── get_oauth_token.php
    │   │       ├── language
    │   │       │   ├── phpmailer.lang-af.php
    │   │       │   ├── phpmailer.lang-ar.php
    │   │       │   ├── phpmailer.lang-az.php
    │   │       │   ├── phpmailer.lang-ba.php
    │   │       │   ├── phpmailer.lang-be.php
    │   │       │   ├── phpmailer.lang-bg.php
    │   │       │   ├── phpmailer.lang-ca.php
    │   │       │   ├── phpmailer.lang-ch.php
    │   │       │   ├── phpmailer.lang-cs.php
    │   │       │   ├── phpmailer.lang-da.php
    │   │       │   ├── phpmailer.lang-de.php
    │   │       │   ├── phpmailer.lang-el.php
    │   │       │   ├── phpmailer.lang-eo.php
    │   │       │   ├── phpmailer.lang-es.php
    │   │       │   ├── phpmailer.lang-et.php
    │   │       │   ├── phpmailer.lang-fa.php
    │   │       │   ├── phpmailer.lang-fi.php
    │   │       │   ├── phpmailer.lang-fo.php
    │   │       │   ├── phpmailer.lang-fr.php
    │   │       │   ├── phpmailer.lang-gl.php
    │   │       │   ├── phpmailer.lang-he.php
    │   │       │   ├── phpmailer.lang-hi.php
    │   │       │   ├── phpmailer.lang-hr.php
    │   │       │   ├── phpmailer.lang-hu.php
    │   │       │   ├── phpmailer.lang-hy.php
    │   │       │   ├── phpmailer.lang-id.php
    │   │       │   ├── phpmailer.lang-it.php
    │   │       │   ├── phpmailer.lang-ja.php
    │   │       │   ├── phpmailer.lang-ka.php
    │   │       │   ├── phpmailer.lang-ko.php
    │   │       │   ├── phpmailer.lang-lt.php
    │   │       │   ├── phpmailer.lang-lv.php
    │   │       │   ├── phpmailer.lang-mg.php
    │   │       │   ├── phpmailer.lang-ms.php
    │   │       │   ├── phpmailer.lang-nb.php
    │   │       │   ├── phpmailer.lang-nl.php
    │   │       │   ├── phpmailer.lang-pl.php
    │   │       │   ├── phpmailer.lang-pt.php
    │   │       │   ├── phpmailer.lang-pt_br.php
    │   │       │   ├── phpmailer.lang-ro.php
    │   │       │   ├── phpmailer.lang-ru.php
    │   │       │   ├── phpmailer.lang-sk.php
    │   │       │   ├── phpmailer.lang-sl.php
    │   │       │   ├── phpmailer.lang-sr.php
    │   │       │   ├── phpmailer.lang-sv.php
    │   │       │   ├── phpmailer.lang-tl.php
    │   │       │   ├── phpmailer.lang-tr.php
    │   │       │   ├── phpmailer.lang-uk.php
    │   │       │   ├── phpmailer.lang-vi.php
    │   │       │   ├── phpmailer.lang-zh.php
    │   │       │   └── phpmailer.lang-zh_cn.php
    │   │       └── src
    │   │           ├── Exception.php
    │   │           ├── OAuth.php
    │   │           ├── PHPMailer.php
    │   │           ├── POP3.php
    │   │           └── SMTP.php
    │   ├── thinkcmf
    │   │   ├── cmf
    │   │   │   ├── LICENSE
    │   │   │   ├── README.md
    │   │   │   ├── composer.json
    │   │   │   └── src
    │   │   │       ├── App.php
    │   │   │       ├── LICENSE.txt
    │   │   │       ├── Log.php
    │   │   │       ├── behavior
    │   │   │       │   ├── AdminLangBehavior.php
    │   │   │       │   ├── HomeLangBehavior.php
    │   │   │       │   ├── InitAppHookBehavior.php
    │   │   │       │   ├── InitHookBehavior.php
    │   │   │       │   └── LangBehavior.php
    │   │   │       ├── common.php
    │   │   │       ├── controller
    │   │   │       │   ├── AdminBaseController.php
    │   │   │       │   ├── BaseController.php
    │   │   │       │   ├── CaptchaController.php
    │   │   │       │   ├── HomeBaseController.php
    │   │   │       │   ├── PluginAdminBaseController.php
    │   │   │       │   ├── PluginBaseController.php
    │   │   │       │   ├── PluginController.php
    │   │   │       │   ├── PluginRestBaseController.php
    │   │   │       │   ├── RestAdminBaseController.php
    │   │   │       │   ├── RestBaseController.php
    │   │   │       │   ├── RestUserBaseController.php
    │   │   │       │   └── UserBaseController.php
    │   │   │       ├── facade
    │   │   │       │   └── Db.php
    │   │   │       ├── hooks.php
    │   │   │       ├── lang
    │   │   │       │   ├── en-us.php
    │   │   │       │   └── zh-cn.php
    │   │   │       ├── lib
    │   │   │       │   ├── Auth.php
    │   │   │       │   ├── Oauth2.php
    │   │   │       │   ├── Plugin.php
    │   │   │       │   ├── Storage.php
    │   │   │       │   ├── Upload.php
    │   │   │       │   ├── storage
    │   │   │       │   │   └── Local.php
    │   │   │       │   └── taglib
    │   │   │       │       └── Cmf.php
    │   │   │       ├── model
    │   │   │       │   ├── AuthAccessModel.php
    │   │   │       │   ├── AuthRuleModel.php
    │   │   │       │   ├── HookModel.php
    │   │   │       │   ├── HookPluginModel.php
    │   │   │       │   ├── OptionModel.php
    │   │   │       │   ├── RoleUserModel.php
    │   │   │       │   ├── ThemeFileModel.php
    │   │   │       │   ├── UserModel.php
    │   │   │       │   └── UserTokenModel.php
    │   │   │       ├── paginator
    │   │   │       │   └── Bootstrap.php
    │   │   │       ├── phpqrcode
    │   │   │       │   ├── CHANGELOG
    │   │   │       │   ├── LICENSE
    │   │   │       │   ├── QRcode.php
    │   │   │       │   ├── README
    │   │   │       │   └── VERSION
    │   │   │       ├── queue
    │   │   │       │   └── connector
    │   │   │       │       └── Database.php
    │   │   │       ├── response
    │   │   │       │   └── Html.php
    │   │   │       └── route
    │   │   │           └── dispatch
    │   │   │               └── Module.php
    │   │   ├── cmf-api
    │   │   │   ├── LICENSE
    │   │   │   ├── README.md
    │   │   │   ├── composer.json
    │   │   │   └── src
    │   │   │       ├── admin
    │   │   │       │   └── controller
    │   │   │       │       └── PublicController.php
    │   │   │       ├── app.php
    │   │   │       ├── database.php
    │   │   │       ├── home
    │   │   │       │   ├── controller
    │   │   │       │   │   ├── IndexController.php
    │   │   │       │   │   ├── RestController.php
    │   │   │       │   │   ├── SlidesController.php
    │   │   │       │   │   └── ThemeController.php
    │   │   │       │   ├── model
    │   │   │       │   │   ├── SlideItemModel.php
    │   │   │       │   │   ├── SlideModel.php
    │   │   │       │   │   └── ThemeFileModel.php
    │   │   │       │   ├── route.php
    │   │   │       │   └── service
    │   │   │       │       └── SlideService.php
    │   │   │       ├── portal
    │   │   │       │   └── controller
    │   │   │       │       └── IndexController.php
    │   │   │       ├── route.php
    │   │   │       ├── swagger
    │   │   │       │   └── response
    │   │   │       │       ├── ErrorResponse.php
    │   │   │       │       └── SuccessResponse.php
    │   │   │       ├── swagger.php
    │   │   │       ├── tags.php
    │   │   │       ├── user
    │   │   │       │   ├── controller
    │   │   │       │   │   ├── BalanceController.php
    │   │   │       │   │   ├── CoinController.php
    │   │   │       │   │   ├── CommentsController.php
    │   │   │       │   │   ├── FavoritesController.php
    │   │   │       │   │   ├── ProfileController.php
    │   │   │       │   │   ├── PublicController.php
    │   │   │       │   │   ├── ScoreController.php
    │   │   │       │   │   ├── UploadController.php
    │   │   │       │   │   └── VerificationCodeController.php
    │   │   │       │   ├── model
    │   │   │       │   │   ├── CommentModel.php
    │   │   │       │   │   ├── RecycleBinModel.php
    │   │   │       │   │   ├── UserBalanceLogModel.php
    │   │   │       │   │   ├── UserFavoriteModel.php
    │   │   │       │   │   ├── UserLikeModel.php
    │   │   │       │   │   ├── UserModel.php
    │   │   │       │   │   └── UserScoreLogModel.php
    │   │   │       │   ├── route.php
    │   │   │       │   ├── service
    │   │   │       │   │   ├── CommentService.php
    │   │   │       │   │   └── UserFavoriteService.php
    │   │   │       │   └── validate
    │   │   │       │       └── UserFavoriteValidate.php
    │   │   │       └── wxapp
    │   │   │           └── controller
    │   │   │               ├── PublicController.php
    │   │   │               └── UserController.php
    │   │   ├── cmf-app
    │   │   │   ├── LICENSE
    │   │   │   ├── README.md
    │   │   │   ├── composer.json
    │   │   │   └── src
    │   │   │       ├── admin
    │   │   │       │   ├── annotation
    │   │   │       │   │   ├── AdminMenuAnnotation.php
    │   │   │       │   │   └── AdminMenuRootAnnotation.php
    │   │   │       │   ├── api
    │   │   │       │   │   ├── NavApi.php
    │   │   │       │   │   ├── NavMenuApi.php
    │   │   │       │   │   └── SlideApi.php
    │   │   │       │   ├── controller
    │   │   │       │   │   ├── DialogController.php
    │   │   │       │   │   ├── HookController.php
    │   │   │       │   │   ├── IndexController.php
    │   │   │       │   │   ├── LinkController.php
    │   │   │       │   │   ├── MailerController.php
    │   │   │       │   │   ├── MainController.php
    │   │   │       │   │   ├── MenuController.php
    │   │   │       │   │   ├── NavController.php
    │   │   │       │   │   ├── NavMenuController.php
    │   │   │       │   │   ├── PluginController.php
    │   │   │       │   │   ├── PublicController.php
    │   │   │       │   │   ├── RbacController.php
    │   │   │       │   │   ├── RecycleBinController.php
    │   │   │       │   │   ├── RouteController.php
    │   │   │       │   │   ├── SettingController.php
    │   │   │       │   │   ├── SlideController.php
    │   │   │       │   │   ├── SlideItemController.php
    │   │   │       │   │   ├── StorageController.php
    │   │   │       │   │   ├── ThemeController.php
    │   │   │       │   │   └── UserController.php
    │   │   │       │   ├── hooks.php
    │   │   │       │   ├── lang
    │   │   │       │   │   ├── en-us
    │   │   │       │   │   │   ├── admin_menu.php
    │   │   │       │   │   │   └── common.php
    │   │   │       │   │   ├── en-us.php
    │   │   │       │   │   ├── zh-cn
    │   │   │       │   │   │   ├── admin.php
    │   │   │       │   │   │   ├── admin_menu.php
    │   │   │       │   │   │   └── common.php
    │   │   │       │   │   └── zh-cn.php
    │   │   │       │   ├── logic
    │   │   │       │   │   ├── HookLogic.php
    │   │   │       │   │   ├── MenuLogic.php
    │   │   │       │   │   └── PluginLogic.php
    │   │   │       │   ├── model
    │   │   │       │   │   ├── AdminMenuModel.php
    │   │   │       │   │   ├── AuthAccessModel.php
    │   │   │       │   │   ├── AuthRuleModel.php
    │   │   │       │   │   ├── HookModel.php
    │   │   │       │   │   ├── HookPluginModel.php
    │   │   │       │   │   ├── LinkModel.php
    │   │   │       │   │   ├── NavMenuModel.php
    │   │   │       │   │   ├── NavModel.php
    │   │   │       │   │   ├── OptionModel.php
    │   │   │       │   │   ├── PluginModel.php
    │   │   │       │   │   ├── RecycleBinModel.php
    │   │   │       │   │   ├── RoleModel.php
    │   │   │       │   │   ├── RoleUserModel.php
    │   │   │       │   │   ├── RouteModel.php
    │   │   │       │   │   ├── SlideItemModel.php
    │   │   │       │   │   ├── SlideModel.php
    │   │   │       │   │   ├── ThemeFileModel.php
    │   │   │       │   │   ├── ThemeModel.php
    │   │   │       │   │   └── UserModel.php
    │   │   │       │   ├── service
    │   │   │       │   │   └── ApiService.php
    │   │   │       │   └── validate
    │   │   │       │       ├── AdminMenuValidate.php
    │   │   │       │       ├── LinkValidate.php
    │   │   │       │       ├── RoleValidate.php
    │   │   │       │       ├── RouteValidate.php
    │   │   │       │       ├── SettingSiteValidate.php
    │   │   │       │       ├── SlideValidate.php
    │   │   │       │       ├── StorageQiniuValidate.php
    │   │   │       │       └── UserValidate.php
    │   │   │       ├── app.php
    │   │   │       ├── database.php
    │   │   │       ├── paginate.php
    │   │   │       ├── portal
    │   │   │       │   └── controller
    │   │   │       │       └── IndexController.php
    │   │   │       ├── tags.php
    │   │   │       ├── template.php
    │   │   │       └── user
    │   │   │           ├── controller
    │   │   │           │   ├── AdminAssetController.php
    │   │   │           │   ├── AdminIndexController.php
    │   │   │           │   ├── AdminOauthController.php
    │   │   │           │   ├── AdminUserActionController.php
    │   │   │           │   ├── AssetController.php
    │   │   │           │   ├── CommentController.php
    │   │   │           │   ├── FavoriteController.php
    │   │   │           │   ├── IndexController.php
    │   │   │           │   ├── LoginController.php
    │   │   │           │   ├── ProfileController.php
    │   │   │           │   ├── PublicController.php
    │   │   │           │   ├── RegisterController.php
    │   │   │           │   ├── UeditorController.php
    │   │   │           │   └── VerificationCodeController.php
    │   │   │           ├── hooks.php
    │   │   │           ├── lang
    │   │   │           │   ├── en-us
    │   │   │           │   │   └── admin_menu.php
    │   │   │           │   ├── en-us.php
    │   │   │           │   ├── zh-cn
    │   │   │           │   │   └── admin_menu.php
    │   │   │           │   └── zh-cn.php
    │   │   │           ├── logic
    │   │   │           │   └── UserActionLogic.php
    │   │   │           ├── model
    │   │   │           │   ├── AssetModel.php
    │   │   │           │   ├── CommentModel.php
    │   │   │           │   ├── ThirdPartyUserModel.php
    │   │   │           │   ├── UserActionModel.php
    │   │   │           │   ├── UserFavoriteModel.php
    │   │   │           │   └── UserModel.php
    │   │   │           ├── url.php
    │   │   │           ├── user_action.php
    │   │   │           └── validate
    │   │   │               ├── FavoriteValidate.php
    │   │   │               └── UserArticlesValidate.php
    │   │   ├── cmf-extend
    │   │   │   ├── README.md
    │   │   │   ├── composer.json
    │   │   │   └── src
    │   │   │       ├── dir
    │   │   │       │   └── Dir.php
    │   │   │       ├── tree
    │   │   │       │   └── Tree.php
    │   │   │       └── wxapp
    │   │   │           └── aes
    │   │   │               ├── ErrorCode.php
    │   │   │               ├── PKCS7Encoder.php
    │   │   │               ├── Prpcrypt.php
    │   │   │               ├── WXBizDataCrypt.php
    │   │   │               └── demo.php
    │   │   └── cmf-install
    │   │       ├── LICENSE
    │   │       ├── README.md
    │   │       ├── composer.json
    │   │       └── src
    │   │           ├── common.php
    │   │           ├── config.php
    │   │           ├── controller
    │   │           │   └── IndexController.php
    │   │           ├── data
    │   │           │   ├── config.php
    │   │           │   └── thinkcmf.sql
    │   │           ├── lang
    │   │           │   ├── en-us.php
    │   │           │   └── zh-cn.php
    │   │           └── view
    │   │               ├── index.html
    │   │               ├── public
    │   │               │   ├── footer.html
    │   │               │   ├── head.html
    │   │               │   └── header.html
    │   │               ├── step2.html
    │   │               ├── step3.html
    │   │               ├── step4.html
    │   │               └── step5.html
    │   ├── thinkphp
    │   │   ├── CONTRIBUTING.md
    │   │   ├── LICENSE.txt
    │   │   ├── README.md
    │   │   ├── base.php
    │   │   ├── composer.json
    │   │   ├── convention.php
    │   │   ├── helper.php
    │   │   ├── lang
    │   │   │   └── zh-cn.php
    │   │   ├── library
    │   │   │   ├── think
    │   │   │   │   ├── App.php
    │   │   │   │   ├── Build.php
    │   │   │   │   ├── Cache.php
    │   │   │   │   ├── Collection.php
    │   │   │   │   ├── Config.php
    │   │   │   │   ├── Console.php
    │   │   │   │   ├── Container.php
    │   │   │   │   ├── Controller.php
    │   │   │   │   ├── Cookie.php
    │   │   │   │   ├── Db.php
    │   │   │   │   ├── Debug.php
    │   │   │   │   ├── Env.php
    │   │   │   │   ├── Error.php
    │   │   │   │   ├── Exception.php
    │   │   │   │   ├── Facade.php
    │   │   │   │   ├── File.php
    │   │   │   │   ├── Hook.php
    │   │   │   │   ├── Lang.php
    │   │   │   │   ├── Loader.php
    │   │   │   │   ├── Log.php
    │   │   │   │   ├── Middleware.php
    │   │   │   │   ├── Model.php
    │   │   │   │   ├── Paginator.php
    │   │   │   │   ├── Process.php
    │   │   │   │   ├── Request.php
    │   │   │   │   ├── Response.php
    │   │   │   │   ├── Route.php
    │   │   │   │   ├── Session.php
    │   │   │   │   ├── Template.php
    │   │   │   │   ├── Url.php
    │   │   │   │   ├── Validate.php
    │   │   │   │   ├── View.php
    │   │   │   │   ├── cache
    │   │   │   │   │   ├── Driver.php
    │   │   │   │   │   └── driver
    │   │   │   │   │       ├── File.php
    │   │   │   │   │       ├── Lite.php
    │   │   │   │   │       ├── Memcache.php
    │   │   │   │   │       ├── Memcached.php
    │   │   │   │   │       ├── Redis.php
    │   │   │   │   │       ├── Sqlite.php
    │   │   │   │   │       ├── Wincache.php
    │   │   │   │   │       └── Xcache.php
    │   │   │   │   ├── config
    │   │   │   │   │   └── driver
    │   │   │   │   │       ├── Ini.php
    │   │   │   │   │       ├── Json.php
    │   │   │   │   │       └── Xml.php
    │   │   │   │   ├── console
    │   │   │   │   │   ├── Command.php
    │   │   │   │   │   ├── Input.php
    │   │   │   │   │   ├── LICENSE
    │   │   │   │   │   ├── Output.php
    │   │   │   │   │   ├── Table.php
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   ├── README.md
    │   │   │   │   │   │   └── hiddeninput.exe
    │   │   │   │   │   ├── command
    │   │   │   │   │   │   ├── Build.php
    │   │   │   │   │   │   ├── Clear.php
    │   │   │   │   │   │   ├── Help.php
    │   │   │   │   │   │   ├── Lists.php
    │   │   │   │   │   │   ├── Make.php
    │   │   │   │   │   │   ├── RouteList.php
    │   │   │   │   │   │   ├── RunServer.php
    │   │   │   │   │   │   ├── Version.php
    │   │   │   │   │   │   ├── make
    │   │   │   │   │   │   │   ├── Command.php
    │   │   │   │   │   │   │   ├── Controller.php
    │   │   │   │   │   │   │   ├── Middleware.php
    │   │   │   │   │   │   │   ├── Model.php
    │   │   │   │   │   │   │   ├── Validate.php
    │   │   │   │   │   │   │   └── stubs
    │   │   │   │   │   │   │       ├── command.stub
    │   │   │   │   │   │   │       ├── controller.api.stub
    │   │   │   │   │   │   │       ├── controller.plain.stub
    │   │   │   │   │   │   │       ├── controller.stub
    │   │   │   │   │   │   │       ├── middleware.stub
    │   │   │   │   │   │   │       ├── model.stub
    │   │   │   │   │   │   │       └── validate.stub
    │   │   │   │   │   │   └── optimize
    │   │   │   │   │   │       ├── Autoload.php
    │   │   │   │   │   │       ├── Config.php
    │   │   │   │   │   │       ├── Route.php
    │   │   │   │   │   │       └── Schema.php
    │   │   │   │   │   ├── input
    │   │   │   │   │   │   ├── Argument.php
    │   │   │   │   │   │   ├── Definition.php
    │   │   │   │   │   │   └── Option.php
    │   │   │   │   │   └── output
    │   │   │   │   │       ├── Ask.php
    │   │   │   │   │       ├── Descriptor.php
    │   │   │   │   │       ├── Formatter.php
    │   │   │   │   │       ├── Question.php
    │   │   │   │   │       ├── descriptor
    │   │   │   │   │       │   └── Console.php
    │   │   │   │   │       ├── driver
    │   │   │   │   │       │   ├── Buffer.php
    │   │   │   │   │       │   ├── Console.php
    │   │   │   │   │       │   └── Nothing.php
    │   │   │   │   │       ├── formatter
    │   │   │   │   │       │   ├── Stack.php
    │   │   │   │   │       │   └── Style.php
    │   │   │   │   │       └── question
    │   │   │   │   │           ├── Choice.php
    │   │   │   │   │           └── Confirmation.php
    │   │   │   │   ├── db
    │   │   │   │   │   ├── Builder.php
    │   │   │   │   │   ├── Connection.php
    │   │   │   │   │   ├── Expression.php
    │   │   │   │   │   ├── Query.php
    │   │   │   │   │   ├── Where.php
    │   │   │   │   │   ├── builder
    │   │   │   │   │   │   ├── Mysql.php
    │   │   │   │   │   │   ├── Pgsql.php
    │   │   │   │   │   │   ├── Sqlite.php
    │   │   │   │   │   │   └── Sqlsrv.php
    │   │   │   │   │   ├── connector
    │   │   │   │   │   │   ├── Mysql.php
    │   │   │   │   │   │   ├── Pgsql.php
    │   │   │   │   │   │   ├── Sqlite.php
    │   │   │   │   │   │   ├── Sqlsrv.php
    │   │   │   │   │   │   └── pgsql.sql
    │   │   │   │   │   └── exception
    │   │   │   │   │       ├── BindParamException.php
    │   │   │   │   │       ├── DataNotFoundException.php
    │   │   │   │   │       └── ModelNotFoundException.php
    │   │   │   │   ├── debug
    │   │   │   │   │   ├── Console.php
    │   │   │   │   │   └── Html.php
    │   │   │   │   ├── exception
    │   │   │   │   │   ├── ClassNotFoundException.php
    │   │   │   │   │   ├── DbException.php
    │   │   │   │   │   ├── ErrorException.php
    │   │   │   │   │   ├── Handle.php
    │   │   │   │   │   ├── HttpException.php
    │   │   │   │   │   ├── HttpResponseException.php
    │   │   │   │   │   ├── PDOException.php
    │   │   │   │   │   ├── RouteNotFoundException.php
    │   │   │   │   │   ├── TemplateNotFoundException.php
    │   │   │   │   │   ├── ThrowableError.php
    │   │   │   │   │   └── ValidateException.php
    │   │   │   │   ├── facade
    │   │   │   │   │   ├── App.php
    │   │   │   │   │   ├── Build.php
    │   │   │   │   │   ├── Cache.php
    │   │   │   │   │   ├── Config.php
    │   │   │   │   │   ├── Cookie.php
    │   │   │   │   │   ├── Debug.php
    │   │   │   │   │   ├── Env.php
    │   │   │   │   │   ├── Hook.php
    │   │   │   │   │   ├── Lang.php
    │   │   │   │   │   ├── Log.php
    │   │   │   │   │   ├── Middleware.php
    │   │   │   │   │   ├── Request.php
    │   │   │   │   │   ├── Response.php
    │   │   │   │   │   ├── Route.php
    │   │   │   │   │   ├── Session.php
    │   │   │   │   │   ├── Template.php
    │   │   │   │   │   ├── Url.php
    │   │   │   │   │   ├── Validate.php
    │   │   │   │   │   └── View.php
    │   │   │   │   ├── log
    │   │   │   │   │   └── driver
    │   │   │   │   │       ├── File.php
    │   │   │   │   │       └── Socket.php
    │   │   │   │   ├── model
    │   │   │   │   │   ├── Collection.php
    │   │   │   │   │   ├── Pivot.php
    │   │   │   │   │   ├── Relation.php
    │   │   │   │   │   ├── concern
    │   │   │   │   │   │   ├── Attribute.php
    │   │   │   │   │   │   ├── Conversion.php
    │   │   │   │   │   │   ├── ModelEvent.php
    │   │   │   │   │   │   ├── RelationShip.php
    │   │   │   │   │   │   ├── SoftDelete.php
    │   │   │   │   │   │   └── TimeStamp.php
    │   │   │   │   │   └── relation
    │   │   │   │   │       ├── BelongsTo.php
    │   │   │   │   │       ├── BelongsToMany.php
    │   │   │   │   │       ├── HasMany.php
    │   │   │   │   │       ├── HasManyThrough.php
    │   │   │   │   │       ├── HasOne.php
    │   │   │   │   │       ├── MorphMany.php
    │   │   │   │   │       ├── MorphOne.php
    │   │   │   │   │       ├── MorphTo.php
    │   │   │   │   │       └── OneToOne.php
    │   │   │   │   ├── paginator
    │   │   │   │   │   └── driver
    │   │   │   │   │       └── Bootstrap.php
    │   │   │   │   ├── process
    │   │   │   │   │   ├── Builder.php
    │   │   │   │   │   ├── Utils.php
    │   │   │   │   │   ├── exception
    │   │   │   │   │   │   ├── Faild.php
    │   │   │   │   │   │   ├── Failed.php
    │   │   │   │   │   │   └── Timeout.php
    │   │   │   │   │   └── pipes
    │   │   │   │   │       ├── Pipes.php
    │   │   │   │   │       ├── Unix.php
    │   │   │   │   │       └── Windows.php
    │   │   │   │   ├── response
    │   │   │   │   │   ├── Download.php
    │   │   │   │   │   ├── Json.php
    │   │   │   │   │   ├── Jsonp.php
    │   │   │   │   │   ├── Jump.php
    │   │   │   │   │   ├── Redirect.php
    │   │   │   │   │   ├── View.php
    │   │   │   │   │   └── Xml.php
    │   │   │   │   ├── route
    │   │   │   │   │   ├── AliasRule.php
    │   │   │   │   │   ├── Dispatch.php
    │   │   │   │   │   ├── Domain.php
    │   │   │   │   │   ├── Resource.php
    │   │   │   │   │   ├── Rule.php
    │   │   │   │   │   ├── RuleGroup.php
    │   │   │   │   │   ├── RuleItem.php
    │   │   │   │   │   ├── RuleName.php
    │   │   │   │   │   └── dispatch
    │   │   │   │   │       ├── Callback.php
    │   │   │   │   │       ├── Controller.php
    │   │   │   │   │       ├── Module.php
    │   │   │   │   │       ├── Redirect.php
    │   │   │   │   │       ├── Response.php
    │   │   │   │   │       ├── Url.php
    │   │   │   │   │       └── View.php
    │   │   │   │   ├── session
    │   │   │   │   │   └── driver
    │   │   │   │   │       ├── Memcache.php
    │   │   │   │   │       ├── Memcached.php
    │   │   │   │   │       └── Redis.php
    │   │   │   │   ├── template
    │   │   │   │   │   ├── TagLib.php
    │   │   │   │   │   ├── driver
    │   │   │   │   │   │   └── File.php
    │   │   │   │   │   └── taglib
    │   │   │   │   │       └── Cx.php
    │   │   │   │   ├── validate
    │   │   │   │   │   └── ValidateRule.php
    │   │   │   │   └── view
    │   │   │   │       └── driver
    │   │   │   │           ├── Php.php
    │   │   │   │           └── Think.php
    │   │   │   └── traits
    │   │   │       └── controller
    │   │   │           └── Jump.php
    │   │   ├── logo.png
    │   │   ├── phpunit.xml.dist
    │   │   └── tpl
    │   │       ├── default_index.tpl
    │   │       ├── dispatch_jump.tpl
    │   │       ├── page_trace.tpl
    │   │       └── think_exception.tpl
    │   └── topthink
    │       ├── think-captcha
    │       │   ├── LICENSE
    │       │   ├── README.md
    │       │   ├── assets
    │       │   │   ├── bgs
    │       │   │   │   ├── 1.jpg
    │       │   │   │   ├── 2.jpg
    │       │   │   │   ├── 3.jpg
    │       │   │   │   ├── 4.jpg
    │       │   │   │   ├── 5.jpg
    │       │   │   │   ├── 6.jpg
    │       │   │   │   ├── 7.jpg
    │       │   │   │   └── 8.jpg
    │       │   │   ├── ttfs
    │       │   │   │   ├── 1.ttf
    │       │   │   │   ├── 2.ttf
    │       │   │   │   ├── 3.ttf
    │       │   │   │   ├── 4.ttf
    │       │   │   │   ├── 5.ttf
    │       │   │   │   └── 6.ttf
    │       │   │   └── zhttfs
    │       │   │       └── 1.ttf
    │       │   ├── composer.json
    │       │   └── src
    │       │       ├── Captcha.php
    │       │       ├── CaptchaController.php
    │       │       └── helper.php
    │       ├── think-helper
    │       │   ├── LICENSE
    │       │   ├── README.md
    │       │   ├── composer.json
    │       │   └── src
    │       │       ├── Arr.php
    │       │       ├── Hash.php
    │       │       ├── Str.php
    │       │       ├── Time.php
    │       │       ├── hash
    │       │       │   ├── Bcrypt.php
    │       │       │   └── Md5.php
    │       │       └── helper.php
    │       ├── think-image
    │       │   ├── LICENSE
    │       │   ├── README.md
    │       │   ├── composer.json
    │       │   ├── phpunit.xml
    │       │   ├── src
    │       │   │   ├── Image.php
    │       │   │   └── image
    │       │   │       ├── Exception.php
    │       │   │       └── gif
    │       │   │           ├── Decoder.php
    │       │   │           ├── Encoder.php
    │       │   │           └── Gif.php
    │       │   └── tests
    │       │       ├── CropTest.php
    │       │       ├── FlipTest.php
    │       │       ├── InfoTest.php
    │       │       ├── RotateTest.php
    │       │       ├── TestCase.php
    │       │       ├── TextTest.php
    │       │       ├── ThumbTest.php
    │       │       ├── WaterTest.php
    │       │       ├── autoload.php
    │       │       ├── images
    │       │       │   ├── test.bmp
    │       │       │   ├── test.gif
    │       │       │   ├── test.jpg
    │       │       │   ├── test.png
    │       │       │   └── test.ttf
    │       │       └── tmp
    │       └── think-installer
    │           ├── composer.json
    │           └── src
    │               ├── LibraryInstaller.php
    │               ├── Plugin.php
    │               ├── Promise.php
    │               ├── ThinkExtend.php
    │               ├── ThinkFramework.php
    │               └── ThinkTesting.php
    └── version

574 directories, 3653 files


实例下载地址

多类任务管理系统

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警