From 6c225b7bc5b41889a4e18cac36b5a940a320b7b2 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Mon, 2 Jun 2025 10:57:54 +0800 Subject: [PATCH] =?UTF-8?q?=E2=81=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/{old => }/test.html | 0 client/ui/App.jsx | 18 +++++++++--------- server/api/User.js | 12 ++++++++++++ 3 files changed, 21 insertions(+), 9 deletions(-) rename client/{old => }/test.html (100%) diff --git a/client/old/test.html b/client/test.html similarity index 100% rename from client/old/test.html rename to client/test.html diff --git a/client/ui/App.jsx b/client/ui/App.jsx index c6510bf..7e45f4d 100644 --- a/client/ui/App.jsx +++ b/client/ui/App.jsx @@ -3,7 +3,6 @@ import MessageContainer from "./chat/MessageContainer.js" import ContactsListItem from "./main/ContactsListItem.js" import RecentsListItem from "./main/RecentsListItem.js" import useEventListener from './useEventListener.js' -import ShadowInner from './ShadowInner.js' export default function App() { const [recentsList, setRecentsList] = React.useState([ @@ -110,7 +109,8 @@ export default function App() { }}> { // 移动端用 页面调试 - (new URL(location.href).searchParams.get('debug') == 'true') && + // 換個地方弄 + // (new URL(location.href).searchParams.get('debug') == 'true') && } @@ -255,14 +255,14 @@ export default function App() { bottom: '0', backgroundColor: 'rgb(var(--mdui-color-background))', }}> - - - + + {/*