fix: dual id/name matching for installed + console.error on all catches
This commit is contained in:
@@ -216,7 +216,7 @@ const PageSettings = {
|
||||
Toast.show('回放已开始', 'success');
|
||||
});
|
||||
});
|
||||
} catch (e) {}
|
||||
} catch (e) { console.error(e); }
|
||||
},
|
||||
|
||||
_gamePortListHtml(games, cfg) {
|
||||
|
||||
Reference in New Issue
Block a user