fix(docs): restore dashboard link in models.note (was dropped during i18n)

This commit is contained in:
mini
2026-04-21 01:44:04 +08:00
parent 73b3980711
commit 13bdd8f892
3 changed files with 10 additions and 5 deletions

View File

@@ -237,7 +237,10 @@ requires_openai_auth = <span class="kw">true</span></code></pre>
</tbody>
</table>
</div>
<p class="note">{{ $t('docs.sections.models.note') }}</p>
<i18n-t tag="p" class="note" keypath="docs.sections.models.note">
<template #repo><code class="mono">{{ $t('docs.sections.models.noteRepo') }}</code></template>
<template #dashboard><router-link to="/dashboard">{{ $t('docs.sections.models.noteDashboard') }}</router-link></template>
</i18n-t>
</section>
<section id="feedback" class="docs-section">