mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 20:37:51 +00:00
April fool
This commit is contained in:
parent
324dfb51b2
commit
f6f39056f5
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-c960d7c2.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-a669a6f9.css">
|
||||
<script type="module" crossorigin src="/assets/index-98910268.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-dbb96f42.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -195,7 +195,7 @@ export default {
|
||||
openVsCode() {
|
||||
const json = JSON.stringify({
|
||||
'client_id': this.client_id,
|
||||
'discussion_id': this.discussion_id,
|
||||
'discussion_id': typeof this.discussion_id === 'string' ? parseInt(this.discussion_id) : this.discussion_id ,
|
||||
'message_id': this.message_id,
|
||||
'code': this.code
|
||||
})
|
||||
|
@ -4,7 +4,8 @@ import axios from "axios";
|
||||
import App from './App.vue'
|
||||
import router from './router'
|
||||
|
||||
import './assets/tailwind.css'
|
||||
//import './assets/tailwind.css'
|
||||
import './assets/tailwind_april_fool.css'
|
||||
|
||||
const app = createApp(App)
|
||||
console.log("Loaded main.js")
|
||||
|
Loading…
Reference in New Issue
Block a user