mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 05:03:45 +08:00
chore: delete debug output
This commit is contained in:
parent
1346a7992c
commit
909b88864f
@ -36,7 +36,6 @@ export const ProxyRender = (props: RenderProps) => {
|
|||||||
const { verge } = useVerge();
|
const { verge } = useVerge();
|
||||||
const enable_group_icon = verge?.enable_group_icon ?? true;
|
const enable_group_icon = verge?.enable_group_icon ?? true;
|
||||||
const [mode] = useRecoilState(atomThemeMode);
|
const [mode] = useRecoilState(atomThemeMode);
|
||||||
console.log(mode);
|
|
||||||
const isDark = mode === "light" ? false : true;
|
const isDark = mode === "light" ? false : true;
|
||||||
const itembackgroundcolor = isDark ? "#282A36" : "#ffffff";
|
const itembackgroundcolor = isDark ? "#282A36" : "#ffffff";
|
||||||
|
|
||||||
|
@ -35,7 +35,6 @@ const OS = getSystem();
|
|||||||
|
|
||||||
const Layout = () => {
|
const Layout = () => {
|
||||||
const [mode] = useRecoilState(atomThemeMode);
|
const [mode] = useRecoilState(atomThemeMode);
|
||||||
console.log(mode);
|
|
||||||
const isDark = mode === "light" ? false : true;
|
const isDark = mode === "light" ? false : true;
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
const { theme } = useCustomTheme();
|
const { theme } = useCustomTheme();
|
||||||
|
@ -23,7 +23,6 @@ const SettingPage = () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const [mode] = useRecoilState(atomThemeMode);
|
const [mode] = useRecoilState(atomThemeMode);
|
||||||
console.log(mode);
|
|
||||||
const isDark = mode === "light" ? false : true;
|
const isDark = mode === "light" ? false : true;
|
||||||
const { theme } = useCustomTheme();
|
const { theme } = useCustomTheme();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user