mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-06 18:36:42 +00:00
sync
This commit is contained in:
parent
9a82b14dd5
commit
c232edaa05
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
web/dist/index.html
vendored
4
web/dist/index.html
vendored
@ -6,8 +6,8 @@
|
||||
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LoLLMS WebUI</title>
|
||||
<script type="module" crossorigin src="/assets/index-C6H27J5x.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BkP4Zio6.css">
|
||||
<script type="module" crossorigin src="/assets/index-qvaLafRN.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-6QoepHjD.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -645,6 +645,7 @@
|
||||
<div class="flex flex-nowrap gap-6 p-4 min-w-full">
|
||||
<div
|
||||
v-for="(prompt, index) in personality.prompts_list"
|
||||
:title="extractTitle(prompt)"
|
||||
:key="index"
|
||||
@click="handlePromptSelection(prompt)"
|
||||
class="flex-shrink-0 w-[300px] bg-white dark:bg-gray-800 border border-gray-300 dark:border-gray-600 rounded-lg p-6 cursor-pointer hover:shadow-xl transition-all duration-300 ease-in-out transform hover:scale-105 flex flex-col justify-between min-h-[220px] group"
|
||||
@ -652,6 +653,7 @@
|
||||
<div class="space-y-3">
|
||||
<h3
|
||||
class="font-bold text-lg text-gray-900 dark:text-gray-100 mb-2 truncate"
|
||||
:title="extractTitle(prompt)"
|
||||
>
|
||||
{{ extractTitle(prompt) }}
|
||||
</h3>
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit d2bb11c2c684ca7d42f6b51c019bd4553e80bd0b
|
||||
Subproject commit 4f6b53a2ecaa38b364bbca2ebc990ae474027011
|
Loading…
x
Reference in New Issue
Block a user