mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-05 21:20:06 +00:00
add zh_TW locale, rename ssl to tls
This commit is contained in:
@@ -322,7 +322,7 @@ func (_NotificationMuteLabel) ServiceStateChanged(serviceId uint64) *string {
|
||||
return &label
|
||||
}
|
||||
|
||||
func (_NotificationMuteLabel) ServiceSSL(serviceId uint64, extraInfo string) *string {
|
||||
label := fmt.Sprintf("bf::sssl-%d-%s", serviceId, extraInfo)
|
||||
func (_NotificationMuteLabel) ServiceTLS(serviceId uint64, extraInfo string) *string {
|
||||
label := fmt.Sprintf("bf::stls-%d-%s", serviceId, extraInfo)
|
||||
return &label
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user