File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
docs/.vitepress/theme/components Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,16 @@ const downloadMenu = computed(() => {
109109 eventArch: ' amd64' ,
110110 eventLang: ' zh'
111111 },
112+ {
113+ text: ' Linux webkit2gtk4.1 64位deb (.deb)' ,
114+ link: ` https://gitee.com/tiny-craft-zh/tiny-rdm/releases/download/v${ version} /tiny-rdm_${ version} _linux_amd64_webkit2_41.deb` ,
115+ icon: Linux,
116+ event : ' download' ,
117+ eventPlatform: ' linux' ,
118+ eventType: ' deb' ,
119+ eventArch: ' amd64' ,
120+ eventLang: ' zh'
121+ },
112122 {
113123 text: ' Linux 64位AppImage (.AppImage)' ,
114124 link: ` https://gitee.com/tiny-craft-zh/tiny-rdm/releases/download/v${ version} /tiny-rdm_${ version} _linux_amd64.AppImage` ,
@@ -192,6 +202,16 @@ const downloadMenu = computed(() => {
192202 eventArch: ' amd64' ,
193203 eventLang: ' en'
194204 },
205+ {
206+ text: ' Linux webkit2gtk4.1 (.deb)' ,
207+ link: ` https://github.com/tiny-craft/tiny-rdm/releases/download/v${ version} /tiny-rdm_${ version} _linux_amd64_webkit2_41.deb` ,
208+ icon: Linux,
209+ event : ' download' ,
210+ eventPlatform: ' linux' ,
211+ eventType: ' deb' ,
212+ eventArch: ' amd64' ,
213+ eventLang: ' en'
214+ },
195215 {
196216 text: ' Linux (.AppImage)' ,
197217 link: ` https://github.com/tiny-craft/tiny-rdm/releases/download/v${ version} /tiny-rdm_${ version} _linux_amd64.AppImage` ,
You can’t perform that action at this time.
0 commit comments