mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
more max-lengths added
This commit is contained in:
@@ -939,7 +939,7 @@
|
||||
poe.com access token (p-b cookie value)
|
||||
</div>
|
||||
<div class="widthFreeExpand">
|
||||
<input id="poe_token" class="text_pole" type="text" placeholder="Example: nTLG2bNvbOi8qxc-DbaSlw%3D%3D" />
|
||||
<input id="poe_token" class="text_pole" type="text" placeholder="Example: nTLG2bNvbOi8qxc-DbaSlw%3D%3D" maxlength="100" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1006,7 +1006,7 @@
|
||||
Custom Chat Separator
|
||||
</h4>
|
||||
<div>
|
||||
<input id="custom_chat_separator" class="text_pole" type="text" placeholder="<START>" />
|
||||
<input id="custom_chat_separator" class="text_pole" type="text" placeholder="<START>" maxlength="100" />
|
||||
</div>
|
||||
</div>
|
||||
<div id="anchors-block">
|
||||
@@ -1330,7 +1330,7 @@
|
||||
TavernAI-extras
|
||||
</a>
|
||||
</h3>
|
||||
<input id="extensions_url" type="text" class="text_pole" />
|
||||
<input id="extensions_url" type="text" class="text_pole" maxlength="250" />
|
||||
<div class="extensions_url_block">
|
||||
<input id="extensions_connect" class="menu_button" type="submit" value="Connect" />
|
||||
<span class="expander"></span>
|
||||
|
Reference in New Issue
Block a user