NineAI 2.4.2

This commit is contained in:
vastxie
2024-01-17 09:22:28 +08:00
commit bdc48207fc
636 changed files with 41864 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RechargeType = exports.DeductionKey = exports.DeductionType = void 0;
exports.DeductionType = {
BALANCE: 'BALANCE_TYPE',
CHAT: 'CHAT_TYPE',
PAINT: 'PAINT_TYPE',
};
exports.DeductionKey = {
BALANCE_TYPE: 'balance',
CHAT_TYPE: 'usesLeft',
PAINT_TYPE: 'paintCount',
};
exports.RechargeType = {
REG_GIFT: 1,
INVITE_GIFT: 2,
REFER_GIFT: 3,
PACKAGE_GIFT: 4,
ADMIN_GIFT: 5,
SCAN_PAY: 6,
DRAW_FAIL_REFUND: 7,
SIGN_IN: 8,
};