test: temporarily replace ad link by something with sound

This commit is contained in:
Alejandro González
2025-10-15 11:29:44 +02:00
parent 945395740b
commit 74bb7eecb7
+1 -1
View File
@@ -13,7 +13,7 @@ pub struct AdsState {
pub malicious_origins: HashSet<String>,
}
const AD_LINK: &str = "https://modrinth.com/wrapper/app-ads-cookie";
const AD_LINK: &str = "https://www.youtube.com/watch?v=dQw4w9WgXcQ";
pub fn init<R: Runtime>() -> TauriPlugin<R> {
tauri::plugin::Builder::<R>::new("ads")