Skip to content

Commit

Permalink
默认加载的自建仓库改用gitee平台的raw
Browse files Browse the repository at this point in the history
,,可能会访问得加载快点,,默认线路目前设置为空,方便自己改动
  • Loading branch information
mlabalabala authored Aug 6, 2023
1 parent 79d3a3f commit a7c38e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void Subscribe(Context context) {
if (storeMap.isEmpty()) {
Toast.makeText(context, "仓库为空,使用默认仓库", Toast.LENGTH_SHORT).show();
String name = "爬的别人的仓库";
String sotreApi = "https://cdn.jsdelivr.net/gh/mlabalabala/TVResource@main/boxCfg/ori_source.json";
String sotreApi = "https://gitee.com/mlabalabala/TVResource/raw/main/boxCfg/ori_source.json";
storeMap.put(name, sotreApi);
storeNameHistory.add(name);
Hawk.put(HawkConfig.STORE_API_NAME_HISTORY, storeNameHistory);
Expand Down

0 comments on commit a7c38e7

Please sign in to comment.