mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-07 10:03:15 +08:00
build: Split sub-store.min.js for better performance on iOS devices
This commit is contained in:
@@ -92,7 +92,7 @@ async function compareCollection(req, res) {
|
||||
// merge proxies with the original order
|
||||
const original = Array.prototype.concat.apply(
|
||||
[],
|
||||
subnames.map((name) => results[name]),
|
||||
subnames.map((name) => results[name] || []),
|
||||
);
|
||||
|
||||
original.forEach((proxy, i) => {
|
||||
|
||||
Reference in New Issue
Block a user