mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-31 18:22:49 +00:00
* fix: Optimize small screen dialogue style * feat: Mobile voice conversation new UI * feat: Optimize the mobile voice interaction experience * feat: Optimize the mobile voice interaction experience
21 lines
509 B
HTML
21 lines
509 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no,
|
|
viewport-fit=cover"
|
|
/>
|
|
<title>111</title>
|
|
</head>
|
|
<body style="margin: 0; padding: 0; height: 100vh">
|
|
<script
|
|
async
|
|
defer
|
|
src="http://localhost:3000/api/application/embed?protocol=http&host=localhost:3000&token=7ca95a6b12571284">
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|