mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-05-08 23:11:24 +08:00
5 lines
212 B
JavaScript
5 lines
212 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.DEFAULTS_MODE_OPTIONS = void 0;
|
|
exports.DEFAULTS_MODE_OPTIONS = ["in-region", "cross-region", "mobile", "standard", "legacy"];
|