fix: change deprecated option rollupOptions to rolldownOptions

This commit is contained in:
JellyBrick
2025-09-07 15:17:51 +09:00
parent 0b3c6f9e1f
commit bdc9f42681
2 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ const typeList = Object.values(MaterialType);
export default createPlugin({
name: () => t('plugins.transparent-player.name'),
description: () => t('plugins.transparent-player.description'),
addedVersion: '3.10.x',
addedVersion: '3.11.x',
restartNeeded: true,
platform: Platform.Windows,
config: defaultConfig,