mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-29 15:44:12 +00:00
v9.8 ready for tag
This commit is contained in:
parent
f982838f05
commit
8a8e3a1c38
File diff suppressed because one or more lines are too long
8
web/dist/assets/index-e9c85073.css
vendored
Normal file
8
web/dist/assets/index-e9c85073.css
vendored
Normal file
File diff suppressed because one or more lines are too long
8
web/dist/assets/index-fac1b0e8.css
vendored
8
web/dist/assets/index-fac1b0e8.css
vendored
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-a61dfb5d.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-fac1b0e8.css">
|
||||
<script type="module" crossorigin src="/assets/index-e001aac8.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-e9c85073.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -178,7 +178,7 @@
|
||||
</div>
|
||||
<div class="w-fit group relative" >
|
||||
<!-- :onShowPersList="onShowPersListFun" -->
|
||||
<div class= "fixed w-[500px] -bottom-[50px] group absolute opacity-0 group-hover:opacity-100 transform group-hover:translate-y-[-6rem] group-hover:translate-x-15 transition-all duration-300">
|
||||
<div class= "fixed w-[500px] -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="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