From bc0016f63bf2c99396b77d36dcde5be847ebca26 Mon Sep 17 00:00:00 2001 From: backuppc Date: Wed, 21 Jan 2026 13:50:03 +0900 Subject: [PATCH] =?UTF-8?q?tailwind=20=EB=B3=B5=EA=B5=AC=20=EB=B0=8F=20ads?= =?UTF-8?q?ense=20=EC=9E=AC=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.tsx | 31 ++++++++++++++++++++++++------- index.html | 2 ++ 2 files changed, 26 insertions(+), 7 deletions(-) diff --git a/App.tsx b/App.tsx index 457a63d..a646996 100644 --- a/App.tsx +++ b/App.tsx @@ -12,6 +12,28 @@ import ConflictModal from './components/ConflictModal'; import DownloadModal from './components/DownloadModal'; import { formatBytes } from './utils/formatters'; +const AdSenseBanner: React.FC = () => { + useEffect(() => { + try { + // @ts-ignore + (window.adsbygoogle = window.adsbygoogle || []).push({}); + } catch (e) { + console.error("AdSense error", e); + } + }, []); + + return ( +
+ +
+ ); +}; + const App: React.FC = () => { // --- State --- const savedPref = localStorage.getItem('save_connection_info') !== 'false'; @@ -1037,13 +1059,8 @@ const App: React.FC = () => {
-
-
SPONSORED
-
-
GOOGLE ADSENSE
-
Premium Ad Space Available
-
-
+
+
diff --git a/index.html b/index.html index 52f6c15..9ee0500 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,8 @@ + WebFTP by SIMP