This commit is contained in:
xy
2026-03-13 01:38:40 +00:00
parent e6e4f88257
commit 28855885cd
311 changed files with 89544 additions and 94350 deletions

View File

@@ -1,5 +1,6 @@
// This file is created by egg-ts-helper@1.25.8
// This file is created by egg-ts-helper@1.35.2
// Do not modify this file!!!!!!!!!
/* eslint-disable */
import 'egg';
import ExportAccount from '../../../app/controller/account';

View File

@@ -1,5 +1,6 @@
// This file is created by egg-ts-helper@1.25.8
// This file is created by egg-ts-helper@1.35.2
// Do not modify this file!!!!!!!!!
/* eslint-disable */
import 'egg';
export * from 'egg';

View File

@@ -1,5 +1,6 @@
// This file is created by egg-ts-helper@1.25.8
// This file is created by egg-ts-helper@1.35.2
// Do not modify this file!!!!!!!!!
/* eslint-disable */
import 'egg';
import ExportCheckMainten from '../../../app/middleware/checkMainten';

View File

@@ -1,5 +1,6 @@
// This file is created by egg-ts-helper@1.25.8
// This file is created by egg-ts-helper@1.35.2
// Do not modify this file!!!!!!!!!
/* eslint-disable */
import 'egg';
type AnyClass = new (...args: any[]) => any;

View File

@@ -1,5 +1,6 @@
// This file is created by egg-ts-helper@1.25.8
// This file is created by egg-ts-helper@1.35.2
// Do not modify this file!!!!!!!!!
/* eslint-disable */
import 'egg';
import { EggAppConfig } from 'egg';

View File

@@ -1,38 +0,0 @@
// This file is created by egg-ts-helper@1.25.8
// Do not modify this file!!!!!!!!!
import 'egg';
import 'egg-onerror';
import 'egg-session';
import 'egg-i18n';
import 'egg-watcher';
import 'egg-multipart';
import 'egg-security';
import 'egg-development';
import 'egg-logrotator';
import 'egg-schedule';
import 'egg-static';
import 'egg-jsonp';
import 'egg-view';
import 'egg-view-nunjucks';
import 'egg-cors';
import { EggPluginItem } from 'egg';
declare module 'egg' {
interface EggPlugin {
onerror?: EggPluginItem;
session?: EggPluginItem;
i18n?: EggPluginItem;
watcher?: EggPluginItem;
multipart?: EggPluginItem;
security?: EggPluginItem;
development?: EggPluginItem;
logrotator?: EggPluginItem;
schedule?: EggPluginItem;
static?: EggPluginItem;
jsonp?: EggPluginItem;
view?: EggPluginItem;
nunjucks?: EggPluginItem;
cors?: EggPluginItem;
xtransit?: EggPluginItem;
}
}

View File

@@ -1,5 +0,0 @@
import 'egg';
declare module 'egg' {
}

2
web-server/typings/modules.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
declare module 'micromatch';
declare module 'is-glob';