Files
sillytavern-rts-mode/html/settings.html
T
2025-08-03 22:35:36 -07:00

34 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>RTS Chat Mode Settings</title>
</head>
<body>
<h1>RTS Chat Mode Settings</h1>
<div class="inline-drawer">
<div class="inline-drawer-content">
<h2>Preset Selection</h2>
<p>Select a scenario preset to begin.</p>
<select id="rts-preset-select">
<option value="/scripts/extensions/rts-mode/presets/zoo_escape.json">Zoo Escape</option>
<option value="/scripts/extensions/rts-mode/presets/classic_rts.json">Classic RTS</option>
</select>
</div>
</div>
<div class="inline-drawer">
<div class="inline-drawer-content">
<h2>Content Filter</h2>
<p>Enable to allow graphic descriptions of violence and sexual themes.</p>
<div class="rts-settings-toggle">
<label for="rts-content-filter-toggle" class="rts-toggle-label">Explicit Content</label>
<label class="rts-switch">
<input type="checkbox" id="rts-content-filter-toggle" checked>
<span class="rts-slider round"></span>
</label>
</div>
</div>
</div>
</body>
</html>