初始化

This commit is contained in:
chenyc
2025-12-13 18:52:08 +08:00
commit 9041a4298f
553 changed files with 59783 additions and 0 deletions

36
index.html Normal file
View File

@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" />
<title>治疗数据展示</title>
<!-- AI窗口 -->
<style>
/* 这个是患者透析方案确认message的icon样式 */
.myMessageSuccess .el-icon svg {
width: 2em !important;
height: 3em !important;
}
.myMessageSuccess .el-icon {
width: 3em;
height: 3em;
}
#dify-chatbot-bubble-button {
background-color: #1C64F2 !important;
/* display: none; */
}
#dify-chatbot-bubble-window {
width: 740px !important;
height: 60rem !important;
}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>