1 Star 0 Fork 121

冉玉林/MallChatWeb

forked from Evan/MallChatWeb 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 586 Bytes
一键复制 编辑 原始数据 按行查看 历史
Evan 提交于 2023-09-23 20:48 . Feature/单聊群聊 (#95)
<!DOCTYPE html>
<html lang="zh-Hans" class="dark">
<!-- <html lang="zh-Hans"> -->
<head>
<meta charset="UTF-8" />
<meta name="renderer" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="icon" href="/favicon.ico" />
<meta
name="viewport"
content="width=device-width,minimum-scale=1,maximum-scale=1,initial-scale=1,user-scalable=no,minimal-ui,viewport-fit=cover"
/>
<title>MallChat</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ran-yulin/MallChatWeb.git
git@gitee.com:ran-yulin/MallChatWeb.git
ran-yulin
MallChatWeb
MallChatWeb
main

搜索帮助