mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 04:17:52 +00:00
enhanced ui
This commit is contained in:
parent
1620a8a7a3
commit
1a6cbfbcc8
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 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>LoLLMS WebUI - Welcome</title>
|
<title>LoLLMS WebUI - Welcome</title>
|
||||||
<script type="module" crossorigin src="/assets/index-8aa96d00.js"></script>
|
<script type="module" crossorigin src="/assets/index-04381891.js"></script>
|
||||||
<link rel="stylesheet" href="/assets/index-154c3e38.css">
|
<link rel="stylesheet" href="/assets/index-603b61f4.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
@ -130,7 +130,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="w-fit group relative" v-if="!loading" >
|
<div class="w-fit group relative" v-if="!loading" >
|
||||||
<!-- :onShowPersList="onShowPersListFun" -->
|
<!-- :onShowPersList="onShowPersListFun" -->
|
||||||
<div class= "group w-full inline-flex absolute opacity-0 group-hover:opacity-100 transform group-hover:-translate-y-10 group-hover:translate-x-15 transition-all duration-300">
|
<div class= "group w-full inline-flex absolute opacity-0 group-hover:opacity-100 transform group-hover:-translate-y-12 group-hover:translate-x-15 transition-all duration-300">
|
||||||
<div class="w-full"
|
<div class="w-full"
|
||||||
v-for="(item, index) in installedBindings" :key="index + '-' + item.name"
|
v-for="(item, index) in installedBindings" :key="index + '-' + item.name"
|
||||||
ref="installedBindings">
|
ref="installedBindings">
|
||||||
@ -154,7 +154,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="w-fit group relative" v-if="!loading" >
|
<div class="w-fit group relative" v-if="!loading" >
|
||||||
<!-- :onShowPersList="onShowPersListFun" -->
|
<!-- :onShowPersList="onShowPersListFun" -->
|
||||||
<div class= "group w-full inline-flex absolute opacity-0 group-hover:opacity-100 transform group-hover:-translate-y-10 group-hover:translate-x-15 transition-all duration-300">
|
<div class= "group w-full inline-flex absolute opacity-0 group-hover:opacity-100 transform group-hover:-translate-y-12 group-hover:translate-x-15 transition-all duration-300">
|
||||||
<div class="w-full"
|
<div class="w-full"
|
||||||
v-for="(item, index) in installedModels" :key="index + '-' + item.name"
|
v-for="(item, index) in installedModels" :key="index + '-' + item.name"
|
||||||
ref="installedModels">
|
ref="installedModels">
|
||||||
|
Loading…
Reference in New Issue
Block a user