export const UserRole = { admin: '管理员', team: '队长', promoter: '推广员', user: '用户', } export const ConfigType = { string: '字符串', date: '日期', number: '数字', boolean: '布尔值', object: '对象', file: '文件', time_range: '时间范围', range: '范围' } export const ChainType = { btc: 'btc', eth: 'eth', bsc: 'bsc', tron: 'tron', sol: 'sol' } export const PlatformType = { Android: 'Android', iOS: 'iOS', PC: 'PC' } export const FinanceStatus = { withdrawn: '已提现', rejected: '申请驳回', processing: '处理中' } export const IncomeType = { tip: '打赏收入', commission: '返佣收入' } export const OrderType = { single_tip: '单片打赏', hourly: '包时会员', daily: '包日会员', weekly: '包周会员', monthly: '包月会员', quarterly: '包季会员', yearly: '包年会员', lifetime: '终身会员' } export const LinkType = { general: '通用链接', super: '超级链接', browser: '浏览器链接' }