From 91054dd67099de40db20ea49660f3222f8910ccf Mon Sep 17 00:00:00 2001 From: 12975 <1297598740@qq.com> Date: Tue, 27 Jan 2026 00:27:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=9E=E7=8E=B0=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E6=A0=B8=E5=BF=83=E5=8A=9F=E8=83=BD=E5=92=8C?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=95=8C=E9=9D=A2=EF=BC=8C=E5=8C=85=E6=8B=AC?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E3=80=81=E7=BB=84=E4=BB=B6=E3=80=81=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E3=80=81=E6=A0=B7=E5=BC=8F=E5=92=8C=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index a0238df..fcb80f4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2,7 +2,7 @@ import { RouterProvider } from 'react-router-dom'; import { router } from './router'; -import { ThemeProvider, useAutoTokenRefresh } from './hooks'; +import { ThemeProvider, PrivacyProvider, NotificationProvider, GuideProvider, useAutoTokenRefresh } from './hooks'; /** * App Content Component @@ -22,7 +22,13 @@ function AppContent() { function App() { return ( - + + + + + + + ); }