新增: 音频可视化壁纸主题(WASAPI+FFT+Canvas)

This commit is contained in:
2026-05-30 22:29:19 +08:00
parent cd7247d880
commit 1f892fc390
13 changed files with 839 additions and 15 deletions

View File

@@ -29,4 +29,8 @@ export const go = {
clearPhotoDir: () => w.clearPhotoDir(),
savePhotoInterval: (val: number) => w.savePhotoInterval(val),
resizeToFit: (w: number, h: number) => w.resizeToFit(w, h),
saveAudioVizStyle: (style: string) => w.saveAudioVizStyle(style),
saveAudioSensitivity: (val: number) => w.saveAudioSensitivity(val),
saveAudioSmoothing: (val: number) => w.saveAudioSmoothing(val),
saveAudioColorScheme: (scheme: string) => w.saveAudioColorScheme(scheme),
}