File tree 1 file changed +14
-6
lines changed
1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ export default function App() {
30
30
}
31
31
]
32
32
}
33
- ]
33
+ ] ,
34
+ url : 'https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.9/latest.zip'
34
35
} ,
35
36
{
36
37
text : 'v1.0.8' ,
@@ -60,7 +61,8 @@ export default function App() {
60
61
}
61
62
]
62
63
}
63
- ]
64
+ ] ,
65
+ url : ''
64
66
} ,
65
67
{
66
68
text : 'v1.0.7' ,
@@ -91,7 +93,8 @@ export default function App() {
91
93
}
92
94
]
93
95
}
94
- ]
96
+ ] ,
97
+ url : ''
95
98
}
96
99
] ;
97
100
@@ -117,9 +120,14 @@ export default function App() {
117
120
{ detailItems }
118
121
</ List >
119
122
< Space h = { 'md' } />
120
- < Button component = "a" disabled = { detail . download == '' || detail . download == null } href = { detail . download } radius = { 'md' } size = "sm" >
121
- Download
122
- </ Button >
123
+ < Group >
124
+ < Button component = "a" disabled = { detail . download == '' || detail . download == null } href = { detail . download } radius = { 'md' } size = "sm" >
125
+ Download
126
+ </ Button >
127
+ < Button color = "gray" component = "a" disabled = { item . url == '' || item . url == null } href = { item . url } radius = { 'md' } size = "sm" >
128
+ Source Code
129
+ </ Button >
130
+ </ Group >
123
131
< Space h = { detail . last ? 0 : 'md' } />
124
132
</ >
125
133
) ;
You can’t perform that action at this time.
0 commit comments