upgraded story making skills

This commit is contained in:
Saifeddine ALOUI 2023-08-27 03:23:50 +02:00
parent d609ef842c
commit 201d623a9c
4 changed files with 53 additions and 38 deletions

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
View File

@ -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>

View File

@ -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;">