File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ const { t } = useI18n()
1515const showAdvancedOptions = ref (false )
1616const 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
3742const popularTags = computed (() => {
You can’t perform that action at this time.
0 commit comments