From bf69aed1b45beede0f6ed57457f522fbce30038d Mon Sep 17 00:00:00 2001 From: hamjin Date: Thu, 3 Oct 2024 15:48:55 +0800 Subject: [PATCH] feat: Replace ghproxy.com with ghp.ci (#69) --- .../com/fankes/coloros/notify/utils/tool/IconRuleManagerTool.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/fankes/coloros/notify/utils/tool/IconRuleManagerTool.kt b/app/src/main/java/com/fankes/coloros/notify/utils/tool/IconRuleManagerTool.kt index 0e8f1a4..d3041b5 100644 --- a/app/src/main/java/com/fankes/coloros/notify/utils/tool/IconRuleManagerTool.kt +++ b/app/src/main/java/com/fankes/coloros/notify/utils/tool/IconRuleManagerTool.kt @@ -83,7 +83,7 @@ object IconRuleManagerTool { private const val SYNC_DIRECT_URL = "https://raw.githubusercontent.com/fankes/AndroidNotifyIconAdapt/main" /** 同步地址 - GitHub Raw (代理 - GitHub Proxy) */ - private const val SYNC_PROXY_1_URL = "https://ghproxy.com/$SYNC_DIRECT_URL" + private const val SYNC_PROXY_1_URL = "https://ghp.ci/$SYNC_DIRECT_URL" /** 同步地址 - GitHub Raw (代理 - 7ED Services) */ private const val SYNC_PROXY_2_URL = "https://raw.githubusercontentS.com/fankes/AndroidNotifyIconAdapt/main"