Skip to content

Commit b6aec86

Browse files
committed
feat: support OpenWrt forks
1 parent 1bd060f commit b6aec86

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tauri-app/src/views/BuildView.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ const { t } = useI18n()
1515
const showAdvancedOptions = ref(false)
1616
const repositories = [
1717
{ title: 'OpenWrt Official', value: 'openwrt/imagebuilder' },
18-
{ title: 'ImmortalWrt Official', value: 'immortalwrt/imagebuilder' }
18+
{ title: 'ImmortalWrt Official', value: 'immortalwrt/imagebuilder' },
19+
{ title: 'OpenWrt Forks', value: 'ghcr.io/ekkog/openwrt-forks-imagebuilder' }
1920
]
2021
2122
// 常用标签
@@ -31,7 +32,11 @@ const popularTagsMap = {
3132
'rockchip-armv8-openwrt-23.05.4',
3233
'x86-64-openwrt-24.10.2',
3334
'x86-64-openwrt-23.05.4'
35+
],
36+
'ghcr.io/ekkog/openwrt-forks-imagebuilder': [
37+
'lean-ramips-mt7621-snapshots'
3438
]
39+
3540
}
3641
3742
const popularTags = computed(() => {

0 commit comments

Comments
 (0)