代码拉取完成,页面将自动刷新
<?php
/*
* This file is part of fof/formatting.
*
* Copyright (c) 2019 FriendsOfFlarum.
*
* For the full copyright and license information, please view the LICENSE.md
* file that was distributed with this source code.
*/
namespace FoF\Formatting;
use Flarum\Extend;
use FoF\Components\Extend\AddFofComponents;
use Illuminate\Events\Dispatcher;
return [
new AddFofComponents(),
(new Extend\Frontend('admin'))
->js(__DIR__.'/js/dist/admin.js')
->css(__DIR__.'/resources/less/admin.less'),
new Extend\Locales(__DIR__.'/resources/locale'),
function (Dispatcher $dispatcher) {
$dispatcher->subscribe(Listeners\FormatterConfigurator::class);
$dispatcher->subscribe(Listeners\ClearCache::class);
},
];
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。