创建版本
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
<?php
|
||||
return [
|
||||
"name" => "讨论",
|
||||
"version" => "1.0",
|
||||
"description" => "讨论管理",
|
||||
"controllers" => [
|
||||
"category" => [
|
||||
"name" => "板块",
|
||||
"actions" => [
|
||||
"index" => [
|
||||
"name" => "列表"
|
||||
],
|
||||
"view" => [
|
||||
"name" => "查看"
|
||||
],
|
||||
"add" => [
|
||||
"name" => "新建"
|
||||
],
|
||||
"delete" => [
|
||||
"name" => "删除"
|
||||
]
|
||||
]
|
||||
],
|
||||
"post" => [
|
||||
"name" => "帖子",
|
||||
"actions" => [
|
||||
"index" => [
|
||||
"name" => "列表"
|
||||
],
|
||||
"category" => [
|
||||
"name" => "类别"
|
||||
],
|
||||
"reply" => [
|
||||
"name" => "回复"
|
||||
],
|
||||
"view" => [
|
||||
"name" => "查看"
|
||||
],
|
||||
"add" => [
|
||||
"name" => "新建"
|
||||
],
|
||||
"delete" => [
|
||||
"name" => "删除"
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user