UNPKG

polyv-live-cli

Version:

CLI tool for managing PolyV live streaming services.

18 lines 615 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AUTH_TYPE_LABELS = exports.VALID_AUTH_TYPES = void 0; exports.VALID_AUTH_TYPES = ['none', 'code', 'pay', 'phone', 'info', 'custom', 'external', 'direct']; exports.AUTH_TYPE_LABELS = { none: '无限制', code: '密码观看', pay: '付费观看', phone: '白名单观看', info: '登记观看', wxshare: '分享观看', custom: '自定义授权', external: '外部授权', direct: '独立授权', public: '公开观看', wx: '微信授权', }; //# sourceMappingURL=watch-condition.js.map