feat: add plugin download url
This commit is contained in:
@@ -100,8 +100,6 @@ public class Pref {
|
||||
}
|
||||
def().edit().putLong(KEY_LAST_SHOW_AD_MILLIS, System.currentTimeMillis()).apply();
|
||||
return true;
|
||||
case "Off":
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -100,7 +100,7 @@ public class BuildActivity extends BaseActivity implements AutoJsApkBuilder.Prog
|
||||
}
|
||||
|
||||
private void downloadPlugin() {
|
||||
// TODO: 2017/11/29
|
||||
IntentUtil.browse(this, "https://www.autojs.org/topic/977");
|
||||
}
|
||||
|
||||
private void setupWithSourceFile(ScriptFile file) {
|
||||
|
||||
Reference in New Issue
Block a user