fix(stage-pages): fix navigation for context-observer

This commit is contained in:
Makito
2026-03-20 02:27:21 +08:00
committed by Neko
parent 5d2bb93de0
commit 2a08c5b512
2 changed files with 10 additions and 0 deletions
@@ -337,6 +337,9 @@ pages:
subtitle: Select a default model from the provider
title: Model
title: Consciousness
context-observer:
description: Track how active context entries merge over time
title: Context Observer
description: Thinking, vision, speech synthesis, gaming, etc.
gaming-factorio:
description: Playing Factorio!
@@ -643,3 +643,10 @@ watch([selectedSource, strategyFilter, textFilter, onlyWithText], () => {
</div>
</div>
</template>
<route lang="yaml">
meta:
layout: settings
titleKey: settings.pages.modules.context-observer.title
subtitleKey: settings.pages.modules.context-observer.description
</route>