feat: 摘要拆分

This commit is contained in:
archer
2023-03-26 22:09:59 +08:00
parent 888642f154
commit 3e4487ad9a
20 changed files with 397 additions and 83 deletions

View File

@@ -3,6 +3,7 @@ import type { Mongoose } from 'mongoose';
declare global {
var mongodb: Mongoose | string | null;
var generatingQA: boolean;
var generatingAbstract: boolean;
var QRCode: any;
interface Window {
['pdfjs-dist/build/pdf']: any;