feat: reimplement inject css, fix types

This commit is contained in:
JellyBrick
2023-11-26 23:12:19 +09:00
parent 3ab4cd5d05
commit e12e67af0e
11 changed files with 312 additions and 180 deletions

View File

@ -3,5 +3,5 @@ import style from './style.css?inline';
export default createPlugin({
name: 'Blur Navigation Bar',
renderer: { stylesheet: style },
renderer: { stylesheets: [style] },
});