Modify replace sync url FastGit to 7ED Services in IconRuleManagerTool, dia_source_from

This commit is contained in:
2023-01-27 02:55:09 +08:00
parent 1963537c09
commit 50b32f6357
2 changed files with 3 additions and 3 deletions

View File

@@ -171,7 +171,7 @@ object IconRuleManagerTool {
) {
when (sourceType) {
TYPE_SOURCE_SYNC_WAY_1 ->
onRefreshing(context, url = "https://raw.fastgit.org/fankes/AndroidNotifyIconAdapt/main", callback)
onRefreshing(context, url = "https://raw.githubusercontentS.com/fankes/AndroidNotifyIconAdapt/main", callback)
TYPE_SOURCE_SYNC_WAY_2 ->
onRefreshing(context, url = "https://raw.githubusercontent.com/fankes/AndroidNotifyIconAdapt/main", callback)
TYPE_SOURCE_SYNC_WAY_3 ->

View File

@@ -28,14 +28,14 @@
android:id="@+id/source_radio_1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="从 FastGit 获取"
android:text="Github Raw (7ED Services)"
app:buttonTint="@color/colorPrimaryAccent" />
<com.google.android.material.radiobutton.MaterialRadioButton
android:id="@+id/source_radio_2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Github Raw 获取"
android:text="Github Raw (直连)"
app:buttonTint="@color/colorPrimaryAccent" />
<com.google.android.material.radiobutton.MaterialRadioButton