mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
upgraded story making skills
This commit is contained in:
parent
d609ef842c
commit
201d623a9c
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-90b5b8a8.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-26a46f99.css">
|
||||
<script type="module" crossorigin src="/assets/index-09652204.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-3da7a963.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -662,12 +662,27 @@
|
||||
type="text"
|
||||
id="user_name"
|
||||
required
|
||||
v-model="configFile.userName"
|
||||
v-model="configFile.user_name"
|
||||
@change="settingsChanged=true"
|
||||
class="w-full w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"
|
||||
>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="min-width: 200px;">
|
||||
<label for="user_description" class="text-sm font-bold" style="margin-right: 1rem;">User description:</label>
|
||||
</td>
|
||||
<td style="width: 100%;">
|
||||
<textarea
|
||||
id="user_description"
|
||||
required
|
||||
v-model="configFile.user_description"
|
||||
@change="settingsChanged=true"
|
||||
class="w-full w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"
|
||||
></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- Row 3 -->
|
||||
<tr>
|
||||
<td style="min-width: 200px;">
|
||||
|
Loading…
Reference in New Issue
Block a user