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

@@ -5759,8 +5759,9 @@ export default {
colContext: 'Context', colContext: 'Context',
colStatus: 'Status', colStatus: 'Status',
codexDedicated: 'OpenAI Codex dedicated', codexDedicated: 'OpenAI Codex dedicated',
note: 'Pricing is tracked live from model-price-repo. Full list available in the dashboard after signing in.', note: 'Pricing tracks {repo} live. Full list available in the {dashboard} after signing in.',
noteConsole: 'dashboard', noteRepo: 'model-price-repo',
noteDashboard: 'dashboard',
}, },
feedback: { feedback: {
heading: '6. Feedback', heading: '6. Feedback',

View File

@@ -5952,8 +5952,9 @@ export default {
colContext: '上下文', colContext: '上下文',
colStatus: '状态', colStatus: '状态',
codexDedicated: 'OpenAI Codex 专用', codexDedicated: 'OpenAI Codex 专用',
note: '后端 pricing 表实时跟进 model-price-repo完整清单登录后在控制台查看。', note: '后端 pricing 表实时跟进 {repo},完整清单登录后在 {dashboard} 查看。',
noteConsole: '控制台', noteRepo: 'model-price-repo',
noteDashboard: '控制台',
}, },
feedback: { feedback: {
heading: '6. 问题反馈', heading: '6. 问题反馈',

View File

@@ -237,7 +237,10 @@ requires_openai_auth = <span class="kw">true</span></code></pre>
</tbody> </tbody>
</table> </table>
</div> </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>
<section id="feedback" class="docs-section"> <section id="feedback" class="docs-section">