初始上传
This commit is contained in:
17
app/component/controller/Text.php
Executable file
17
app/component/controller/Text.php
Executable file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace app\component\controller;
|
||||
|
||||
/**
|
||||
* 文本·组件
|
||||
*/
|
||||
class Text extends BaseDiyView
|
||||
{
|
||||
/**
|
||||
* 后台编辑界面
|
||||
*/
|
||||
public function design()
|
||||
{
|
||||
return $this->fetch("text/design.html");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user