mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-19 08:16:14 +00:00
upgraded
This commit is contained in:
parent
dd503a8524
commit
bb19658d8e
@ -1 +1 @@
|
||||
Subproject commit 86238fe666f292a5a461b890729d99bdb9a971a2
|
||||
Subproject commit 743c1c64137c03f7cbb7504e56e1e4198048adff
|
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 @@
|
||||
<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-f5bbacab.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-27866bc8.css">
|
||||
<script type="module" crossorigin src="/assets/index-00040cfe.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-96ee595a.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -77,7 +77,8 @@ export default {
|
||||
onEdit: Function,
|
||||
onReinstall: Function,
|
||||
onSettings: Function,
|
||||
onCopyPersonalityName: Function
|
||||
onCopyPersonalityName: Function,
|
||||
onToggleFavorite: Function
|
||||
},
|
||||
components:{
|
||||
InteractiveMenu
|
||||
@ -148,6 +149,9 @@ export default {
|
||||
defaultImg(event) {
|
||||
event.target.src = botImgPlaceholder
|
||||
},
|
||||
toggleFavorite() {
|
||||
this.onToggleFavorite(this)
|
||||
},
|
||||
showFolder() {
|
||||
this.onOpenFolder(this)
|
||||
},
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit de3d391c43cefb31df45bba8738260f428bd4c48
|
||||
Subproject commit f856463d2f11b0c9a7683b097b395a66d283ba6a
|
Loading…
x
Reference in New Issue
Block a user