mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-06-03 17:25:48 +08:00
script Batch operations
This commit is contained in:
@@ -304,7 +304,7 @@ class ScriptItem {
|
||||
return urlReg!.hasMatch(url);
|
||||
}
|
||||
|
||||
factory ScriptItem.fromJson(Map<String, dynamic> json) {
|
||||
factory ScriptItem.fromJson(Map<dynamic, dynamic> json) {
|
||||
return ScriptItem(json['enabled'], json['name'], json['url'], scriptPath: json['scriptPath']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user