mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-21 22:00:29 +08:00
39 lines
1.2 KiB
JavaScript
39 lines
1.2 KiB
JavaScript
'use strict';Object.defineProperty(exports,Symbol.toStringTag,{value:'Module'});const cloudmounter=require('../../_virtual/cloudmounter.cjs');var hasRequiredCloudmounter;
|
|
|
|
function requireCloudmounter () {
|
|
if (hasRequiredCloudmounter) return cloudmounter.__exports;
|
|
hasRequiredCloudmounter = 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, {
|
|
DOMAINS: function() {
|
|
return DOMAINS;
|
|
},
|
|
PROCESS_NAMES: function() {
|
|
return PROCESS_NAMES;
|
|
}
|
|
});
|
|
const DOMAINS = [
|
|
'DOMAIN-SUFFIX,sharepoint.com',
|
|
'DOMAIN-SUFFIX,graph.microsoft.com',
|
|
'DOMAIN,www.googleapis.com',
|
|
'DOMAIN,api.onedrive.com',
|
|
'DOMAIN-SUFFIX,storage.live.com',
|
|
'DOMAIN-SUFFIX,files.1drv.com',
|
|
'DOMAIN-SUFFIX,my.microsoftpersonalcontent.com',
|
|
'DOMAIN-WILDCARD,*-medi*.svc.ms'
|
|
];
|
|
const PROCESS_NAMES = [
|
|
'*CloudMounter'
|
|
];
|
|
} (cloudmounter.__exports));
|
|
return cloudmounter.__exports;
|
|
}exports.__require=requireCloudmounter; |