mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-18 07:50:05 +00:00
sync
This commit is contained in:
parent
ab4fe2ade8
commit
8df0f895a0
@ -1 +1 @@
|
||||
Subproject commit 03368ef8e16be0aad8c2efa5a1c7fe907898d9fa
|
||||
Subproject commit 58e777f9ab16fe5580a96317c3081a29aeefb59c
|
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-2983b140.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-c964aff4.css">
|
||||
<script type="module" crossorigin src="/assets/index-7bfae9da.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-6530278a.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -3465,7 +3465,7 @@ export default {
|
||||
// Make an API request to upload the avatar
|
||||
axios.post('/upload_avatar', formData)
|
||||
.then(response => {
|
||||
console.log("Avatar uploaded successfully")
|
||||
console.log("Logo uploaded successfully")
|
||||
|
||||
this.$store.state.toast.showToast("Avatar uploaded successfully!", 4, true)
|
||||
// Assuming the server responds with the file name after successful upload
|
||||
|
Loading…
x
Reference in New Issue
Block a user