mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
fixed error
This commit is contained in:
parent
a44340025f
commit
3e0707ce5c
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-7d4b529a.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-822a6f28.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-7d925527.css">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -151,7 +151,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="this.$store.state.config.enable_voice_service" class="flex flex-row items-center">
|
||||
<div v-if="isSynthesizingVoice" class="text-lg hover:text-red-600 duration-75 active:scale-90 p-2"
|
||||
<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 }">
|
||||
|
Loading…
Reference in New Issue
Block a user