* @Copyright (c) 2020~2023 https://www.aieok.com All rights reserved. */ namespace app\admin\controller\addon; use app\common\controller\AdminController; use think\facade\View; class Template extends AdminController { public function index() { return View::fetch(); } }