refine bingAI UI

This commit is contained in:
James Feng Cao 2023-04-02 09:52:12 +08:00
parent 25bb54f62c
commit b01672cb48
10 changed files with 50 additions and 20 deletions

View file

@ -74,6 +74,13 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/marked/4.3.0/marked.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.4/katex.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.4/contrib/auto-render.min.js"></script>
<script>
async function getMagicUrl() {
let v = localStorage.GoGoUrl;
if(v) return v;
return "https://mybing2.xn--xyza.top/";
}
</script>
<script src="./js/GetSet.js"></script>
<script src="./js/ChatMessages.js"></script>
<script src="./js/bingChatHub.js"></script>