feat: return home page on any path

fix: clearConvo will remove all messages
This commit is contained in:
Wentao Lyu 2023-03-28 00:15:29 +08:00
parent 5b8483828b
commit 7d43032a98
3 changed files with 10 additions and 32 deletions

View file

@ -26,7 +26,7 @@
/>
<script
defer
src="main.js"
src="/main.js"
></script>
</head>
<body>
@ -34,7 +34,7 @@
<script
type="text/javascript"
src="main.js"
src="/main.js"
></script>
</body>
</html>