Skip to content

Commit e845a4b

Browse files
authored
Update README.md
1 parent 56dcc89 commit e845a4b

1 file changed

Lines changed: 0 additions & 81 deletions

File tree

README.md

Lines changed: 0 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -25,84 +25,3 @@ This project is currently in its early development stages as the [Swing Music te
2525
</table>
2626

2727
[![wakatime](https://wakatime.com/badge/user/99206146-a1fc-4be5-adc8-c2351f27ecef/project/018e7aae-f9e9-42e9-99e1-fc381580884d.svg)](https://wakatime.com/badge/user/99206146-a1fc-4be5-adc8-c2351f27ecef/project/018e7aae-f9e9-42e9-99e1-fc381580884d)
28-
29-
### Module Graph
30-
31-
```mermaid
32-
%%{
33-
init: {
34-
'theme': 'dark'
35-
}
36-
}%%
37-
38-
graph LR
39-
subgraph :feature
40-
:feature:home["home"]
41-
:feature:artist["artist"]
42-
:feature:player["player"]
43-
:feature:common["common"]
44-
:feature:folder["folder"]
45-
:feature:album["album"]
46-
end
47-
:feature:home --> :auth
48-
:feature:home --> :core
49-
:feature:home --> :network
50-
:feature:home --> :uicomponent
51-
:feature:artist --> :auth
52-
:feature:artist --> :core
53-
:feature:artist --> :network
54-
:feature:artist --> :uicomponent
55-
:feature:artist --> :feature:player
56-
:feature:artist --> :feature:common
57-
:uicomponent --> :core
58-
:feature:player --> :auth
59-
:feature:player --> :core
60-
:feature:player --> :database
61-
:feature:player --> :network
62-
:feature:player --> :uicomponent
63-
:auth --> :database
64-
:auth --> :core
65-
:auth --> :uicomponent
66-
:feature:folder --> :auth
67-
:feature:folder --> :core
68-
:feature:folder --> :network
69-
:feature:folder --> :uicomponent
70-
:feature:folder --> :feature:player
71-
:feature:folder --> :feature:album
72-
:network --> :auth
73-
:network --> :core
74-
:network --> :database
75-
:app --> :auth
76-
:app --> :core
77-
:app --> :network
78-
:app --> :uicomponent
79-
:app --> :feature:home
80-
:app --> :feature:folder
81-
:app --> :feature:player
82-
:app --> :feature:artist
83-
:app --> :feature:album
84-
:app --> :feature:common
85-
:database --> :core
86-
:feature:album --> :auth
87-
:feature:album --> :core
88-
:feature:album --> :network
89-
:feature:album --> :uicomponent
90-
:feature:album --> :feature:player
91-
:feature:album --> :feature:artist
92-
93-
classDef android-library fill:#3BD482,stroke:#fff,stroke-width:2px,color:#fff;
94-
classDef android-application fill:#2C4162,stroke:#fff,stroke-width:2px,color:#fff;
95-
class :feature:home android-library
96-
class :auth android-library
97-
class :core android-library
98-
class :network android-library
99-
class :uicomponent android-library
100-
class :feature:artist android-library
101-
class :feature:player android-library
102-
class :feature:common android-library
103-
class :database android-library
104-
class :feature:folder android-library
105-
class :feature:album android-library
106-
class :app android-application
107-
108-
```

0 commit comments

Comments
 (0)