Skip to content

Commit

Permalink
Feat[Controller]: add CN controller download source
Browse files Browse the repository at this point in the history
  • Loading branch information
Tungstend committed Sep 23, 2024
1 parent 88eae3e commit 91f7d4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
public class ControllerRepoPage extends FCLCommonPage implements View.OnClickListener, AdapterView.OnItemSelectedListener {

public static final String CONTROLLER_GITHUB = "https://raw.githubusercontent.com/FCL-Team/FCL-Controllers/main/";
public static final String CONTROLLER_GIT_CN = "";
public static final String CONTROLLER_GIT_CN = "https://gitee.com/fcl-team/FCL-Controllers/raw/main/";

private final ObjectProperty<ControllerCategory> categoryProperty = new SimpleObjectProperty<>(new ControllerCategory(0, null));
private boolean refreshCategory = true;
Expand Down

0 comments on commit 91f7d4c

Please sign in to comment.