本地模型不重复创建,共用一个 (#51)

* 本地模型不重复创建,共用一个

* 更新web端页面发布版本
This commit is contained in:
玄凤科技
2025-02-19 01:00:25 +08:00
committed by GitHub
parent 55981ec764
commit 174ab7fdb7
8 changed files with 78 additions and 79 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

+27 -26
View File
@@ -1,27 +1,28 @@
<!doctype html>
<html lang="en" style="height: 100%;">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>智控台</title>
<!doctype html>
<html lang="en" style="height: 100%;">
<head>
<meta charset="UTF-8"/>
<link rel="icon" href="/favicon.ico"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>智控台</title>
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: hidden;
}
#app {
height: 100%;
width: 100%;
}
</style>
<script type="module" crossorigin src="/assets/index-CvO82KVk.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-_IjUUKjO.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
html, body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: hidden;
}
#app {
height: 100%;
width: 100%;
}
</style>
<script type="module" crossorigin src="/assets/index-DF7ROAy9.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D_oCZVZF.css">
</head>
<body>
<div id="app"></div>
</body>