修改说明文件;

This commit is contained in:
2022-04-02 11:22:28 +08:00
parent 0339a1d33f
commit dc1b3d4ab4
2 changed files with 7 additions and 6 deletions

View File

@@ -60,12 +60,13 @@ Route::view('/', 'welcome', [
'description' => '完善的命令行开发模式, 一键生成控制器、模型、视图、JS等文件, 使开发速度快速提升。',
],
[
'name' => '公众号&小程序模块',
'description' => '待开发。。。',
'name' => '详细的开发规范',
'description' => '通过文档详细约定各个文件和目录的用法',
],
[
'name' => '插件管理模块',
'description' => '待开发。。。',
'name' => '',
'description' => '',
],
],
]);