mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
add arch type
This commit is contained in:
5
resource/template/theme-default/home.html
vendored
5
resource/template/theme-default/home.html
vendored
@@ -185,6 +185,9 @@
|
||||
if (str == 'amazon') {
|
||||
return 'redhat';
|
||||
}
|
||||
if (str == 'arch') {
|
||||
return 'archlinux';
|
||||
}
|
||||
return '';
|
||||
},
|
||||
group() {
|
||||
@@ -318,4 +321,4 @@
|
||||
|
||||
$('.ui.accordion').accordion({ "exclusive": false });
|
||||
</script>
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
||||
Reference in New Issue
Block a user