Commit Graph

  • 09a99f75ae
    feat: display version number dynamically and add GitHub link in PreferencePanel Astrian Zheng 2025-05-28 15:14:13 +1000
  • af9ff7410b
    refactor: remove unused style-src directive from content security policy in manifest Astrian Zheng 2025-05-28 15:02:23 +1000
  • 1ab08ffcb0
    feat: update README to reflect MSR Mod details and features Astrian Zheng 2025-05-28 14:53:02 +1000
  • cb655c3ab4
    feat: enhance workflow for building and publishing the extension to Chrome Web Store Astrian Zheng 2025-05-28 14:39:15 +1000
  • baaf451978
    refactor: update workflow names to Chinese and remove unnecessary console log Astrian Zheng 2025-05-28 14:05:01 +1000
  • ccd5545779
    feat: add workflow for building the extension with Node.js Astrian Zheng 2025-05-28 13:59:52 +1000
  • edb6662d0e
    feat: add dev:refresh script for rebuilding and refreshing the project Astrian Zheng 2025-05-28 13:56:16 +1000
  • 6ed684e567
    feat: add prebuild script for processing manifest and index files Astrian Zheng 2025-05-28 13:55:06 +1000
  • c34574666e
    feat: update HTML structure and add favicon and icons for the extension Astrian Zheng 2025-05-28 13:38:36 +1000
  • e03741a0f8
    feat(Manifest, Background): add action configuration for extension icon and click behavior Astrian Zheng 2025-05-28 13:17:02 +1000
  • 4c85a037fa
    fix(App): set initial state of presentPreferencePanel to false Astrian Zheng 2025-05-28 13:12:12 +1000
  • 885a7dabab
    feat(PreferencePanel, usePreferences): add PreferencePanel component and integrate preference settings Astrian Zheng 2025-05-28 12:34:14 +1000
  • e245afd709
    refactor(App): comment out unused SearchIcon import and button Astrian Zheng 2025-05-28 11:40:05 +1000
  • 84aca02fc0
    feat(PlayQueue): disable shuffle mode when playing album or list Astrian Zheng 2025-05-28 11:34:43 +1000
  • c02c3edce9
    feat(Playroom): update lyrics tooltip styling for improved visibility and aesthetics Astrian Zheng 2025-05-28 11:33:02 +1000
  • b9a8ca7ae4
    feat(Player, Playroom): add volume control functionality with persistent settings Astrian Zheng 2025-05-28 11:30:12 +1000
  • 1cecf52dfd
    feat(Playroom): implement toggle functionality for more options dialog with animations Astrian Zheng 2025-05-28 11:14:53 +1000
  • 3df5b1527d
    feat(Playroom): add new icons for audio quality and Chromecast options in more options dialog Astrian Zheng 2025-05-28 11:11:38 +1000
  • ab67e07384
    feat(PlayListItem, Library): add PlayListItem component and integrate into Library page Astrian Zheng 2025-05-28 10:45:16 +1000
  • 0cfd82d34a
    feat(AlbumDetail, Player, Library): enhance playback functionality and improve user prompts Astrian Zheng 2025-05-28 10:18:05 +1000
  • 65e3520ecf
    feat(Library): add Library page and integrate favourites functionality refactor(useFavourites): switch from chrome.storage.sync to chrome.storage.local and normalize favourites data Astrian Zheng 2025-05-28 09:46:43 +1000
  • 377a15cdad
    fix(AlbumDetailDialog): comment out unused StarEmptyIcon button for cleanup Astrian Zheng 2025-05-27 22:08:31 +1000
  • ede6eef00f
    feat(TrackItem): add favourites functionality to track item component Astrian Zheng 2025-05-27 22:07:43 +1000
  • 6a5d6369fa
    feat(Favourites): implement favourites store for managing user favourites Astrian Zheng 2025-05-27 22:04:21 +1000
  • 3d962c647f
    refactor(usePreferences): remove debug logging and simplify API detection Astrian Zheng 2025-05-27 21:40:14 +1000
  • 00b1083626
    fix(App): comment out unused RouterLink for the lucky route Astrian Zheng 2025-05-27 21:23:20 +1000
  • dc09918aa9
    fix(App): update back button background color for consistency Astrian Zheng 2025-05-27 21:23:04 +1000
  • d61320b97b
    fix(App): use local router instance for navigation in back button Astrian Zheng 2025-05-27 21:22:48 +1000
  • 404698bfd1
    feat(PlayQueueItem): add moveUp and moveDown functions for queue item repositioning Astrian Zheng 2025-05-27 21:17:37 +1000
  • cf158c5d73
    fix(PlayQueueItem): set queueReplaceLock to true before removing item from queue Astrian Zheng 2025-05-27 21:13:25 +1000
  • 8eee570200
    feat(PlayQueue): implement PlayQueueItem component for better queue management and UI Astrian Zheng 2025-05-27 21:12:52 +1000
  • f8b860adf3
    fix(Player): adjust album cover image size for better alignment Astrian Zheng 2025-05-27 20:33:55 +1000
  • 35cb800d64
    fix(Playroom): update background overlay for improved visibility Astrian Zheng 2025-05-27 19:24:33 +1000
  • b60f84f36d
    fix(AlbumDetailDialog): add overflow hidden to track item container for better layout Astrian Zheng 2025-05-27 18:39:16 +1000
  • 9f5add6163
    fix(TrackItem): update toast message and duration for queue addition feedback Astrian Zheng 2025-05-27 17:10:42 +1000
  • c6868ed2a2
    feat: add vue-toast-notification for user feedback and implement queue management in TrackItem component Astrian Zheng 2025-05-27 17:03:55 +1000
  • 7f86c8bfa9
    feat(AlbumDetailDialog): enhance dialog styling with backdrop blur and image shadow Astrian Zheng 2025-05-27 16:23:21 +1000
  • ca07ae3a8c
    feat(AlbumDetailDialog): enhance album background styling and loading indicator fix(TrackItem): adjust button hover effects and reposition track number display Astrian Zheng 2025-05-27 16:08:05 +1000
  • 34aedfdb24
    feat(Home): add AlbumDetailDialog component for album details display Astrian Zheng 2025-05-27 15:01:37 +1000
  • 6ff90137e7
    fix(Player): comment out preloading progress indicator in template Astrian Zheng 2025-05-27 14:17:01 +1000
  • 7a0c638d2c
    feat(Player): implement audio preloading functionality with state management Astrian Zheng 2025-05-27 13:44:04 +1000
  • 096e74a9bd
    fix(Playroom): add tooltip for lyrics button with fade transition on hover Astrian Zheng 2025-05-27 12:08:34 +1000
  • ee5c8c22d2
    fix(Playroom): adjust album cover scaling effect for improved visual consistency Astrian Zheng 2025-05-27 09:32:42 +1000
  • 401905fd43
    fix(ScrollingLyrics): standardize formatting and improve readability of code structure Astrian Zheng 2025-05-26 21:31:14 +1000
  • f44c718e2d
    fix(Playroom): enhance album cover hover effect with dynamic scaling based on playback state Astrian Zheng 2025-05-26 21:28:20 +1000
  • 9f4c5fc0f6
    fix(Playroom): remove unnecessary animations from shuffle and repeat button toggles for cleaner functionality Astrian Zheng 2025-05-26 20:45:35 +1000
  • ff51653326
    fix(Playroom): add overflow hidden to album cover container for improved layout Astrian Zheng 2025-05-26 20:42:05 +1000
  • bb40342725
    fix(Playroom): enhance album cover display with scaling effect Astrian Zheng 2025-05-26 20:36:52 +1000
  • d8d1284c56
    fix: update language attribute in HTML and adjust script source path for consistency refactor(ScrollingLyrics): simplify markup and improve readability of lyrics rendering logic Astrian Zheng 2025-05-26 20:30:55 +1000
  • 5a200edd11
    fix(Playroom): correct script source path and add ChatBubbleQuoteFull icon for improved lyrics display Astrian Zheng 2025-05-26 19:49:36 +1000
  • 588182e888
    feat(Playroom): add lyrics display functionality with animations and preferences management Astrian Zheng 2025-05-26 19:34:13 +1000
  • 95d00616d0
    fix(ScrollingLyrics): adjust scroll behavior and limit range for user interactions Astrian Zheng 2025-05-26 18:52:20 +1000
  • 145a2d2dbb
    fix: storage / network permission issue Astrian Zheng 2025-05-26 18:44:25 +1000
  • c129b2dd1b
    fix(ScrollingLyrics): handle empty lyrics input by returning a default empty line and adjust current line index logic Astrian Zheng 2025-05-26 18:28:33 +1000
  • 8a16f3cde8
    style(ScrollingLyrics): adjust layout and improve animations for better user experience Astrian Zheng 2025-05-26 18:23:24 +1000
  • 6bf9c493aa
    feat(ScrollingLyrics): enhance lyrics display with scroll indicators, loading states, and user interactions Astrian Zheng 2025-05-26 17:49:26 +1000
  • 7ecc38dda8
    feat(歌词): 添加滚动歌词组件和接口定义 Astrian Zheng 2025-05-26 17:29:31 +1000
  • 3a5377595b
    style(页面布局): 调整多个页面的顶部间距和导航栏样式 Astrian Zheng 2025-05-26 17:00:24 +1000
  • 2ce63f5daa
    style(Playroom): 为歌曲信息文本添加固定宽度限制 Astrian Zheng 2025-05-26 15:24:06 +1000
  • 32ab4574dd
    feat(偏好设置): 添加浏览器扩展存储支持及时间显示偏好功能 Astrian Zheng 2025-05-26 14:50:53 +1000
  • 4a8f68346a
    style(Playroom): 优化代码格式和布局间距 Astrian Zheng 2025-05-26 14:14:03 +1000
  • 4da52e7f95
    feat(播放器): 添加循环播放模式功能 Astrian Zheng 2025-05-26 13:39:47 +1000
  • 791fa0dbc7
    refactor(Player): 提取获取当前曲目的逻辑到单独函数 Astrian Zheng 2025-05-26 13:24:10 +1000
  • 0db105705b
    fix(播放队列): 修复随机播放模式下的状态重置问题 Astrian Zheng 2025-05-26 13:23:22 +1000
  • d99ae28f8c
    feat(播放器): 添加随机播放功能 Astrian Zheng 2025-05-26 13:20:08 +1000
  • b6574d8093
    feat(播放界面): 新增音量图标并优化播放器布局 Astrian Zheng 2025-05-26 12:18:06 +1000
  • c07f430009
    feat(Playroom): 优化播放界面样式并添加视觉层次效果 Astrian Zheng 2025-05-26 12:04:19 +1000
  • 5ded7f4f9d
    refactor(Player): 移除调试用的console.log语句 Astrian Zheng 2025-05-26 10:56:53 +1000
  • 1a700659ae
    refactor(icons): 移除图标组件中的冗余div包装层 Astrian Zheng 2025-05-26 10:43:57 +1000
  • 67f466d43c
    refactor(Playroom): 优化播放队列列表的代码格式和点击逻辑 Astrian Zheng 2025-05-26 08:33:35 +1000
  • fec29b01a4
    feat(Playroom): 为播放队列中的歌曲添加点击播放功能 Astrian Zheng 2025-05-26 08:31:33 +1000
  • cc6c6e311e
    feat(播放控制): 为曲目列表添加点击播放功能 Astrian Zheng 2025-05-26 08:28:47 +1000
  • 9d9b32d47d
    style(Playroom): 为歌曲名称和艺术家信息添加截断样式 refactor(audioVisualizer): 调整音频可视化频率范围分段 Astrian Zheng 2025-05-26 08:14:14 +1000
  • bb474c998c
    feat(audioVisualizer): 增加最大分贝门槛配置并优化频段增强 Astrian Zheng 2025-05-25 22:26:12 +1000
  • 9d6ad7ee4a
    fix: 将音频可视化器的默认敏感度从1调整为0.5 Astrian Zheng 2025-05-25 21:58:47 +1000
  • e9c807e01b
    feat(Player): 替换暂停图标为音频可视化效果 Astrian Zheng 2025-05-25 21:44:07 +1000
  • 427fc5905c
    fix(Playroom): 默认隐藏播放队列对话框并优化歌曲信息显示 Astrian Zheng 2025-05-25 20:27:48 +1000
  • 73aaef1662
    feat(音频可视化): 添加音频可视化功能并优化播放队列显示 Astrian Zheng 2025-05-25 20:22:05 +1000
  • 519816c050
    feat(Playroom): 添加新的图标组件并更新播放队列对话框 Astrian Zheng 2025-05-25 19:03:54 +1000
  • 01c2e1caa0
    feat(Playroom): 添加播放队列列表对话框 Astrian Zheng 2025-05-25 18:25:18 +1000
  • a40268e134
    style(Playroom): 调整布局间距以提升视觉一致性 Astrian Zheng 2025-05-25 17:52:34 +1000
  • 02dd087239
    feat(Playroom): 添加新的图标组件并更新界面布局 Astrian Zheng 2025-05-25 17:42:48 +1000
  • 740d9a2d69
    feat: 添加并替换多个图标组件以提高代码复用性 Astrian Zheng 2025-05-25 17:20:03 +1000
  • 3608b02c4d
    refactor(Playroom): 将进度条更新逻辑提取到单独函数中 Astrian Zheng 2025-05-25 15:52:52 +1000
  • 3074950226
    fix(Player): 修复播放器时间更新逻辑 Astrian Zheng 2025-05-25 14:25:12 +1000
  • 3bb49881d7
    feat(播放控制): 添加播放队列的上一首和下一首功能 Astrian Zheng 2025-05-25 14:19:41 +1000
  • 595caa0956
    feat(Playroom): 添加音频格式检测功能并优化背景图片布局 Astrian Zheng 2025-05-25 14:14:47 +1000
  • 257a33ec3d
    style(Playroom): 格式化代码并修复缩进问题 Astrian Zheng 2025-05-25 10:51:31 +1000
  • de71db1992
    feat(播放器): 添加播放进度同步功能 Astrian Zheng 2025-05-25 10:38:13 +1000
  • c24d51ea9e
    feat(播放器): 新增播放室页面并集成GSAP动画库 Astrian Zheng 2025-05-25 10:28:16 +1000
  • 12aa851d68
    docs(manifest.json): 更新扩展描述为中文 Astrian Zheng 2025-05-25 09:12:52 +1000
  • 8c1957c6ee
    fix(Player): 修复播放状态未正确更新的问题 Astrian Zheng 2025-05-25 09:11:06 +1000
  • 3d47a6a774
    feat: 添加 TrackItem 组件并优化专辑详情页 Astrian Zheng 2025-05-25 08:57:13 +1000
  • 9d9c3a3ed5
    fix(播放器): 修复播放队列和缓冲状态的处理逻辑 Astrian Zheng 2025-05-25 08:31:25 +1000
  • a51ddcc023
    fix(Player): 将 @canplaythrough 事件替换为 @playing 以更准确反映缓冲状态 Astrian Zheng 2025-05-25 00:15:01 +1000
  • 956fef1d8a
    feat(Player): 添加缓冲状态指示器 Astrian Zheng 2025-05-25 00:10:23 +1000
  • 05070e3322
    style(Player): 调整播放器界面的样式 Astrian Zheng 2025-05-24 23:49:15 +1000
  • 2ffa445413
    feat(Player): 添加媒体会话元数据和播放控制功能 Astrian Zheng 2025-05-24 23:40:13 +1000
  • 6743b694c8
    refactor(Player): 将播放器组件从App.vue中提取到独立的Player.vue组件 Astrian Zheng 2025-05-24 22:53:21 +1000
  • 831ff82c8a
    refactor: 移除Playing和SearchBar组件并重构App布局 Astrian Zheng 2025-05-24 21:20:30 +1000