further implementing service page (#3)

This commit is contained in:
UUBulb
2024-11-17 10:05:20 +08:00
committed by GitHub
parent 55821320dc
commit 6e3f888792
20 changed files with 936 additions and 333 deletions
+10
View File
@@ -0,0 +1,10 @@
export const serviceTypes: Record<number, string> = {
1: "HTTP GET",
2: "ICMP Ping",
3: "TCPing",
}
export const serviceCoverageTypes: Record<number, string> = {
0: "All excludes specific servers",
1: "Only specific servers",
}