完善BT下载器,机器人可以控制刷新下载了
This commit is contained in:
@@ -29,7 +29,7 @@ public class ConfigTools {
|
||||
}
|
||||
public static Object load(String type,String key){
|
||||
File file=new File(type);
|
||||
//System.out.println(type+"配置文件地址:"+file.getAbsolutePath());
|
||||
//com.yutou.nas.utils.Log.i(type+"配置文件地址:"+file.getAbsolutePath());
|
||||
String src=readFile(file);
|
||||
if(src!=null){
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user