Compare commits

..

No commits in common. "3f3067d58461be117a2b33c9f14f9d96236c331c" and "dd6d095e085f5e05a94db1a4d5785b5850dce6aa" have entirely different histories.

View File

@ -457,7 +457,7 @@ document.addEventListener('paste', (e) => {
}
});
const SIZE_MODELS = ['nano-banana-pro', 'gemini-3.1-flash-image-preview'];
const SIZE_MODELS = ['nano-banana-2', 'gemini-3.1-flash-image-preview'];
document.getElementById('modelSelect').onchange = (e) => {
document.getElementById('sizeGroup').classList.toggle('hidden', !SIZE_MODELS.includes(e.target.value));