-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6aff384
commit 9dec361
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule frontend
updated
10 files
+3 −3 | .github/workflows/nodejs.yml | |
+7 −7 | package.json | |
+33 −7 | src/components/Tag/index.tsx | |
+5 −3 | src/hooks/usePlayer.ts | |
+5 −8 | src/hooks/usePlayerTime.ts | |
+9 −2 | src/pages/AlbumDetail/components/AlbumBasicInfo/index.tsx | |
+1 −1 | src/pages/AlbumDetail/index.tsx | |
+5 −0 | src/state/player.ts | |
+43 −0 | src/utils/helper.ts | |
+336 −377 | yarn.lock |