perf: txt

This commit is contained in:
archer
2023-07-18 09:38:18 +08:00
parent f71ce25c46
commit d346d38677
6 changed files with 20 additions and 8 deletions

View File

@@ -102,4 +102,4 @@ try {
console.log(error);
}
export const App: Model<AppType> = models['app'] || model('app', AppSchema);
export const App: Model<AppType> = models['model'] || model('model', AppSchema);