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))',
}}>
-
-
-
+
+
{/*