@ginstone/nga-api
Version:
11 lines (10 loc) • 370 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EntranceType = void 0;
//入口类型
var EntranceType;
(function (EntranceType) {
EntranceType["TOPIC"] = "\u4E3B\u9898";
EntranceType["FORUM"] = "\u7248\u9762";
EntranceType["COL"] = "\u5408\u96C6";
})(EntranceType = exports.EntranceType || (exports.EntranceType = {}));