[feat] automark plugin

This commit is contained in:
kwaroran
2023-06-24 18:18:08 +09:00
parent 7cd314e2a1
commit 6810020376
7 changed files with 62 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ import { appWindow } from "@tauri-apps/api/window";
import { checkOldDomain, checkUpdate } from "../update";
import { selectedCharID } from "../stores";
import { Body, ResponseType, fetch as TauriFetch } from "@tauri-apps/api/http";
import { loadPlugins } from "../process/plugins";
import { loadPlugins } from "../plugins/plugins";
import { alertError, alertStore } from "../alert";
import { checkDriverInit, syncDrive } from "../drive/drive";
import { hasher } from "../parser";