mirror of
https://github.com/vastxie/99AI.git
synced 2025-11-12 19:53:42 +08:00
v3.7.0
This commit is contained in:
@@ -8,11 +8,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.GlobalConfigModule = void 0;
|
||||
const common_1 = require("@nestjs/common");
|
||||
const typeorm_1 = require("@nestjs/typeorm");
|
||||
const chatLog_entity_1 = require("../chatLog/chatLog.entity");
|
||||
const config_entity_1 = require("./config.entity");
|
||||
const globalConfig_controller_1 = require("./globalConfig.controller");
|
||||
const globalConfig_service_1 = require("./globalConfig.service");
|
||||
const typeorm_1 = require("@nestjs/typeorm");
|
||||
const config_entity_1 = require("./config.entity");
|
||||
const chatLog_entity_1 = require("../chatLog/chatLog.entity");
|
||||
let GlobalConfigModule = class GlobalConfigModule {
|
||||
};
|
||||
GlobalConfigModule = __decorate([
|
||||
|
||||
@@ -188,15 +188,20 @@ let GlobalConfigService = class GlobalConfigService {
|
||||
'mjHideWorkIn',
|
||||
'isVerifyEmail',
|
||||
'isHideSidebar',
|
||||
'showWatermark',
|
||||
'isHideTts',
|
||||
'isHideDefaultPreset',
|
||||
'isHideModel3Point',
|
||||
'isHideModel4Point',
|
||||
'isHideDrawMjPoint',
|
||||
'isHidePlugin',
|
||||
'model3Name',
|
||||
'model4Name',
|
||||
'drawMjName',
|
||||
'isModelInherited',
|
||||
'noVerifyRegister',
|
||||
'noticeInfo',
|
||||
'homeHtml',
|
||||
];
|
||||
const data = await this.configEntity.find({
|
||||
where: { configKey: (0, typeorm_2.In)(allowKeys) },
|
||||
|
||||
Reference in New Issue
Block a user