diff --git a/FCL/src/main/java/com/tungsten/fcl/ui/controller/ControllerRepoPage.java b/FCL/src/main/java/com/tungsten/fcl/ui/controller/ControllerRepoPage.java index b24660f99..5a0fdbf96 100644 --- a/FCL/src/main/java/com/tungsten/fcl/ui/controller/ControllerRepoPage.java +++ b/FCL/src/main/java/com/tungsten/fcl/ui/controller/ControllerRepoPage.java @@ -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 categoryProperty = new SimpleObjectProperty<>(new ControllerCategory(0, null)); private boolean refreshCategory = true;