Skip to content

Commit 2e618b1

Browse files
committed
chore: add submodule
1 parent 106b802 commit 2e618b1

10 files changed

+59
-27
lines changed

Diff for: - 副本.gitmodules

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
[submodule "src/MASA.Blazor/"]
2+
path = src/MASA.Blazor/
3+
url = https://github.com/BlazorComponent/MASA.Blazor
4+
branch = main
5+
6+
[submodule "src/MASA.Blazor/src/BlazorComponent"]
7+
path = src/MASA.Blazor/src/BlazorComponent
8+
url = https://github.com/BlazorComponent/BlazorComponent
9+
branch = main
10+
11+
[submodule "src/MASA.Blazor/src/MASA.Docs"]
12+
path = src/MASA.Blazor/src/MASA.Docs
13+
url = https://github.com/masastack/MASA.Docs
14+
branch = main
15+
16+
[submodule "src/MASA.PM"]
17+
path = src/MASA.PM
18+
url = https://github.com/masastack/MASA.PM
19+
branch = main
20+
21+
[submodule "src/MASA.Auth"]
22+
path = src/MASA.Auth
23+
url = https://github.com/masastack/MASA.Auth
24+
branch = main
25+
26+
[submodule "src/MASA.DCC"]
27+
path = src/MASA.DCC
28+
url = https://github.com/masastack/MASA.DCC
29+
branch = main
30+
31+
[submodule "src/MASA.MC"]
32+
path = src/MASA.MC
33+
url = https://github.com/masastack/MASA.MC
34+
branch = main
35+
36+
[submodule "src/MASA.Scheduler"]
37+
path = src/MASA.Scheduler
38+
url = https://github.com/masastack/MASA.Scheduler
39+
branch = main
40+
41+
[submodule "src/MASA.TSC"]
42+
path = src/MASA.TSC
43+
url = https://github.com/masastack/MASA.TSC
44+
branch = main
45+
46+
[submodule "src/MASA.Alert"]
47+
path = src/MASA.Alert
48+
url = https://github.com/masastack/MASA.Alert
49+
branch = main

Diff for: .gitmodules

+2-27
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,24 @@
1-
[submodule "src/MASA.Blazor/"]
2-
path = src/MASA.Blazor/
1+
[submodule "src/MASA.Blazor"]
2+
path = src/MASA.Blazor
33
url = https://github.com/BlazorComponent/MASA.Blazor
4-
branch = main
5-
6-
[submodule "src/MASA.Blazor/src/BlazorComponent"]
7-
path = src/MASA.Blazor/src/BlazorComponent
8-
url = https://github.com/BlazorComponent/BlazorComponent
9-
branch = main
10-
11-
[submodule "src/MASA.Blazor/src/MASA.Docs"]
12-
path = src/MASA.Blazor/src/MASA.Docs
13-
url = https://github.com/masastack/MASA.Docs
14-
branch = main
15-
164
[submodule "src/MASA.PM"]
175
path = src/MASA.PM
186
url = https://github.com/masastack/MASA.PM
19-
branch = main
20-
217
[submodule "src/MASA.Auth"]
228
path = src/MASA.Auth
239
url = https://github.com/masastack/MASA.Auth
24-
branch = main
25-
2610
[submodule "src/MASA.DCC"]
2711
path = src/MASA.DCC
2812
url = https://github.com/masastack/MASA.DCC
29-
branch = main
30-
3113
[submodule "src/MASA.MC"]
3214
path = src/MASA.MC
3315
url = https://github.com/masastack/MASA.MC
34-
branch = main
35-
3616
[submodule "src/MASA.Scheduler"]
3717
path = src/MASA.Scheduler
3818
url = https://github.com/masastack/MASA.Scheduler
39-
branch = main
40-
4119
[submodule "src/MASA.TSC"]
4220
path = src/MASA.TSC
4321
url = https://github.com/masastack/MASA.TSC
44-
branch = main
45-
4622
[submodule "src/MASA.Alert"]
4723
path = src/MASA.Alert
4824
url = https://github.com/masastack/MASA.Alert
49-
branch = main

Diff for: src/MASA.Alert

Submodule MASA.Alert added at e900333

Diff for: src/MASA.Auth

Submodule MASA.Auth added at 4bc9882

Diff for: src/MASA.Blazor

Submodule MASA.Blazor added at 5573daa

Diff for: src/MASA.DCC

Submodule MASA.DCC added at 9ec9b43

Diff for: src/MASA.MC

Submodule MASA.MC added at f05cc5e

Diff for: src/MASA.PM

Submodule MASA.PM added at 60315d3

Diff for: src/MASA.Scheduler

Submodule MASA.Scheduler added at 865b381

Diff for: src/MASA.TSC

Submodule MASA.TSC added at cb8eb24

0 commit comments

Comments
 (0)