feat: qa生成

This commit is contained in:
archer
2023-03-24 01:19:38 +08:00
parent 8b72dca533
commit d8290f0809
15 changed files with 321 additions and 121 deletions

View File

@@ -2,6 +2,7 @@ import type { Mongoose } from 'mongoose';
declare global {
var mongodb: Mongoose | string | null;
var generatingQA: boolean;
var QRCode: any;
}