Skip to content

Commit

Permalink
feat: 使用 gkd.li
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Nov 10, 2023
1 parent 9e0151a commit 0f6757f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/src/main/java/li/songe/gkd/util/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ package li.songe.gkd.util

const val VOLUME_CHANGED_ACTION = "android.media.VOLUME_CHANGED_ACTION"

const val FILE_UPLOAD_URL = "https://github-upload-assets.lisonge.workers.dev/"
const val FILE_UPLOAD_URL = "https://u.gkd.li/"
const val IMPORT_BASE_URL = "https://i.gkd.li/import/"

const val DEFAULT_SUBS_UPDATE_URL =
"https://registry.npmmirror.com/@gkd-kit/subscription/latest/files"

const val IMPORT_BASE_URL = "https://i.gkd.li/import/"

const val UPDATE_URL = "https://registry.npmmirror.com/@gkd-kit/app/latest/files/index.json"

val safeRemoteBaseUrls = arrayOf(
Expand Down

0 comments on commit 0f6757f

Please sign in to comment.