This commit is contained in:
Julian Freeman
2026-04-19 09:56:09 -04:00
parent 4d5cac7a46
commit e86bc86793
18 changed files with 685 additions and 500 deletions

View File

@@ -210,7 +210,7 @@ function setTheme(theme: 'light' | 'dark' | 'system') {
</div>
<div>
<div class="font-medium text-zinc-900 dark:text-white">QuickJS</div>
<div class="text-xs text-gray-500 mt-0.5 font-mono">{{ settingsStore.quickjsVersion }}</div>
<div class="text-xs text-gray-500 mt-0.5 font-mono" :title="settingsStore.quickjsVersion">{{ settingsStore.quickjsVersion }}</div>
</div>
</div>
<button
@@ -254,4 +254,4 @@ function setTheme(theme: 'light' | 'dark' | 'system') {
</section>
</div>
</div>
</template>
</template>