2025-02-26 15:21:01 +08:00

16 lines
210 B
Plaintext
Executable File

<?php
namespace addons\{%addon%}\controller;
use think\addons\Controller;
class Index extends Controller
{
public function index()
{
$this->error("当前插件暂无前台页面");
}
}