Rename floating prompt extension

This commit is contained in:
SillyLossy
2023-03-29 00:47:25 +03:00
parent 45df23ff9a
commit bae5567138
2 changed files with 3 additions and 3 deletions

View File

@ -100,7 +100,7 @@ async function moduleWorker() {
(function() { (function() {
function addExtensionsSettings() { function addExtensionsSettings() {
const settingsHtml = ` const settingsHtml = `
<h4>Floating Prompt / Author's Note</h4> <h4>Author's Note / Character Bias</h4>
<div class="floating_prompt_settings"> <div class="floating_prompt_settings">
<label for="extension_floating_prompt">Append the following text:</label> <label for="extension_floating_prompt">Append the following text:</label>
<textarea id="extension_floating_prompt" class="text_pole" rows="2"></textarea> <textarea id="extension_floating_prompt" class="text_pole" rows="2"></textarea>
@ -116,7 +116,7 @@ async function moduleWorker() {
<input id="extension_floating_interval" class="text_pole" type="number" value="0" min="0" max="999" /> <input id="extension_floating_interval" class="text_pole" type="number" value="0" min="0" max="999" />
<label for="extension_floating_interval">Insertion depth (for in-chat positioning):</label> <label for="extension_floating_interval">Insertion depth (for in-chat positioning):</label>
<input id="extension_floating_depth" class="text_pole" type="number" value="0" min="0" max="99" /> <input id="extension_floating_depth" class="text_pole" type="number" value="0" min="0" max="99" />
<span>Appending the prompt in next: <span id="extension_floating_counter">No</span> message(s)</span> <span>Appending to the prompt in next: <span id="extension_floating_counter">No</span> message(s)</span>
</div> </div>
`; `;

View File

@ -1,5 +1,5 @@
{ {
"display_name": "Floating Prompt / Author's Note", "display_name": "Author's Note / Character Bias",
"loading_order": 1, "loading_order": 1,
"requires": [], "requires": [],
"optional": [], "optional": [],