This build was committed by a bot.

This commit is contained in:
github-actions[bot]
2025-12-30 19:40:05 +00:00
parent 7bb0fc20d2
commit c46f12f885
3 changed files with 32 additions and 20 deletions

40
dist/index.html vendored
View File

@@ -12,7 +12,7 @@
<script defer src="https://cdn.jsdelivr.net/npm/cash-dom/dist/cash.min.js"></script>
<script defer src="//unpkg.com/alpinejs"></script>
<script type="module" crossorigin src="/assets/index-wl164bZZ.js"></script>
<script type="module" crossorigin src="/assets/index-CW0FYs6s.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CZ8Js0gk.css">
<link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>
<body class="bg-white text-gray-900 selection:bg-black/10" x-data @click.window="if($event.target.closest('button')) haptic(); if(!document.getElementById('threadPopover').contains($event.target)&&!$event.target.closest('[data-thread-menu]')) hideThreadPopover(); if(!document.getElementById('sunePopover').contains($event.target)&&!$event.target.closest('[data-sune-menu]')) hideSunePopover(); if(!document.getElementById('userMenu').contains($event.target)&&!document.getElementById('userMenuBtn').contains($event.target)) document.getElementById('userMenu').classList.add('hidden')">
@@ -101,20 +101,30 @@
<div><input id="set_hide_composer" type="checkbox" class="sr-only peer"><label for="set_hide_composer" class="inline-flex cursor-pointer items-center rounded-full border border-slate-300 bg-transparent py-0.5 px-3 text-xs text-slate-500 peer-checked:border-gray-300 peer-checked:bg-gray-200 peer-checked:text-slate-800">Hide composer</label></div>
<div><input id="set_ignore_master_prompt" type="checkbox" class="sr-only peer"><label for="set_ignore_master_prompt" class="inline-flex cursor-pointer items-center rounded-full border border-slate-300 bg-transparent py-0.5 px-3 text-xs text-slate-500 peer-checked:border-gray-300 peer-checked:bg-gray-200 peer-checked:text-slate-800">Ignore master prompt</label></div>
</div>
<div id="aspectRatioContainer" class="hidden pt-2">
<label class="block text-gray-700 font-medium mb-1 text-xs">Aspect Ratio</label>
<select id="set_aspect_ratio" class="w-full rounded-xl border border-gray-300 px-3 py-2 text-xs">
<option value="1:1">1:1 (Square)</option>
<option value="2:3">2:3 (Portrait)</option>
<option value="3:2">3:2 (Landscape)</option>
<option value="3:4">3:4</option>
<option value="4:3">4:3</option>
<option value="4:5">4:5</option>
<option value="5:4">5:4</option>
<option value="9:16">9:16 (Story)</option>
<option value="16:9">16:9 (Cinematic)</option>
<option value="21:9">21:9 (Ultra-wide)</option>
</select>
<div id="aspectRatioContainer" class="hidden pt-2 grid grid-cols-2 gap-3">
<div>
<label class="block text-gray-700 font-medium mb-1 text-xs">Aspect Ratio</label>
<select id="set_aspect_ratio" class="w-full rounded-xl border border-gray-300 px-3 py-2 text-xs">
<option value="1:1">1:1 (Square)</option>
<option value="2:3">2:3 (Portrait)</option>
<option value="3:2">3:2 (Landscape)</option>
<option value="3:4">3:4</option>
<option value="4:3">4:3</option>
<option value="4:5">4:5</option>
<option value="5:4">5:4</option>
<option value="9:16">9:16 (Story)</option>
<option value="16:9">16:9 (Cinematic)</option>
<option value="21:9">21:9 (Ultra-wide)</option>
</select>
</div>
<div>
<label class="block text-gray-700 font-medium mb-1 text-xs">Resolution</label>
<select id="set_image_size" class="w-full rounded-xl border border-gray-300 px-3 py-2 text-xs">
<option value="1K">1K (Standard)</option>
<option value="2K">2K (High)</option>
<option value="4K">4K (Ultra)</option>
</select>
</div>
</div>
</div>
<div id="panelPrompt" class="p-4 space-y-4 hidden">