mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-09 11:51:18 +00:00
sync
This commit is contained in:
parent
067bc60ec8
commit
03de9428f3
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">
|
||||
<title>LoLLMS WebUI - Welcome</title>
|
||||
<script type="module" crossorigin src="/assets/index-a6a61709.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-2aa3235a.css">
|
||||
<script type="module" crossorigin src="/assets/index-933add12.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-87c263dd.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -178,7 +178,7 @@
|
||||
</div>
|
||||
<div class="w-fit group relative" >
|
||||
<!-- :onShowPersList="onShowPersListFun" -->
|
||||
<div class= "fixed w-[1000px] -bottom-[150px] group absolute group-hover:opacity-100 transform group-hover:translate-y-[-200px] group-hover:translate-x-[0px] transition-all duration-300">
|
||||
<div class= "fixed w-[1000px] -bottom-[150px] group absolute opacity-0 group-hover:opacity-100 transform group-hover:translate-y-[-200px] group-hover:translate-x-[0px] transition-all duration-300">
|
||||
<div class="w-fit flex-wrap flex">
|
||||
<div class="w-fit h-fit "
|
||||
v-for="(item, index) in mountedPersonalities" :key="index + '-' + item.name"
|
||||
|
Loading…
x
Reference in New Issue
Block a user