This commit is contained in:
Fang_Zhijian 2025-09-24 18:41:44 +08:00
parent 34249f5a34
commit f5ae19c58f

View File

@ -15,7 +15,8 @@ use Flarum\Extend;
return [ return [
(new Extend\Frontend('forum')) (new Extend\Frontend('forum'))
->js(__DIR__.'/js/dist/forum.js'), ->js(__DIR__.'/js/dist/forum.js')
->css(__DIR__.'/less/forum.less'),
new Extend\Locales(__DIR__.'/locale'), new Extend\Locales(__DIR__.'/locale'),
(new Extend\Formatter()) (new Extend\Formatter())