目录结构FastAdmin目录结构遵循ThinkPHP5官方建议的模块设计:FastAdmin项目目录├──addons//插件存放目录├──application//应用目录│├──admin//后台管理应用模块│├──api//API应用模块│├──common//通用应用模块│├──extra//扩展配置目录│├──index//前台应用模块│├──build.php│├──command.php//命令行配置│├──common.php//通用辅助函数│├──config.php//基础配置│├──database.php//数据库配置│├──route.php//路由配置│├──ta