mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-16 07:06:38 +00:00
upgraded ui
This commit is contained in:
parent
7b4b2b847b
commit
6b537bcb1e
File diff suppressed because one or more lines are too long
2
web/dist/index.html
vendored
2
web/dist/index.html
vendored
@ -6,7 +6,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LoLLMS WebUI - Welcome</title>
|
||||
<script type="module" crossorigin src="/assets/index-822a6f28.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-aa5c01f4.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-7d925527.css">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -154,7 +154,7 @@
|
||||
<div v-if="!isSynthesizingVoice" class="text-lg hover:text-red-600 duration-75 active:scale-90 p-2"
|
||||
title="read"
|
||||
@click.stop="read()"
|
||||
:class="{ 'text-red-500': isTalking }">
|
||||
>
|
||||
<i data-feather="voicemail"></i>
|
||||
</div>
|
||||
<svg v-else aria-hidden="true" class="w-6 h-6 animate-spin fill-secondary" viewBox="0 0 100 101"
|
||||
@ -368,7 +368,6 @@ export default {
|
||||
this.isSynthesizingVoice=false
|
||||
});
|
||||
}
|
||||
|
||||
},
|
||||
speak() {
|
||||
if (this.msg) {
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 268f64f4c6fa1d8afa89003a838d125492d374cc
|
||||
Subproject commit 44ce30dded87bf9993541393402841ea182dca7c
|
Loading…
x
Reference in New Issue
Block a user