fix: cannot detect service mode on home card

This commit is contained in:
wonfen
2025-03-19 05:25:38 +08:00
parent 74e441df5b
commit 61f019f194
3 changed files with 10 additions and 10 deletions

View File

@@ -1,10 +1,8 @@
use chrono::Local;
use regex::Regex;
use reqwest::header::{HeaderMap, HeaderValue};
use reqwest::Client;
use serde::{Deserialize, Serialize};
use std::collections::HashMap;
use std::error::Error;
use std::sync::Arc;
use tauri::command;
use tokio::sync::Mutex;