download must login

This commit is contained in:
2025-09-25 20:29:30 +08:00
parent cdf2c035a5
commit ca3610ce36
7 changed files with 27 additions and 7 deletions

View File

@@ -17,8 +17,13 @@ return [
(new Extend\Frontend('forum'))
->js(__DIR__.'/js/dist/forum.js')
->css(__DIR__.'/less/forum.less'),
(new Extend\Frontend('admin'))
->js(__DIR__.'/js/dist/admin.js'),
new Extend\Locales(__DIR__.'/locale'),
(new Extend\Formatter())
->configure(FormatterConfigure::class),
(new Extend\Settings())
->serializeToForum('klxf-coyote-pulse-viewer.download-must-login', 'klxf-coyote-pulse-viewer.download-must-login'),
];