Skip to content

Commit 7cf1efc

Browse files
authored
feat: add webkit 4.1 download link (#1)
1 parent 005b6b6 commit 7cf1efc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/.vitepress/theme/components/HeroActions.vue

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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`,

0 commit comments

Comments
 (0)