mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-21 22:00:29 +08:00
50 lines
1.2 KiB
JavaScript
50 lines
1.2 KiB
JavaScript
'use strict';Object.defineProperty(exports,Symbol.toStringTag,{value:'Module'});const badboy_asn=require('../../_virtual/badboy_asn.cjs');var hasRequiredBadboy_asn;
|
|
|
|
function requireBadboy_asn () {
|
|
if (hasRequiredBadboy_asn) return badboy_asn.__exports;
|
|
hasRequiredBadboy_asn = 1;
|
|
(function (exports) {
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
function _export(target, all) {
|
|
for(var name in all)Object.defineProperty(target, name, {
|
|
enumerable: true,
|
|
get: all[name]
|
|
});
|
|
}
|
|
_export(exports, {
|
|
AUGUST_ASN: function() {
|
|
return AUGUST_ASN;
|
|
},
|
|
HUIZE_ASN: function() {
|
|
return HUIZE_ASN;
|
|
}
|
|
});
|
|
const AUGUST_ASN = [
|
|
'1012',
|
|
'945',
|
|
'401111',
|
|
'62853',
|
|
'27523',
|
|
'7719',
|
|
'54625',
|
|
'7257',
|
|
'18044',
|
|
'62489',
|
|
'5111',
|
|
'14651',
|
|
'7480' // Friend of August, stealing others' XC at STUIX
|
|
];
|
|
const HUIZE_ASN = [
|
|
'61302',
|
|
'44324',
|
|
'53808',
|
|
'60539',
|
|
'60842',
|
|
'140915',
|
|
'40115' // MoeDove
|
|
];
|
|
} (badboy_asn.__exports));
|
|
return badboy_asn.__exports;
|
|
}exports.__require=requireBadboy_asn; |