Skip to content

Commit

Permalink
v9.8 ready for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ParisNeo committed May 20, 2024
1 parent f982838 commit 8a8e3a1
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions web/dist/assets/index-e9c85073.css

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions web/dist/assets/index-fac1b0e8.css

This file was deleted.

4 changes: 2 additions & 2 deletions web/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/ChatBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8a8e3a1

Please sign in to comment.