123456789101112131415161718192021222324252627282930313233343536 |
- <?php
- return [
- 'fetch_upload_view' => [
- "type" => 2,
- "name" => '获取上传界面',
- "description" => "获取上传界面",
- "once" => 1
- ],
- 'user_admin_index_view' => [
- "type" => 2,
- "name" => '用户管理本站用户列表界面',
- "description" => "用户管理本站用户列表界面",
- "once" => 1
- ],
- 'user_admin_asset_index_view' => [
- "type" => 2,
- "name" => '资源管理列表界面',
- "description" => "资源管理列表界面",
- "once" => 1
- ],
- 'user_admin_oauth_index_view' => [
- "type" => 2,
- "name" => '用户管理第三方用户列表界面',
- "description" => "用户管理第三方用户列表界面",
- "once" => 1
- ],
- ];
|