mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-04 18:13:29 +00:00
more presets
This commit is contained in:
parent
892466e09f
commit
daf2e69fca
@ -1 +1 @@
|
||||
Subproject commit c9f0b552ddab1f5deae8c1e733ab14ff74d5e96f
|
||||
Subproject commit 2cc532c5e661c294d0bc7be80ea58f96706ea473
|
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-Du9lXL9Z.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-vEmjhqy9.css">
|
||||
<script type="module" crossorigin src="/assets/index-1edDnQhM.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-i439rear.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -120,7 +120,7 @@
|
||||
<button
|
||||
@click="toggleLeftPanel"
|
||||
class="p-2 hover:bg-gray-100 dark:hover:bg-gray-800 rounded-lg transition-colors"
|
||||
:class="$store.state.leftPanelCollapsed ? '' : 'bg-gray-700'"
|
||||
:class="$store.state.leftPanelCollapsed ? '' : 'bg-gray-300'"
|
||||
:title="$store.state.leftPanelCollapsed ? 'Expand Left Panel' : 'Collapse Left Panel'"
|
||||
>
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
@ -293,7 +293,7 @@
|
||||
<button
|
||||
@click="toggleRightPanel"
|
||||
class="p-2 hover:bg-gray-100 dark:hover:bg-gray-800 rounded-lg transition-colors"
|
||||
:class="$store.state.rightPanelCollapsed ? '' : 'bg-gray-700'"
|
||||
:class="$store.state.rightPanelCollapsed ? '' : 'bg-gray-300'"
|
||||
:title="$store.state.rightPanelCollapsed ? 'Expand Right Panel' : 'Collapse Right Panel'"
|
||||
>
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
|
@ -827,7 +827,7 @@
|
||||
<div class="flex justify-end space-x-2">
|
||||
<button
|
||||
type="button"
|
||||
@click="showAddPreset = false"
|
||||
@click="showAddThinkingPreset = false"
|
||||
class="px-4 py-2 text-sm text-gray-600 border rounded-md"
|
||||
>
|
||||
Cancel
|
||||
|
Loading…
x
Reference in New Issue
Block a user