[Update/TMP] Save plugin status that if enabled or not(on store.js, yet).

Handle download.
This commit is contained in:
Sakamoto Shiina
2025-03-14 23:22:00 +09:00
parent b0f5751e11
commit 3ebd605092
9 changed files with 82 additions and 25 deletions

View File

@@ -2,7 +2,7 @@ import { fetch as tauriFetch, ResponseType } from "@tauri-apps/api/http";
export const useFetch = () => {
const asyncTauriFetchGithub = async (url) => {
console.log("tauriFetch");
console.log("tauriFetch", url);
const release_response = await tauriFetch(url, {
method: "GET",