mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-23 06:12:22 +00:00
fixed skills library
This commit is contained in:
parent
4177682e6d
commit
e0b244dd97
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>
|
<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">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>LoLLMS WebUI</title>
|
<title>LoLLMS WebUI</title>
|
||||||
<script type="module" crossorigin src="/assets/index-Jzkex9MN.js"></script>
|
<script type="module" crossorigin src="/assets/index-CQZS3dTu.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-DjMNCHBr.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-DaywzZaA.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
@ -254,7 +254,6 @@
|
|||||||
<p class="text-2xl animate-pulse mt-2 text-light-text-panel dark:text-dark-text-panel">{{ loading_infos }} ...</p>
|
<p class="text-2xl animate-pulse mt-2 text-light-text-panel dark:text-dark-text-panel">{{ loading_infos }} ...</p>
|
||||||
</div>
|
</div>
|
||||||
<InputBox prompt-text="Enter the url to the page to use as discussion support" @ok="addWebpage" ref="web_url_input_box"></InputBox>
|
<InputBox prompt-text="Enter the url to the page to use as discussion support" @ok="addWebpage" ref="web_url_input_box"></InputBox>
|
||||||
<SkillsLibraryViewer ref="skills_lib" ></SkillsLibraryViewer>
|
|
||||||
<Toast ref="toast" />
|
<Toast ref="toast" />
|
||||||
<MessageBox ref="messageBox" />
|
<MessageBox ref="messageBox" />
|
||||||
<YesNoDialog ref="yesNoDialog" class="z-20" />
|
<YesNoDialog ref="yesNoDialog" class="z-20" />
|
||||||
|
@ -848,6 +848,8 @@
|
|||||||
<div id="app">
|
<div id="app">
|
||||||
<PopupViewer ref="news"/>
|
<PopupViewer ref="news"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<SkillsLibraryViewer ref="skills_lib" ></SkillsLibraryViewer>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 2ba7ba8f2f40e96ccd1fab553986bea96d5fe95e
|
Subproject commit 0bcfeef623360cbd2583026e42fb21719d83635b
|
Loading…
Reference in New Issue
Block a user