feat:improve the audio function of the article

This commit is contained in:
zyronon
2025-09-14 16:41:33 +08:00
parent e921d00a15
commit 3b5d8d94ed
10 changed files with 189 additions and 276 deletions

1
components.d.ts vendored
View File

@@ -16,6 +16,7 @@ declare module 'vue' {
IconBxVolume: typeof import('~icons/bx/volume')['default']
IconBxVolumeFull: typeof import('~icons/bx/volume-full')['default']
IconBxVolumeLow: typeof import('~icons/bx/volume-low')['default']
IconBxVolumeMute: typeof import('~icons/bx/volume-mute')['default']
IconEosIconsLoading: typeof import('~icons/eos-icons/loading')['default']
IconFluentAdd16Filled: typeof import('~icons/fluent/add16-filled')['default']
IconFluentAdd16Regular: typeof import('~icons/fluent/add16-regular')['default']