mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-08 03:14:17 +00:00
fish
This commit is contained in:
parent
43b33281ca
commit
4921568940
26
web/dist/assets/index-BOIpO8LK.css
vendored
Normal file
26
web/dist/assets/index-BOIpO8LK.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
26
web/dist/assets/index-JhOifEnN.css
vendored
26
web/dist/assets/index-JhOifEnN.css
vendored
File diff suppressed because one or more lines are too long
BIN
web/dist/assets/logo-6TyToX4A.png
vendored
Normal file
BIN
web/dist/assets/logo-6TyToX4A.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 MiB |
BIN
web/dist/assets/logo-BeKzDFPd.png
vendored
BIN
web/dist/assets/logo-BeKzDFPd.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 431 KiB |
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-B_v3os1E.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-JhOifEnN.css">
|
||||
<script type="module" crossorigin src="/assets/index-DrzOneYA.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BOIpO8LK.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -96,10 +96,10 @@
|
||||
:key="func.id || func.full_path"
|
||||
:ref="el => setFunctionRef(func.id || func.full_path, el)"
|
||||
:function_call="func"
|
||||
:is-mounted="func.isMounted" <!-- Pass reactive isMounted -->
|
||||
:is-mounted="func.isMounted"
|
||||
:is-processing="func.isProcessing"
|
||||
:get-icon-url="getFunctionIcon" <!-- Pass utility method if needed -->
|
||||
:on-img-error="imgPlaceholder" <!-- Pass utility method if needed -->
|
||||
:get-icon-url="getFunctionIcon"
|
||||
:on-img-error="imgPlaceholder"
|
||||
@mount="handleMount(func)"
|
||||
@unmount="handleUnmount(func)"
|
||||
@remount="handleRemount(func)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user