refactor: remove unused notification permission hook and related code

This commit is contained in:
Tunglies
2025-09-18 19:13:11 +08:00
parent a995a13163
commit 409571f54b
19 changed files with 17 additions and 315 deletions

View File

@@ -44,7 +44,7 @@ interface ProxyOption {
}
// 排序类型: 默认 | 按延迟 | 按字母
export type ProxySortType = 0 | 1 | 2;
type ProxySortType = 0 | 1 | 2;
function convertDelayColor(delayValue: number) {
const colorStr = delayManager.formatDelayColor(delayValue);