Refactor the backend

This commit is contained in:
jiangrui
2025-03-11 00:06:10 +08:00
parent a78ea7e5bd
commit 615149c83f
22 changed files with 338 additions and 84 deletions

View File

@@ -24,7 +24,7 @@ interface sourceItem {
@injectable()
export class Searcher {
private static instance: Searcher;
private api: AxiosInstance;
private api: AxiosInstance | null = null;
constructor() {
this.initAxiosInstance();