文件
flarum-theme-switch/composer.json
T
2025-08-30 22:29:45 +08:00

13 行
359 B
JSON

{
"name": "xiaoxiaobai5724/flarum-theme-switch",
"type": "flarum-extension",
"require": { "flarum/core": "^1.0" },
"autoload": { "psr-4": { "Demo\\ThemeSwitcher\\": "src/" } },
"extra": {
"flarum-extension": {
"title": "Theme Switcher",
"icon": { "name": "fas fa-palette", "backgroundColor": "#673ab7", "color": "#fff" }
}
}
}