Add marked package, update Qwen executor for OAuth handling, and enhance changelog styles

This commit is contained in:
decolua 2026-04-17 11:33:36 +07:00
parent 75ad0bef8e
commit 75c4598da0
11 changed files with 551 additions and 59 deletions

View file

@ -109,8 +109,9 @@ export default function LanguageSwitcher({ className = "" }) {
title="Language"
data-i18n-skip="true"
>
<span className="text-xl">{getLocaleInfo(locale).flag}</span>
<span className="text-xs font-medium uppercase">{locale.split("-")[0]}</span>
<span className="material-symbols-outlined text-[20px]">language</span>
<span className="text-sm font-medium">{getLocaleInfo(locale).name}</span>
<span className="text-lg">{getLocaleInfo(locale).flag}</span>
</button>
{/* Portal modal - renders at document.body to avoid parent layout constraints */}