文件
2025-08-31 15:49:45 +08:00

13 行
372 B
JSON

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