• Joined on 2023-10-08
Astrian pushed to dev at Astrian/msr-mod 2025-06-04 13:23:50 +00:00
1b4a8ed3b4 feat: add Safari extension support with auto-redirect functionality
Astrian pushed to dev at Astrian/msr-mod 2025-06-04 12:38:17 +00:00
be15a89ad6 fix: 恢复非 Safari 浏览器的音频可视化效果
282af70b74 fix: 替换音频可视化效果为静态图标
b0743178ed fix: 修复 ref 未导入的错误
8ee2b928f9 fix: 解决 Safari 浏览器音频播放问题
5be5b4812f docs: 更新 CLAUDE.md 添加代码风格和随机播放逻辑说明
Compare 7 commits »
Astrian pushed to dev at Astrian/msr-mod 2025-06-04 11:21:36 +00:00
fcf8362a15 docs: add CLAUDE.md for future Claude Code instances
Astrian pushed to dev at Astrian/msr-mod 2025-06-04 11:08:20 +00:00
612d673cbb style: add text-xs classes to playroom time displays for consistency
1c5ee95086 refactor: improve code quality in Playroom.vue
6461c0adac style: add text-xs class to player title for non-Chrome browsers
672b2d80d5 refactor: simplify currentTrack computed property in Player.vue
92093ef80d fix: resolve playroom UI state inconsistency when page loses focus
Compare 5 commits »
Astrian released First version at Astrian/msr-mod 2025-05-30 02:20:47 +00:00
Astrian pushed tag v0.0.5 to Astrian/msr-mod 2025-05-30 02:20:46 +00:00
Astrian pushed to main at Astrian/msr-mod 2025-05-30 01:46:34 +00:00
a3d82f12ec Merge pull request 'dev' (#9) from dev into main
ab5f021bf8 fix: update version number to 0.0.5 in manifest.json
7a938bd58c fix: add cache control headers and timestamp parameter to axios HEAD request in PlayListItem.vue
Compare 3 commits »
Astrian merged pull request Astrian/msr-mod#9 2025-05-30 01:46:33 +00:00
dev
Astrian created pull request Astrian/msr-mod#9 2025-05-30 01:46:13 +00:00
dev
Astrian pushed to dev at Astrian/msr-mod 2025-05-30 01:45:41 +00:00
ab5f021bf8 fix: update version number to 0.0.5 in manifest.json
7a938bd58c fix: add cache control headers and timestamp parameter to axios HEAD request in PlayListItem.vue
Compare 2 commits »
Astrian pushed to main at Astrian/msr-mod 2025-05-30 00:36:08 +00:00
6f7e161c0f Merge pull request 'fix: update song information in favourites when source URL changes' (#8) from dev into main
290a9af5e1 fix: update song information in favourites when source URL changes
Compare 2 commits »
Astrian merged pull request Astrian/msr-mod#8 2025-05-30 00:36:03 +00:00
fix: update song information in favourites when source URL changes
Astrian created pull request Astrian/msr-mod#8 2025-05-30 00:35:54 +00:00
fix: update song information in favourites when source URL changes
Astrian pushed to dev at Astrian/msr-mod 2025-05-30 00:35:27 +00:00
290a9af5e1 fix: update song information in favourites when source URL changes
Astrian merged pull request Astrian/msr-mod#7 2025-05-29 05:58:17 +00:00
dev
Astrian pushed to main at Astrian/msr-mod 2025-05-29 05:58:16 +00:00
aaf58f03e1 Merge pull request 'dev' (#7) from dev into main
bd74f3fd72 fix: update version number to 0.0.3 in manifest.json
9e4b53b1e7 fix: change axios request from GET to HEAD for song source URL in PlayListItem.vue
a85a092e5c fix: add headers to axios request for range retrieval in PlayListItem.vue
Compare 4 commits »
Astrian created pull request Astrian/msr-mod#7 2025-05-29 05:58:01 +00:00
dev
Astrian pushed to dev at Astrian/msr-mod 2025-05-29 05:57:13 +00:00
bd74f3fd72 fix: update version number to 0.0.3 in manifest.json
Astrian pushed to dev at Astrian/msr-mod 2025-05-29 05:55:53 +00:00
9e4b53b1e7 fix: change axios request from GET to HEAD for song source URL in PlayListItem.vue
Astrian pushed to dev at Astrian/msr-mod 2025-05-29 05:54:50 +00:00
a85a092e5c fix: add headers to axios request for range retrieval in PlayListItem.vue